Chang wrote:
On Tuesday, 2004-04-06 08:27, Dave Fancella wrote:On Tuesday 06 April 2004 08:20 am, Chang wrote:What's the output from sdl-config --cflags? You should get part of it like -I/usr/include/SDL . Then do ls /usr/include/SDL (or whatever sdl-config says) and look for SDL_ttf.h.In file included from ../../src/common/widget.h:29, from ../../src/common/textbox.h:29, from ../../src/common/lang.h:32, from ../../src/common/lset.h:33, from unit.h:30, from map.h:28, from mission.h:26, from ai.h:26, from ai.cpp:38: ../../src/common/font.h:28:21: SDL_ttf.h: No such file or directory
I have tried with locate and nothing named starts with SDL which ends with .h exists. Something must have gone wrong.
What about rpm -ql SDL_ttf and rpm -ql SDL_ttf-devel ? Jens