[SDL] [resolved] Re: SDL not building on OS X 10.5 (Leopard) ?

snowcrash+sdl schneecrash+sdl at gmail.com
Tue Nov 27 11:03:38 PST 2007


the fix to this is to apply both of the patches available @ darwinports, namely

cd .../SDL-1.2.12

wget http://svn.macports.org/repository/macports/trunk/dports/devel/libsdl/files/patch-AudioFilePlayer.h

wget http://svn.macports.org/repository/macports/trunk/dports/devel/libsdl/files/patch-SDL_coreaudio.c

patch -p0 < patch-AudioFilePlayer.h

patch -p0 < patch-SDL_coreaudio.c


then build.

hth.


More information about the SDL mailing list