User forums > Using Code::Blocks
CB 13.12: Build log not accessable when compiling in an external terminal window
Napoleon:
[CB 13.12 on Ubuntu 13.10]
EDIT I've changed the title to reflect what the actual issue is.
I've rephrased my question, now that I understand the actual problem, in my post further below. I resorted to using an external terminal window since I run a Pre-Build script that interacts with me.
In a nut-shell, my question is whether there is a 'console' tab plugin (terminal in the tab)?
======================
When I use a custom makefile, I don't get click-able error messages in my 'Build Log'. My makefile system is quite complex but I'm still using GNU Make 3.81 and Clang 3.4.
Is there something wrong with how I've set-up my project, do I need to set up something I missed, or is this just not possible with a custom makefile?
Cheers,
Nap
stahta01:
Post you "build log" NOT the "Build Messages".
NOTE: The "Build Messages" is based on the "build log".
The "build log" is NOT clickable.
The "Build Messages" is clickable.
I have no memory of what is in the build log of a custom makefile.
If the info is there (in "build log"), I would try editing the advanced compiler settings to see if the "Build Messages" can be made more usable.
I do NOT know if it will work or not.
Tim S.
Napoleon:
Tim, Thanks for the info.
My "Build messages" tab says:
--- Code: ---||=== Build: Debug in subscribeAndCallBackClassMessages (compiler: LLVM Clang Compiler) ===|
||=== Build finished: 0 error(s), 0 warning(s) (0 minute(s), 9 second(s)) ===|
--- End code ---
However I know there is an error because I've intentionally left out a ';'.
Tim, are you saying there is a log file somewhere that CB looks at? Maybe my makefile isn't outputting it, or putting it in a different place?
Cheers,
Nap
stahta01:
You NEED to read the names of the tabs; find the one called "Build Log".
Edit1: If you do NOT see it right click on a existing tab and enable "Build Log".
Tim S.
Napoleon:
I have a feeling this post might have the answer to my question.
I might be able to redirect, copy, or symlink to it somehow. How would I get the build log out of Make or Clang?
@Tim, my "Build Log" also says there are no errors:
--- Code: ---Running project pre-build steps
/home/nap/src/cbMiPal/backupfiles.sh /home/nap/src/MiPal/GUNao/posix/tutorials/subscribeAndCallBackClassMessages/ /home/nap/src/cbMiPal/GUNao/posix/tutorials/subscribeAndCallBackClassMessages/
-------------- Build: Debug in subscribeAndCallBackClassMessages (compiler: LLVM Clang Compiler)---------------
Running command: make
Process terminated with status 0 (0 minute(s), 9 second(s))
0 error(s), 0 warning(s) (0 minute(s), 9 second(s))
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version