Author Topic: Help! How can I review "Build Log"?  (Read 5547 times)

Offline ChaiAo

  • Multiple posting newcomer
  • *
  • Posts: 13
Help! How can I review "Build Log"?
« on: March 05, 2011, 10:46:15 am »
After click "Compile & Build & Run", there's some blue charactors in "Build Log".
But they disappeared then.
How can I review them?
Thanks.

Offline ChaiAo

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Help! How can I review "Build Log"?
« Reply #1 on: March 06, 2011, 02:53:26 am »
 :shock:
My English is poor?
Or no one knows~

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Help! How can I review "Build Log"?
« Reply #2 on: March 06, 2011, 03:23:47 am »
Try picking just "rebuild"

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
Re: Help! How can I review "Build Log"?
« Reply #3 on: March 06, 2011, 04:18:55 am »
click the tab labeled build log .

Offline ChaiAo

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Help! How can I review "Build Log"?
« Reply #4 on: March 06, 2011, 04:52:16 am »
click the tab labeled build log .

Removed non english content !

Please respect the forum rules !

Non english posts are not allowed for legal reasons !

Jens
« Last Edit: March 06, 2011, 09:36:27 am by jens »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Help! How can I review "Build Log"?
« Reply #5 on: March 06, 2011, 09:43:42 am »
Check  "Setings -> Compiler and debugger -> Global compiler settings -> Build options -> Save build log to HTML file if build is finished" and probably the nect checkbox also (about full commandline in the HTML file).
The tab named "Build log" will be cleared if you run the project, the html file will remain until the next build.
Alternatively do not use build and run, but just build to view the build results before running your executable (that's what Tim meant with just clicking "rebuild").
A rebuild is needed here, because the blue lines are warnings and do not cause a rebuild of your sources, so just clicking build will not be enough (unless you hae changed the file, that causes the warning).

Offline ChaiAo

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Help! How can I review "Build Log"?
« Reply #6 on: March 06, 2011, 10:24:35 am »
Thanks Jens.
And sorry for non English content.
I didn't notice the rules. :P

And thanks other people. :)
« Last Edit: March 06, 2011, 10:28:31 am by ChaiAo »