2010-05-11 81 views
2

我试图用SciTE来编译/编译/运行我已经构建的C程序。但是,每次我告诉它,我都会收到错误消息,“系统找不到指定的文件”。我不知道如何解决这个问题,或者可能是什么问题?有没有人有任何指针?使用SciTE编译/编译/运行C程序

回答

4

SciTE FAQ可以帮助你:

#CannotFindFile When I try to compile/build/run my [some language] source files, 
I get the following error: 'The system cannot find the file specified'. 

Make sure that the path to your compiler is set correctly on your system. Try to 
execute from console the same command you get in SciTE and see if it works. You 
can also search in your [language].properties for the compile commands used. If 
you have a different compiler or use different arguments, edit the commands to suit 
your needs. The lines to look for: 
command.compile.filepattern= 
command.build.filepattern= 
command.go.filepattern=