project-navigation
Personal tools

Author Topic: undefined symbol: TTF_OpenFontRW  (Read 2319 times)

deadeye

  • Guest
undefined symbol: TTF_OpenFontRW
« on: September 18, 2006, 03:15:41 pm »
Hi,

I was about to run the current SVN version and then I got the following error message:
Code: [Select]
./ufo: relocation error: ./ref_glx.so: undefined symbol: TTF

I guess my libSDL is too old.
I'm running Debian Sarge with the following versions of SDL:
ii  libsdl-gfx1.2- 2.0.13-1bpo1
ii  libsdl-image1. 1.2.4-1
ii  libsdl-mixer1. 1.2.6-1
ii  libsdl-mixer1. 1.2.6-1
ii  libsdl-net1.2  1.2.5-3
ii  libsdl-net1.2- 1.2.5-3
ii  libsdl-ttf1.2  1.2.2-6
ii  libsdl-ttf1.2- 1.2.2-6
ii  libsdl-ttf2.0- 2.0.6-5
ii  libsdl1.2-dev  1.2.7+1.2.8cvs
ii  libsdl1.2debia 1.2.7+1.2.8cvs
ii  libsdl1.2debia 1.2.7+1.2.8cvs

deadeye

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
undefined symbol: TTF_OpenFontRW
« Reply #1 on: September 18, 2006, 05:26:00 pm »
install a newer sdl_ttf version and try again

deadeye

  • Guest
undefined symbol: TTF_OpenFontRW
« Reply #2 on: September 18, 2006, 06:48:42 pm »
Ok done and it works. Thanks.