When I used to build Freeciv on Panther, I've had to hack Freeciv's configure script when it comes to the SDL stuff. I don't know if this still applies, but this is what I've had to do:
Look for a line that looks like this:
LIBS="-lSDL_mixer $LIBS"
As of 2.0.7, this is line #14449.
Replace the contents of this line with this:
LIBS="-lSDL_mixer -lobjc $LIBS"
I found a page somewhere that this needs to be done. However, this hack is not needed under Tiger.
-- On Dec 13, 2005, at 5:23 AM, Daniel Markstedt wrote:
Daniel Markstedt schrieb:
I have already installed the OSX package found on that page. Still SDL_image-devel missing.
-Daniel
ok, your message says
checking SDL/SDL_image.h usability... no checking SDL/SDL_image.h presence... no checking for SDL/SDL_image.h... no
can you check if SDL_image.h is inside the include/SDL directory?
Yes that file is present. I'll try to reinstall all SDL libraries and see if that helps.
-Daniel
|