Chocolate-Wolfenstein-3D
Chocolate-Wolfenstein-3D copied to clipboard
OSX Mavericks 10.9
A note X11 is no longer included with OS X 10.9. Compiling SDL 1.2.15 on OSX 10.9 fails because of this. There are issues with trying to compile the SDL lib files using the XQuartz project created by Apple to further support X11.
I reported this issue many time over the last year but the SDL people don't seem to care.
I have reported the issue on last time to SDL mailing list. I cross my fingers they will fix it this time. There is a fix in the Mercurial branch but it is so cumbersome to access it that very few developers do.
I tried the mercurial branch you mentioned, the framework and library compile fine now but I run into problems on the link phase with the project. Undefined symbols from both libSDL and libSDL_mixer. Obviously the compiler is not emitting the correct symbols, or I am missing something. Good luck, hope they fix it up.
I built from the same Mercurial source and it is compiling fine. Are you sure your linker search path is properly configured in XCode ?
Double checked, everything appears to be as it should be.