我正在尝试使用SciTE来编译/构建/运行我已经构建的C程序。但是,每次我告诉它,我都会收到错误,“系统无法找到指定的文件。”。我不知道如何解决它或可能是什么问题?有没有人有任何指示?
答案 0 :(得分: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=