BTW: These were not really errors...
Those were not, but what I have been observing on my computer is something occasionally such as:
before:
[...]
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Build log saved as:
file:///home/alpha/dev/cb/src/CodeBlocks-unix_build_log.html
Process terminated with status 0 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Build log saved as:
file:///home/alpha/dev/cb/src/CodeBlocks-unix_build_log.html
after:
[...]
Process terminated with status 1 (0 minute(s), 0 second(s))
2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Build log saved as:
file:///home/alpha/dev/cb/src/CodeBlocks-unix_build_log.html
I wanted to make sure that in attempting to resolve this log duplication, I did not create some other problems.
Thanks for testing :). (If you wanted to try to reproduce this bug, it seems to occur more often if after a build fails, you build again without changing anything, so the invalid file is the first to be compiled.)
By the way, seeing something like this is rather confusing to read quickly...
/home/alpha/dev/cb/src/sdk/cbstatusbar.cpp||In member function ‘virtual wxString cbStatusBar::GetStatusTextByPlugin(cbPlugin*) const’:|
/home/alpha/dev/cb/src/sdk/cbstatusbar.cpp|50|error: ‘asdf’ was not declared in this scope|
/home/alpha/dev/cb/src/sdk/cbstatusbar.cpp|51|error: expected ‘;’ before ‘}’ token|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
||=== Build finished: 2 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
... did the build work?!