Bug #17996 2011-03-12 06:23

jvg1981

error messages aren't being captured

I'm running Code::Blocks 10.05 on Windows Vista using MinGW for my compiling. When I try to build/compile console application C++ code that contains syntax errors, the only output in the Build log is e.g.

mingw32-g++.exe -Wall -fexceptions -O3 -Wall -IC:\mingw\include -c c:\C_Code\test\main.cpp -o obj\Release\main.o

Process terminated with status 1 (0 minutes, 0 seconds)

0 errors, 0 warnings

(The C++ code for that was the default "Hello world!" code with one semicolon removed.) Unfortunately, such scant information makes it very difficult to track down errors. The software is supposed to catch the compiler output (such as what I see when I run the same command from the command prompt), but nothing is making it into the IDE. I suspect the problem is related to Bug #11586, but I've tried all the batch file and redirection tricks given there to no avail.

Category
Compiler
Group
 
Status
Open
Close date
 
Assigned to