News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

I can't see build log message anymore

Started by winz, February 11, 2010, 12:45:11 PM

Previous topic - Next topic

winz

Hello

I used cb 8.02 without problem (winXp) with my own makefile (generated with qmake from Qt)
I tried  to update cb to the Nightly builds 6088
But from now I can only see error messages and no more build messages in the build log window

How to get them back?

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on February 11, 2010, 12:48:43 PM
F2 or menu "View" -> "Logs".
This will not help, because the Log is visible.
Quote from: winz on February 11, 2010, 12:45:11 PM
But from now I can only see error messages and no more build messages in the build log window

The behaviour with custom makefiles has changed.

It  behaves (more or less) similar to C::B own project-files:
change "Settings -> Compiler and debugger... -> Global compiler settings -> [the compiler you use] -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline".

winz