Author Topic: Code::Blocks (or MinGW?) issue with Build Messages  (Read 4354 times)

Offline 4ggr35510n

  • Single posting newcomer
  • *
  • Posts: 4
Code::Blocks (or MinGW?) issue with Build Messages
« on: September 05, 2012, 10:03:10 pm »
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!

Offline 4ggr35510n

  • Single posting newcomer
  • *
  • Posts: 4
Re: Code::Blocks (or MinGW?) issue with Build Messages
« Reply #1 on: September 05, 2012, 10:09:15 pm »
Abandon, abandon!

Re-downloading MinGW solved the issue :)

Terribly sorry for premature topic, sincere apologies!