首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用SciTE编译/构建/运行C程序

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

Stack Overflow用户
提问于 2010-05-11 09:48:23
回答 1查看 2.5K关注 0票数 2

我正在尝试使用SciTE来编译/构建/运行我构建的C程序。然而,每次我告诉它去,我得到的错误,“系统找不到指定的文件。”我不知道如何解决它,或者是什么问题?有谁有什么建议吗?

EN

回答 1

Stack Overflow用户

发布于 2010-05-11 09:51:36

SciTE FAQ可能会帮助您:

代码语言:javascript
复制
#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
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/2807573

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档