Hi all,
I'm using Ubuntu 12.04, Codelite 3.5.5378 and pressing F5 builds my project but fails to launch it within xterm. On the other hand pressing CRTL+F5 runs the application but without compiling it first.
How do I fix the F5 function as it works correctly in Windows XP?
Hope I've just overlooked a setting somewhere.
F5 is failing to launch xterm
-
- CodeLite Curious
- Posts: 9
- Joined: Sun May 06, 2012 5:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: F5 is failing to launch xterm
Do you have xterm installed?
Run from the command line:
Eran
Run from the command line:
Code: Select all
sudo apt-get install xterm
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 9
- Joined: Sun May 06, 2012 5:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Curious
- Posts: 9
- Joined: Sun May 06, 2012 5:52 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: F5 is failing to launch xterm
It looks like it's opening a debugger terminal at the bottom amoung the tabs. How do I disable this and set it to use xterm?