简体   繁体   中英

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. 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:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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