Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚安装Eclipse Juno并正在尝试制作一个简单的Hello WorldC++ 项目。我也autoconf安装了,但是报错:
Eclipse Juno
Hello World
autoconf
运行 autoreconf 时出现错误 127。
我已经阅读了关于类似问题的这篇 SO 帖子,但似乎没有任何建议可以解决问题。
如何摆脱这些错误?该项目是一个Hello world C++ Autotools Project如果有帮助的话。
Hello world C++ Autotools Project
可能您已经创建了一个 Autotools 项目。您必须创建一个可执行项目。
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Fgetting_started%2Fcdt_w_basic.htm
检查属性。