[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Patch to build Mac OS X disk image target
From: |
Johannes Fortmann |
Subject: |
Re: [Enigma-devel] Patch to build Mac OS X disk image target |
Date: |
Wed, 3 May 2006 12:46:54 +0100 |
On 5/3/06, Sidney Markowitz <address@hidden> wrote:
On 5/3/06 6:45 AM, Ronald Lamprecht wrote:
> Would you please update your "building_enigma_in_MacOS10.3.9.txt" out of
> your first posting to be valid for 10.3.9 and 10.4 related to the
> current Enigma version including all of your patches?
Here it is. I'm sure it needs a proofreading, as I have had lots of
distractions from work I'm supposed to be doing while putting it
together :-) Johannes, how does it look?
The directions look good to me. Maybe we could add something like:
Alternatively, if you're using 10.4, all of the needed packages are
available via fink (fink.sf.net). You'll still have to build a static
version of libxerces-c and put it into your fink library directory,
though.
I needed the attached patch to get the levels to copy correctly.
Greetings, Johannes
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 143)
+++ src/Makefile.am (working copy)
@@ -201,10 +201,11 @@
mkdir -p $(bundle_name)/Contents/MacOS
mkdir -p $(bundle_name)/Contents/Resources
mkdir -p $(bundle_name)/Contents/Resources/data/
+ mkdir -p $(bundle_name)/Contents/Resources/data/levels
echo "APPL????" > $(bundle_name)/Contents/PkgInfo
cp $(top_builddir)/etc/Info.plist $(bundle_name)/Contents/
cp $(top_builddir)/etc/enigma.icns $(bundle_name)/Contents/Resources/
- tar --exclude .svn -c -f - -C $(top_builddir)/data/levels . |
tar xpf - -C $(bundle_name)/Contents/Resources/data
+ tar --exclude .svn -c -f - -C $(top_builddir)/data/levels . |
tar xpf - -C $(bundle_name)/Contents/Resources/data/levels
cp $(top_builddir)/data/*.lua $(bundle_name)/Contents/Resources/data/
cp $(top_builddir)/data/*.xml $(bundle_name)/Contents/Resources/data/
mkdir -p $(bundle_name)/Contents/Resources/data/gfx
- Re: [Enigma-devel] configure.ac SDL_ttf magic, (continued)
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Johannes Fortmann, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Sidney Markowitz, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Sidney Markowitz, 2006/05/01
- Re: [Enigma-devel] configure.ac SDL_ttf magic, Sidney Markowitz, 2006/05/01
- [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/01
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Ronald Lamprecht, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/02
- Re: [Enigma-devel] Patch to build Mac OS X disk image target,
Johannes Fortmann <=
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/03
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Sidney Markowitz, 2006/05/03
- Re: [Enigma-devel] Patch to build Mac OS X disk image target, Daniel Heck, 2006/05/04