Использование SciTE для компиляции / сборки / запуска C-программы - PullRequest
2 голосов
/ 11 мая 2010

Я пытаюсь использовать SciTE для компиляции / сборки / запуска C-программы, которую я создал. Однако каждый раз, когда я говорю об этом, я получаю сообщение об ошибке «Система не может найти указанный файл». Я не знаю, как это исправить или в чем может быть проблема? У кого-нибудь есть указатели?

1 Ответ

4 голосов
/ 11 мая 2010

FAQ 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=
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...