Page 1 of 1

project not compile

Posted: Tue May 15, 2012 4:15 pm
by abhishek
hi! I am new to linux and just installed gnu g++ and codelite but when i compile a project it shows a message in build window like this "make:not found" what should i do?

Re: project not compile

Posted: Tue May 15, 2012 5:39 pm
by Jarod42
Check that 'make' is in your path:

possible useful locations:
+ Settings -> Environment Variables...
+ Settings -> Build settings... : Build Systems

Re: project not compile

Posted: Tue May 15, 2012 8:27 pm
by DavidGH
Hi,

Also check that you have 'make' installed. Not all distros do.

Look for it in your distro's gui package manager; or install the 'build-essential' package, which is likely to contain any missing items.

Regards,

David

Re: project not compile

Posted: Wed May 16, 2012 7:23 am
by abhishek
thanks! I installed 'make' from synaptic package manager and it worked. Thanks a lot!