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 _______________________________________________ Enigma-devel mailing list Enigma-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/enigma-devel