Problems compiling SDK 1.5 in Open SUSE 10.2
by DiegoH · in Technical Issues · 05/03/2007 (6:27 pm) · 21 replies
Hello all,
i having this error when I am about to link torqueDemo_DEBUG.bin :
--> Linking out.GCC4.DEBUG/torqueDemo_DEBUG.bin
out.GCC4.DEBUG/platformX86UNIX/x86UNIXFont.obj: In function 'loadFont(char const*, int, _XDisplay*)':
/home/diego/cosas/Desarrollo/Torque/TorqueGameEngineSDK-Linux-1-5-0/engine/platformX86UNIX/x86UNIXFont.cc:59: undefined reference to 'XftNameUnparse'
out.GCC4.DEBUG/platformX86UNIX/x86UNIXFont.obj: In function 'x86UNIXFont::create(char const*, unsigned int, unsigned int)':
/home/diego/cosas/Desarrollo/Torque/TorqueGameEngineSDK-Linux-1-5-0/engine/platformX86UNIX/x86UNIXFont.cc:204: undefined reference to 'XftNameUnparse'
collect2: ld returned 1 exit status
make[1]: *** [out.GCC4.DEBUG/torqueDemo_DEBUG.bin] Error 1
make: *** [default] Error 2
I checked and that XftNameUnparse seems to be part of xorg-x11-libs package and it is installed on my system.
Any thoughts?
thanks in advance,
Diego,
i having this error when I am about to link torqueDemo_DEBUG.bin :
--> Linking out.GCC4.DEBUG/torqueDemo_DEBUG.bin
out.GCC4.DEBUG/platformX86UNIX/x86UNIXFont.obj: In function 'loadFont(char const*, int, _XDisplay*)':
/home/diego/cosas/Desarrollo/Torque/TorqueGameEngineSDK-Linux-1-5-0/engine/platformX86UNIX/x86UNIXFont.cc:59: undefined reference to 'XftNameUnparse'
out.GCC4.DEBUG/platformX86UNIX/x86UNIXFont.obj: In function 'x86UNIXFont::create(char const*, unsigned int, unsigned int)':
/home/diego/cosas/Desarrollo/Torque/TorqueGameEngineSDK-Linux-1-5-0/engine/platformX86UNIX/x86UNIXFont.cc:204: undefined reference to 'XftNameUnparse'
collect2: ld returned 1 exit status
make[1]: *** [out.GCC4.DEBUG/torqueDemo_DEBUG.bin] Error 1
make: *** [default] Error 2
I checked and that XftNameUnparse seems to be part of xorg-x11-libs package and it is installed on my system.
Any thoughts?
thanks in advance,
Diego,
Torque Owner Richard Howell
Default Studio Name
Thank for you help, and i will post back here ASAP