[not a bug]Fedora libXcursor-devel error

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
downer
Posts: 4
Joined: Tue Sep 14, 2010 3:34 am

[not a bug]Fedora libXcursor-devel error

Post by downer »

https://sourceforge.net/tracker/?func=d ... tid=540676
I'm using Fedora 13 with Updates repository using libXcursor-devel-1.1.10-4.fc13.i686 and I get this error when trying to configure SuperTuxKart:
/usr/local/lib/libIrrlicht.so: undefined reference to `XcursorImageLoadCursor'
/usr/local/lib/libIrrlicht.so: undefined reference to `XcursorImageCreate'
/usr/local/lib/libIrrlicht.so: undefined reference to `XcursorImageDestroy'
I can get rid of this error by commenting out _IRR_LINUX_XCURSOR_ in /irrlicht/include/IrrCompileConfig.h
Is this an Irrlicht bug or Fedora bug?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

This is not a bug in Irrlicht, but a missing config option of your project. If the define exists, you need to link against Xcursor.
downer
Posts: 4
Joined: Tue Sep 14, 2010 3:34 am

Post by downer »

Thanks, I'll ask about the svn of SuperTuxKart
Post Reply