I'm using UBUNTU, and Kdevelop.
When I compile an app using the irrlicht headers (ie the helloworld app) I get this error:
Code: Select all
irrlichttest.cpp:113: undefined reference to `irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const&, unsigned int, bool, bool, bool, irr::IEventReceiver*, char const*)'
I have tried just going into the helloworld directory, and doing a make, I get this output:
Code: Select all
Makefile:29: Building...
g++ -I../../include -I/usr/X11R6/include -O3 -ffast-math main.cpp -o ../../bin/Linux/01.HelloWorld -L/usr/X11R6/lib -L../../lib/Linux -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11