Reputation: 13
I just installed Eclipse Juno
and am trying to make a simple Hello World
C++ Project. I also have autoconf
installed, however I get the error:
Error 127 occurred while running autoreconf.
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.
Upvotes: 0
Views: 1084
Reputation: 29744
possibly you have created an Autotools project. You have to create an Executable Project.
check properties.
Upvotes: 1