Hello, im porting my small app to Linux platform, and everything went well, i compiled the examples through individual makefiles and everything was working (at extremely good performance i must add, comparing to the older 1.4.1 release) i followed a tutorial on the wiki and copied the needed files to the system paths (usr/local/include, /usr/local/lib) and i opened the example cpb files using Code::Blocks (8.2), but when i try to build the most simple example (HelloWorld) it returns a strange error:
Code: Select all
||=== Irrlicht Example 01 Hello World, default ===|
.objs/main.o||In function `main':|
/home/alan/irrlicht-1.5/examples/01.HelloWorld/main.cpp|130|undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*)'|
||=== Build finished: 1 errors, 0 warnings ===|
It doesn't make sense to me.
Thank you very much for your patience and sorry my english.