Hi,
As soon as I start a new (let's say empty) project choosing the GNU GCC Compiler, the project opens this file:
c:\MinGW\lib\gcc\mingw32\4.6.1\include\c++\cstdlib
Which is strange. Then I add files to the project and attempt to build, but I get this error:
c:\mingw\bin\..\lib\gcc\mingw32\4.6.1\include\c++\cstdlib|176|error: '::llabs' has not been declared|
I have tried to compile from the command line using gcc and my own makefile - everything is fine. I'm using Windows 7 and Code::Blocks 10.05.
Is this something to do with C::B's include directories...? Any ideas?
Thanks,
Mark