Page 1 of 1

Viewing compiler output

Posted: Tue Jan 11, 2011 3:14 pm
by Santhor
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!

Re: Viewing compiler output

Posted: Tue Jan 11, 2011 5:14 pm
by eranif
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