2010-05-11 4 views
2

제가 작성한 C 프로그램을 컴파일/빌드/실행하기 위해 SciTE를 사용하려고합니다. 그러나 갈 때마다 "시스템이 지정된 파일을 찾을 수 없습니다."라는 오류가 나타납니다. 문제를 해결하는 방법이나 문제가 될 수있는 방법을 모르겠습니다. 누구든지 어떤 포인터가 있습니까?SciTE를 사용하여 C 프로그램 컴파일/빌드/실행

답변

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=