Hi,
I have some trouble with the Codeblocks 10.05. Running my program does not work (neither debugging) :
Checking for existence: /home/camousse/myprogram/myprogram/myprogram
Executing: xterm -T myprogram -e /usr/local/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/camousse/myprogram/myprogram/myprogram (in /home/camousse/myprogram/.)
Process terminated with status -1 (0 minutes, 0 seconds)
I compile Codeblocks myself, and xterm is installed, as if i paste the command in a terminal,it works
My environnements :
- debian lenny 32bit installed in a virtual box, using distant X (ssh -Y). It works
- debian lenny 32bit installed in a lxc (
http://lxc.sourceforge.net/), distant X too : it doesn't work.
I seek for a little more log, but codeblocks -d doesn't seems to give me more
I think this can be related to a missing lib (lxc is a fresh install), or a tty issue (as i define some acces rules on /dev).
Regards,
Camousse