c++ eclipse juno build error

c++ eclipse juno build error

本文关键字:error build juno eclipse c++      更新时间:2023-10-16

我在使用 Linux 64 位的 C++ Eclipse Juno 项目时收到以下错误:

Error:
  description:Error 127 occurred while running autoreconf
  resource: MyProject
  location: -1
  type: Configure Problem

但是我的项目从命令行成功构建。

要消除此错误,您需要安装 (GNU Autotools - 包括 autoconf 和 automake):

sudo apt-get install automake

如果你"只是想写一些C++"——在新的、C++的项目(Hello World或Empty)菜单中选择"可执行文件"而不是GNU AutoTools。

这个线程可能会有所帮助。我想你想创建可执行的项目而不是GNU Autotools项目。