Author Topic: I can't see build log message anymore  (Read 30647 times)

Offline winz

  • Multiple posting newcomer
  • *
  • Posts: 14
I can't see build log message anymore
« on: February 11, 2010, 12:45:11 pm »
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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: I can't see build log message anymore
« Reply #1 on: February 11, 2010, 12:48:43 pm »
How to get them back?
F2 or menu "View" -> "Logs".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: I can't see build log message anymore
« Reply #2 on: February 11, 2010, 12:59:25 pm »
F2 or menu "View" -> "Logs".
This will not help, because the Log is visible.
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".

Offline winz

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: I can't see build log message anymore
« Reply #3 on: February 11, 2010, 01:28:01 pm »
That's fixed

Thank you!