On Fri, Feb 29, 2008 at 08:01:58PM -0500, Greg wrote: > 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... >
Setting this variable in the Makefile seems to me to be a bit fragile. I imagine there would be some people trying to build on an old version of OSX, or of course trying to build on future version of OSX. I don't really have a concrete solution to offer, however. Doing a quick bit of research finds this technical note: http://developer.apple.com/technotes/tn2002/tn2064.html Which describes what is going on with this variable. -Alan > > On Feb 29, 2008, at 7:45 PM, Heinrich Taube wrote: > > >dont know if this will help but i do this when i build universal on > >10.5.1: > > > >export MACOSX_DEPLOYMENT_TARGET=10.4 > >make PLATFORM=macosx ARCH=universal > -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
