Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / autotools and macosx
- - By Günther [de] Date 2009-12-22 23:12
So today somebody posted an error message from macosx on #openclonk-dev, and I tried to fix it. Unfortunately, I got no response, so I'm asking for testers here. Just apply the patch, run autoreconf -i && ./configure && make, and tell whether it works.
Attachment: macosxautotools.diff (2k)
Reply
Parent - - By Günther [de] Date 2010-02-10 01:12 Edited 2010-02-10 01:21
Well, that's certainly the more quick fix:

> Activated some stubs for SDL port. Someone should implement them in future, but for now it should at least compile.


If I remember correctly, they are implemented - in ObjectiveC++, in just the files my patch adds to Makefile.am. (I ended up pushing the patch without confirmation, by the way. I think if we want macosx developers to test autotools or CMake we need to remove the xcode project files from the repository.)

Using __APPLE__ to test whether the objectivec++ files containing the real implementations get built and linked is not optimal, but once the CMake build system gets fixed, it should be sufficiently accurate.
Reply
Parent - By PeterW [de] Date 2010-02-11 14:19
Okay, I have changed it back.
Up Topic Development / Developer's Corner / autotools and macosx

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill