On 2/29/08, Greg <[EMAIL PROTECTED]> wrote: > On Feb 29, 2008, at 7:45 PM, Heinrich Taube wrote: > > export MACOSX_DEPLOYMENT_TARGET=10.4 > > make PLATFORM=macosx ARCH=universal
> Thanks! That fixed it. Shouldn't this then be added to the OS X > Makefile? I don't know if any of chicken's maintainers read this > list... It's in the README, in the universal build section. Quote: --------------------- On Leopard (10.5), an extra step is required before `make': export MACOSX_DEPLOYMENT_TARGET=10.4 make PLATFORM=macosx ARCH=universal --------------------- Jim _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
