Hey, I've been using C::B for quite awhile now and I decided it was time to upgrade from RC2 to a nightly. So I uninstalled RC2, downloaded the required dll's and the nightly. Put them under the same path as the RC2 install used to be. I downloaded the newest MinGW install from nuwen.net, since it come's with all the libs I use already set up, link:
http://nuwen.net/mingw.html#installation . I then setup the toolchain settings for that install, also C::B auto-detected the compiler. I can compile with it fine from the command line, but when I try to compile from within C::B, It now errors. An example of the errors it throws are:
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\i686-pc-mingw32\4.3.2-dw2\..\..\..\..\include\c++\4.3.2-dw2\cwchar|164|error: '::swprintf' has not been declared|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\i686-pc-mingw32\4.3.2-dw2\..\..\..\..\include\c++\4.3.2-dw2\cwchar|171|error: '::vswprintf' has not been declared|
||=== Build finished: 2 errors, 0 warnings ===|
Any help would be appreciated
EDIT: I think this is because the above file is located in a different location to what C::B thinks. Its in: C:\Program Files (x86)\CodeBlocks\MinGW\include\c++\4.3.2-dw2
However, I have no idea how to change this in C::B