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++ を書きたいだけ」の場合は、NEW、C++ プロジェクト (Hello World または Empty) メニューで GNU AutoTools の代わりに「 Executable 」を選択します。
このスレッドが役立つ場合があります。GNU Autotools プロジェクトではなく、実行可能なプロジェクトを作成したいと考えています。