简体   繁体   English

无法在 Eclipse helios 中构建 C++ 项目

[英]unable to build C++ project in Eclipse helios

I can't build a C++ project in eclipse helios.我无法在 eclipse helios 中构建 C++ 项目。 It's showing an error (Cannot run program "make": Launching failed)它显示错误(无法运行程序“make”:启动失败)

I saw a suggestion that stated add PATH to (Preferences -> C/C++ -> Build -> Environment).我看到一个建议将 PATH 添加到(首选项 -> C/C++ -> 构建 -> 环境)。 But the variable name is PATH, what do I give in the value?但是变量名是PATH,我在值中给出什么?

Please help请帮忙

Did you install MinGW?你安装了MinGW吗? You'll need to put the MinGW bin directory in your path.您需要将 MinGW bin 目录放在您的路径中。

Or you can use Cygwin.或者你可以使用 Cygwin。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM