qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix OS X SDL breakage


From: Daniel Egger
Subject: Re: [Qemu-devel] [PATCH] Fix OS X SDL breakage
Date: Thu, 27 Jan 2005 08:53:30 +0100

On 26.01.2005, at 21:58, Laurent Amon wrote:

I did not use fink for SDL but did a default install from sources. My SDL includes are in /usr/local/include/SDL, so I need the SDL/SDL.h lines. Removing them will break the default source install.

This is wrong. You should use `sdl-config --cflags` instead which
will look return something like -I/usr/local/include/SDL -D_THREAD_SAFE
for your system and thus work in analog to every one elses system.

The current hardcoded include will break for fink users at least
so it is proven that __APPLE__ is not sufficient to characterize
the software installation on a Mac. That's exactly what foo-config
is for.

Anyway; is this include needed at all? Unfortunately it still
doesn't compile through and thus I cannot verify that it links
correctly; but I also do not see a reason why this is needed
at all.

Servus,
      Daniel

Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

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