PDA

View Full Version : Compiler Error



Maluko_Da_Tola
30th July 2010, 20:09
Hi,

I am unable to compile anything, since the following error always shows:

make: g++: Command not found
make: Leaving directory `/home/jack/Documents/TrampaQt/hfgh'
make: *** [main.o] Error 127
Exited with code 2.
Error while building project hfgh
When executing build step 'Make'

Cheers

Zlatomir
30th July 2010, 23:37
On Linux you need to install yourself the C++ compiler (g++) most Linux distros come with gcc witch compiles C code. (also check that "make" is installed)

squidge
30th July 2010, 23:37
Sounds like your path isn't correct. Try either fixing your path, or, if you don't know how to do that, reboot, reinstall Qt, reboot.

Unless of course it's Linux, in which it's expected to have G++