Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Always the error Program "make" is not found in PATH
icon8.gif  Always the error Program "make" is not found in PATH [message #753359] Wed, 26 October 2011 16:12 Go to next message
Eclipse UserFriend
Hi I unzipped this eclipse and before that I had installed MinGW.
Well I created an empty project and tried compiling the project, it throw me the error:
Program "make" is not found in PATH. I made sure that my environment variables are set to the path: C:\MinGW\bin.

But when i create an "Hello world" project it works fine for me.
But its absurd for me that everytime i have to create an Hello word project, delete the stuff and replace with me program.

Does anyone has how to overcome this??

Before, i was using vc++ and that seems very friendly, but eclipse seems a headache though its a freeware
- please help me.
Re: Always the error Program "make" is not found in PATH [message #753421 is a reply to message #753359] Thu, 27 October 2011 04:07 Go to previous message
Eclipse UserFriend
Perhaps this is because "Hello world" is not using make.
In fact, c:\mingw\bin does not have make.exe. It is located in c:\mingw\msys\1.0\bin.
So, you may try to add this path to your PATH variable too.
Previous Topic:passing parameter to project template (template.xml)
Next Topic:Reusing the gdb MI Integration of CDT
Goto Forum:
  


Current Time: Fri Jul 18 02:25:58 EDT 2025

Powered by FUDForum. Page generated in 0.28651 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top