enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Enigma-devel] configure.ac SDL_ttf magic


From: Sidney Markowitz
Subject: Re: [Enigma-devel] configure.ac SDL_ttf magic
Date: Mon, 01 May 2006 13:56:09 +1200
User-agent: Thunderbird 1.5.0.2 (Macintosh/20060308)

On 5/1/06 9:39 AM, Ronald Lamprecht wrote:
> I am ready to apply your patches - but I am wondering that everything works:

I had to do the following to get everything to build and to work on my
machine:

1) Add the patch to lib-src/zipios++/src/directory.h that I posted in my
last email.

2) Change a hardcoded reference in Makefile, static_prefix = /usr/fink
to match my installation of SDL libraries in /usr/local. We need
something in configure.ac to figure out the correct setting for this
automatically.

3) Add the copy of the *.xml and *.xsd files that Ronald mentioned in
his last email.

Once that was done, I could cd src ; make bundle ; make bundle-fw and
the resulting Enigma.app worked as a Mac app bundle.

There are other things to fix in addition to the above three items:

4) Using cp -R in the Makefile copies the .svn directories and leaves
the permissions in a state where running make bundle again gets errors.
I think that the 'install' command has options to do the right thing and
can be used instead of 'cp -R' or 'cp -r'.

5) make clean doesn't delete the Enigma.app directory that is created by
make bundle

6) make bundle and make bundle-fw should somehow be called from the top
level make install when in MacOSX instead of requiring cd src ; make
bundle ; make bundle-fw

 -- sidney





reply via email to

[Prev in Thread] Current Thread [Next in Thread]