Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2005:
[Freeciv-Dev] Re: Missing "SDL_image-devel"
Home

[Freeciv-Dev] Re: Missing "SDL_image-devel"

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Daniel Markstedt <himasaram@xxxxxxxx>
Cc: Freeciv-Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Missing "SDL_image-devel"
From: Nathan Brazil <nb@xxxxxxxxxxxxxxx>
Date: Tue, 13 Dec 2005 09:50:22 -0800

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:

On Tue, 13 Dec 2005 21:56:55 +0900, Christian Prochaska <cp.ml.freeciv.dev@xxxxxxxxxxxxxx> 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






[Prev in Thread] Current Thread [Next in Thread]