简体   繁体   English

Eclipse Juno CDT错误:没有将目标设置为“ all”的规则

[英]Eclipse Juno CDT Error: No rule to make target `all'

I just installed Eclipse Juno and am trying to make a simple Hello World C++ Project. 我刚刚安装了Eclipse Juno并试图创建一个简单的Hello World C ++项目。 I also have autoconf installed, however I get the error: 我也安装了autoconf ,但是出现错误:

Error 127 occurred while running autoreconf. 运行autoreconf时发生错误127。

I have already read this SO post about a similar problem, but none of the suggestions seemed to solve the problem. 我已经阅读了有关类似问题的这篇文章 ,但是似乎没有任何建议可以解决该问题。

How do I get rid of these errors? 如何摆脱这些错误? The project was a Hello world C++ Autotools Project if that helps. 如果有帮助的话,该项目是一个Hello world C++ Autotools Project

possibly you have created an Autotools project. 可能您已经创建了一个Autotools项目。 You have to create an Executable Project. 您必须创建一个可执行项目。

http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fgetting_started%2Fcdt_w_basic.htm http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fgetting_started%2Fcdt_w_basic.htm

check properties. 检查属性。

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

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