Game Development Community

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,

About the author

Recent Threads

  • Espherical World
  • Page«First 1 2 Next»
    #21
    05/15/2007 (2:14 pm)
    No, all that was before my last post was warnings about 32bit problems on my 64 bit system. I am going to spend some more time reading about MAKE and GCC to see if i did or can configure a better make file. And i also want to find out where the libtheora, that was listed as on my system but i could never find is, so i can use the libs that came with my system vs the new one i had compiled.
    Thank for you help, and i will post back here ASAP
    Page«First 1 2 Next»