Posted November 21, 2013
![avatar](/www/default/-img/newuser_big.png)
I installed Xcode without a problem. SDL is the problem. ./configure worked, but the command "make" didn't. 10.9 doesn't have X11, which I solved by creating a symbolic link: sudo ln -s /opt/X11/include/X11 /usr/X11R6/include
"Make" then generates 1 warning and 1 error, "CGDirectPaletteRef". Having Googled, I think I need to apply a patch called no-CGDirectPaletteRef.patch - but how?
Post edited November 23, 2013 by shaddim