IN XUBUNTU A SIMPLE SAMPLE IMAGE I GET THE FOLLOWING ERROR :
Building: "/usr/bin/make" -j 1 -f "test_wsp.mk" type=Debug
----------Building project:[ test - Debug ]----------
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
make[1]: *** [Debug/main.o.d] Error 1
make: *** [All] Error 2
----------Build Ended----------
COMPILING
-
- CodeLite Enthusiast
- Posts: 40
- Joined: Fri Jul 11, 2008 11:13 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: COMPILING
Do you have g++ installed?
What happen when you type from the terminal:
EDIT:
Install this:
Eran
What happen when you type from the terminal:
Code: Select all
which g++
Install this:
Code: Select all
sudo apt-get install build-essential
Make sure you have read the HOW TO POST thread