COMPILING

General questions regarding the usage of CodeLite
valiyuneski
CodeLite Enthusiast
Posts: 40
Joined: Fri Jul 11, 2008 11:13 pm
Contact:

COMPILING

Post by valiyuneski »

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----------
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: COMPILING

Post by eranif »

Do you have g++ installed?

What happen when you type from the terminal:

Code: Select all

which g++
EDIT:

Install this:

Code: Select all

sudo apt-get install build-essential
Eran
Make sure you have read the HOW TO POST thread
Post Reply