Ubuntu Eclipse CDT 未解析的包括
Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux 与 eclipse-cdt
C 和 C++ 项目都很好,
当我创建 makefile 项目时,使用 #include for C 或 C++
都给出了未解决的包含:错误,因此我无法构建项目
请帮助
我在 Eclipse 中运行 C 时遇到问题。它首先给我奇怪的语法错误或告诉我
include 是一个“未解决的包含”
它也不会让我构建,说“(无法运行程序“make”:启动失败)”
我错过了什么吗?请帮忙。
谢谢
Ubuntu 10.10 Ecelipse-cpp-helios-SR2-linux with eclipse-cdt
C and C++ project are fine
when i create a makefile project use #include for C or for C++
all gave unresolved inclusion: error, so that i can't build project
Please Help
I'm having trouble running C in eclipse. It first gives me weird syntax errors or tells me that
include is an "Unresolved inclusion"
It also will not let me build, saying "(Cannot run program "make": Launching failed)"
Am I missing something? please help.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse CDT 没有附带现成的编译器。您需要将其从外部安装到您的系统上。
您应该考虑安装 gcc &在您的 Ubuntu 系统上进行 make 以便能够在 Eclipse 中构建您的应用程序。
There is no compiler coming with Eclipse CDT out of the box. You need to have it externally installed on your system.
You should consider to install gcc & make on your Ubuntu system to be able to build your application within Eclipse.