CodeLite on new AMD64 machine Ubuntu 10.10

CodeLite installation/troubleshooting forum
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

CodeLite on new AMD64 machine Ubuntu 10.10

Post by foxmuldr »

I need some help. Every time I launch the debugger, the "Errors" tab re-appears. If it was closed it re-opens. If it was open it remains. I don't know where there's a setting to shut this off. It does not do this on my 32-bit Ubuntu 10.04 machine.

- Rick C. Hodgin
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Post by foxmuldr »

bump
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Post by eranif »

Have you tried playing around with the settings in 'Settings | Global Editor Preferences | Docking Windows' and un-tick the option to "show debug tab on start debug" ?

It is working for me (Ubuntu 10.10 64bit)
Eran
Make sure you have read the HOW TO POST thread
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Post by foxmuldr »

eranif wrote:Have you tried playing around with the settings in 'Settings | Global Editor Preferences | Docking Windows' and un-tick the option to "show debug tab on start debug" ?
Yeah. I can't find any combination which prevents it. Will uninstall and delete all settings, download fresh, recompile and try again.

My only variation from totally stock Ubuntu 10.10 is I'm using a November snapshot of GCC. Their next release has several improvements.

BTW, I have observed compile errors with make -j 6 on CodeLite project. Have to use -j 4. -j 6 works on other projects.
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: CodeLite on new AMD64 machine Ubuntu 10.10

Post by foxmuldr »

I found the cause, but don't understand the correlation. If it's set to always show the errors tab after a build, then it shows when the debugger is launched.

- Rick
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
Post Reply