我正在尝试使用SciTE来编译/构建/运行我构建的C程序。然而,每次我告诉它去,我得到的错误,“系统找不到指定的文件。”我不知道如何解决它,或者是什么问题?有谁有什么建议吗?
发布于 2010-05-11 09:51:36
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=https://stackoverflow.com/questions/2807573
复制相似问题