User forums > Help
can't compile anything (please help a newbee!)[solved]
raph:
Rename folder C++(devel) to something without braces.
JGM:
--- Quote from: pelyot on September 02, 2007, 05:08:28 pm ---
--- Code: ----------------- Build: Debug in test ---------------
g++ -Wall -fexceptions -g -I/usr/include -c /home/pelyot/C++(devel)/myProjects/temp/test/main.cpp -o obj/Debug/main.o
/bin/sh: Syntax error: "(" unexpected
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings
--- End code ---
--- End quote ---
Maybe if you remove the parenthesis from the folder C++(devel) it will work. Try using CPPDevel instead of C++(devel)
pelyot:
Thanks, but I now get this: :(
--- Code: ----------------- Build: Debug in test ---------------
g++ -Wall -fexceptions -g -c /home/pelyot/C++Devel/myProjects/temp/test/main.cpp -o obj/Debug/main.o
/bin/sh: g++: not found
Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings
--- End code ---
JGM:
you got to install GCC, search on synaptic for GCC or build essentials I think
Edit:
You can try on a console:
sudo apt-get install build-essential
pelyot:
I thought g++ was already installed on kunbuntu...
But it now works very well :D. Thanks a lot!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version