简体   繁体   English

使用SciTE编译/构建/运行C程序

[英]Using SciTE to compile/build/run a C program

I'm trying to use SciTE to compile/build/run a C program that I have contructed. 我正在尝试使用SciTE编译/构建/运行我构建的C程序。 However, everytime I tell it to go, I get the error, "The system cannot find the file specified.". 但是,每次我告诉它执行时,都会出现错误“系统找不到指定的文件”。 I don't know how to fix it or what could be the problem? 我不知道如何解决它,或者可能是什么问题? Does anyone have any pointers? 有人有指针吗?

The SciTE FAQ may help you: SciTE常见问题解答可以帮助您:

#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=

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM