Posted November 21, 2013
halsqui: GOG has finally released a JA2 port, but it doesn't work at the moment, so I'm trying out Stracciatella, which has the added benefit of bug fixes. However, it isn't that easy on Mavericks.
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?
I think best is here to report directly to Gennady, the guy who is currently in charge with the builds & the source code.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