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!