enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] SDL_image prob unter MAC OS X


From: Johannes Fortmann
Subject: Re: [Enigma-devel] SDL_image prob unter MAC OS X
Date: Wed, 19 Feb 2003 13:45:34 +0100


Am Mittwoch, 19.02.03 um 08:35 Uhr schrieb Daniel Heck:

Edwin Groothuis wrote:

On Tue, Feb 18, 2003 at 06:53:26PM +0100, MetalSnake wrote:
Yesterday I reinstalled my System (MAC OS X 10.2.4) today I
installed SDL, SDL_image and SDL_mixer using fink. But when I try to
run configure for enigma from the 0.7 source I get the error that
SDL_image isn't installed.
I hope you can help me.

Saw it too on FreeBSD, that part of configure doesn't properly use
previously defined, or detected, paths:

I rewrote a lot of the configure script, and I obviously forgot to take
that into account, sorry.

You should be able to circumvent this problem by setting the LDFLAGS
environment variables before calling configure:

        LDFLAGS='-L/usr/local/lib' ./configure

I will think about a better solution as soon as I have some time, but as
a temporary fix, this might work.

Cheers,
Daniel



Whoa, all those mails went to my SDL folder :-), sorry for not answering.
This is of course right, but you'll want

        LDFLAGS='-L/sw/lib' CPPFLAGS='-I/sw/lib' ./configure

(if you have fink installed in the default location.)

HTH,
Johannes

PS: This mailing list is really strange: my replies always automatically go to the person who wrote the message (instead of to the list). I always almost answer only to Daniel (in english)...
Or is this my mail reader's fault?






reply via email to

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