||=== Build: Windows in Irrlicht Example 01 Hello World (compiler: GNU GCC Compiler) ===|
C:\irrlicht-1.8.2\examples\01.HelloWorld\main.cpp|232|warning: 'virtual const c8* irr::scene::IBoneSceneNode::getBoneName() const' is deprecated [-Wdeprecated-declarations]|
..\..\include\IBoneSceneNode.h|64|note: declared here|
||=== Build finished: 0 error(s), 1 warning(s) (0 minute(s), 2 second(s)) ===|
||=== Run: "no target" in Irrlicht Example 01 Hello World (compiler: GNU GCC Compiler) ===|
That's all... nothing fatal. This did fix my gxx-personality problem, namely the pop-up error "The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll".
The one (and only) reason I kept using Codeblocks 10 with Irrlicht 1.7 for 5 years. Need to install codeblocks without mingw and then configure mingw into the toolchain
