User forums > Using Code::Blocks
Preventing Code::Blocks Build log dialog box from appearing when building a .cbp
BlueHazzard:
nope, sadly the state of this is the same...
But you can run codeblocks on a headless server with using an virtual x server:
--- Code: ---export DISPLAY=:1
Xvfb :1 -screen 0 1024x768x16 &
codeblocks --target=All --no-splash-screen --build myproject
--- End code ---
As long as no message box with an error pops up you should be fine :)
i use this in my own automated build scrip:
https://github.com/bluehazzard/codeblocks_build_utilities/blob/master/build_all
Navigation
[0] Message Index
[*] Previous page
Go to full version