I got no problems compiling the VS.NET project, but when I tried to compile it using Code::Blocks I get this error:
Code: Select all
Linking dynamic library: Irrlicht.dll
Creating library file: libIrrlicht.a
.objs\source\Irrlicht\CSceneManager.o:CSceneManager.cpp:(.text+0x3cdc): undefined reference to `irr::scene::CSphereSceneNode::CSphereSceneNode(float, int, irr::scene::ISceneNode*, irr::scene::ISceneManager*, int, irr::core::vector3d<float> const&, irr::core::vector3d<float> const&, irr::core::vector3d<float> const&)'
collect2: ld returned 1 exit status
Process terminated with status 1 (2 minutes, 47 seconds)
0 errors, 0 warnings
Any ideas what's wrong?
P.S. Since there is no .cbp file I opened the .dev file project in Code::Blocks without problem.