Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: VincentB on April 06, 2010, 10:04:32 am

Title: getting log of command line build with C::B
Post by: VincentB on April 06, 2010, 10:04:32 am
Dear all,

Sorry to ask again and again the same question. Maybe it was corrected since. I can no longer get the command line log output when I use C::B from command line.

Under MSWindows, I have .bat containing the following

Code
start /WAIT codeblocks.exe --no-check-associations --no-dde --no-splash-screen --rebuild --target="My target" ..\cb\my_workspace.workspace >my_workspace.compile.log

what happens is the file my_workspace.compile.log is empty. I am using nightly build from CB_20100116_rev6088_win32.7z.

BR,
   Vincent.