Chocolate-Wolfenstein-3D icon indicating copy to clipboard operation
Chocolate-Wolfenstein-3D copied to clipboard

OSX Mavericks 10.9

Open ghost opened this issue 10 years ago • 5 comments

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.

ghost avatar Sep 07 '14 10:09 ghost

I reported this issue many time over the last year but the SDL people don't seem to care.

fabiensanglard avatar Sep 07 '14 18:09 fabiensanglard

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.

fabiensanglard avatar Sep 07 '14 18:09 fabiensanglard

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.

ghost avatar Sep 08 '14 11:09 ghost

I built from the same Mercurial source and it is compiling fine. Are you sure your linker search path is properly configured in XCode ?

fabiensanglard avatar Sep 08 '14 13:09 fabiensanglard

Double checked, everything appears to be as it should be.

ghost avatar Sep 09 '14 02:09 ghost