Using SciTE to Compile / Build / Run a C Program

I am trying to use SciTE to compile / build / run a C program that I have created. However, every time I talk about this, I get an error: "The system cannot find the file specified." I don't know how to fix this or what might be the problem? Anyone have pointers?

+2


a source to share


1 answer


The SciTE FAQ can 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=

      

+4


a source







All Articles