IrrODE error - urgent please

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

IrrODE error - urgent please

Post by prchakal »

Hi,

Im trying to use de IrrODE library, but i get this error:

Image

But i try the tutorial at:

http://www.bulletbyte.de/irrOde/tutoria ... ial01.html

What can be incorrect?
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

You get undefined reference errors when the linker does not find implementations for functions defined in some headers. Usually you get this because you forgot to link the library. So probably you have to add IrrODE to the linker. Check the eclipse documenation on how to do that.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply