News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::Blocks (or MinGW?) issue with Build Messages

Started by 4ggr35510n, September 05, 2012, 10:03:10 PM

Previous topic - Next topic

4ggr35510n

Greetings!

Recently I've encountered issue with Build Messages pointing to non-existing lines in header files ( instead of correct lines in .cpp files ).

Every warning and error returned by compiler informing about error in .cpp file is displayed in Build Messages as:

C:\c++\TWP\map.h|276|error: 'bugvar' was not declared in this scope

Whilst map.h file has only 220 lines, and the error really occurs in 56th line of map.cpp file.

I'm using newest nightly build ( August 2012 ) and newest version of MinGW under Windows 7.
[ same issue was happening on June 2012 build as well ] 

This issue happens to some, but not all, of projects I'm currently working with. At some ( unknown ) point in my work, this just got bugged...

Any insights on this issue or suggestions how to fix it?

Thanks in advance for your answers,
Best Regards!

4ggr35510n

Abandon, abandon!

Re-downloading MinGW solved the issue :)

Terribly sorry for premature topic, sincere apologies!