News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can't compile with codeblocks 12.11

Started by Parakeeter013, July 10, 2013, 06:20:55 AM

Previous topic - Next topic

Parakeeter013

I need help. I can't compile. I receive the error:
Checking for existence: /home/r439/c++/smap/bin/Debug/smap
Executing: xterm -T smap -e /usr/local/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/r439/c++/smap/bin/Debug/smap  (in /home/r439/c++/smap/.)
Process terminated with status 255 (0 minutes, 0 seconds)

I'm using linux mint 13. I recently updated to gcc and g++ 4.8 even though this was already a problem before that. How do I set the proper settings?

Jenna

Either install xterm or set the invoking string for your preferred terminal in "Settings -> Environment... -> General settings -> Terminal to lyunch [...]".
I'm not absolutely sure about 122.11, but you should already have a combobox there that knows some default terminals.

Jenna

By the way, the error does not mean you can not compile, but you can not run the executable in a terminal.

Parakeeter013

Thanks, man! I just needed to install xterm and it's working now. ;D