Hi there,
I just downloaded the newest CodeLite for Windows (r4684) and now I'm a bit confused with the new compiler output. While I build my project, I see a couple of compiler outputs (probably linker errors, because no executable is generated), but then it just hides the output and says "Build ended successfully." Is there a way to show the whole output regardless of success?
Thanks in advance!
Viewing compiler output
-
- CodeLite Curious
- Posts: 1
- Joined: Tue Jan 11, 2011 3:06 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: Viewing compiler output
You need to "unlink" between the two views: the "Errors" and the "Build" views.
To unlink them:
Navigate to: Settings | Build Settings | Build Output Appearance
and un-tick the option "Always show the error pane after build"
Eran
To unlink them:
Navigate to: Settings | Build Settings | Build Output Appearance
and un-tick the option "Always show the error pane after build"
Eran
Make sure you have read the HOW TO POST thread