Page 1 of 1

no output

Posted: Sat Dec 04, 2010 4:25 am
by telescopic
Hi, I have spent enough time and still cannot figure out why I only have the x-window comes up but wihout any output displayed in it. I installed Codelite under Ubuntu. The project is compiled correctly and the executive file (./Play) is found in /Debug directory.

What configuration I have to make in order to have output displayed?

Output:
---------------------
Current working directory: /home/elvin/.codelite/1/Debug
Running program: x-terminal-emulator -sb -title './Play ' -e '/bin/sh -f /usr/lib/codelite/codelite_exec ./Play '
Program exited with return code: 0
----------------------

Thank you

Re: no output

Posted: Sat Dec 04, 2010 11:01 am
by eranif
did u try to run this command from a terminal:

Code: Select all

x-terminal-emulator -sb -title './Play ' -e '/bin/sh -f /usr/lib/codelite/codelite_exec ./Play '
Also: did you modify the settings of the terminal? codelite does not use "x-terminal-emulator" but the default should be '/usr/bin/codelite_xterm'

Which codelite version do you have?
Did you install it from Ubuntu repositories or from the deb files I publish in sourceforge?

If you used the one from the repositories, I suggest that you try the .deb files from sourceforge ( the ones in the repositories are modified by the Ubuntu packagers, changes which I don't agree nor I support them )

EDIT:
I did a little research and I found out that codelite sources are modified by the ubuntu (or maybe Debian but I dont really care) packager. So unless the deb you installed were from sourceforge, I can not help you. You should file a bug to Ubuntu / Debian.

Eran

Re: no output

Posted: Sun Dec 05, 2010 9:09 am
by telescopic
Thank you for pointing to the terminal configuration line. I found: https://bugs.launchpad.net/ubuntu/lucid ... bug/575635

which work well for now.