Code::Blocks Forums

User forums => Help => Topic started by: grecd on January 13, 2014, 12:48:14 pm

Title: Can't launch console in debug mode and can't launch not in concole the C::B
Post by: grecd on January 13, 2014, 12:48:14 pm
Hello!
I downloaded the C::B from latest official release and installed it's packages manually.
I use Linux MINT 16 Cinnamon  latest stable one.After installing C::B I have no support like file associations or "not in terminal" executing the C::B.
I made simplest console app and try to debug/
And I get  - Can't launch console....
Quote
Selecting target:
Debug
Adding source dir: /home/user/projects/testconsole/
Adding source dir: /home/user/projects/testconsole/
Adding file: /home/user/projects/testconsole/bin/Debug/testconsole
Changing directory to: /home/user/projects/testconsole/.
Set variable: LD_LIBRARY_PATH=.:
Starting debugger: /usr/bin/gdb -nx -fullname  -quiet  -args /home/user/projects/testconsole/bin/Debug/testconsole
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Can't launch console (xterm -T 'Program Console' -e sleep 80008990)
Debugger name and version: GNU gdb (GDB) 7.6.1-ubuntu
[Inferior 1 (process 9699) exited normally]
Debugger finished with status 0
 
Title: Re: Can't launch console in debug mode and can't launch not in concole the C::B
Post by: Jenna on January 13, 2014, 01:02:15 pm
Is the xterm-package installed, if not do it.
If you don't want xterm, you can set up another terminal in "Settings -> Environment -> General settings" .