I've just made a build under 10.4. You can find it at
http://download.savannah.nongnu.org/releases/enigma/Enigma-osx-universal.zip
.
This build is fully universal, but not at all tested on an x86
machine. It works very nicely on my system, though (and shows up as
universal).
To be able to build universal, I had to change configure.ac a bit.
Without the changes, the Universal SDK would be declared several
times, resulting in total mayhem. I also had to run configure with the
--disable-dependency-tracking option, since the cross-compiler doesn't
like the gcc -M option.


Sideney:
This may just work under 10.3.9, or it might just crash and burn. In
case it doesn't work, you could try to remove the frameworks from the
Enigma.app/Contents/Frameworks folder; the frameworks I used are
custom-built from current SDL SVN.

Cheers,
Johannes


Index: configure.ac
===================================================================
--- configure.ac        (revision 143)
+++ configure.ac        (working copy)
@@ -59,9 +59,7 @@

dnl Add -DMACOSX to CXXFLAGS and CFLAGS if working under darwin
if test "x$MACOSX" = xyes; then
- CXXFLAGS="$CXXFLAGS -DMACOSX"
- CFLAGS="$CFLAGS -DMACOSX"
- CPPFLAGS="$CXXFLAGS -DMACOSX"
+ CPPFLAGS="$CPPFLAGS -DMACOSX"
fi

dnl ---------- Texi2html ----------


_______________________________________________
Enigma-devel mailing list
Enigma-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/enigma-devel

Reply via email to