Hello
can any one tell me how to setup Code Blocks under Ubuntu to compile
the Irrlicht examples ?
Greats MacGyver
Code Blocks Ubuntu and Irrlicht
Hi,
First you do not need Code::Blocks to compile IrrLicht examples under Ubuntu. The g++ compiler and the needed dev libs are sufficient.
But if you want C::B under Ubuntu there is a documentation on the codeblocks wiki: http://wiki.codeblocks.org/index.php?ti ... _on_Ubuntu
First you do not need Code::Blocks to compile IrrLicht examples under Ubuntu. The g++ compiler and the needed dev libs are sufficient.
But if you want C::B under Ubuntu there is a documentation on the codeblocks wiki: http://wiki.codeblocks.org/index.php?ti ... _on_Ubuntu
Hello again
thats my error message
thats my error message
Code: Select all
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 just followed everything on the wiki:
http://www.irrlicht3d.org/wiki/index.ph ... ingOnLinux
http://www.irrlicht3d.org/wiki/index.ph ... cksOnLinux
http://www.irrlicht3d.org/wiki/index.ph ... ingOnLinux
http://www.irrlicht3d.org/wiki/index.ph ... cksOnLinux