Ugh.  Try doing the following before running make:

export MACOSX_DEPLOYMENT_TARGET=10.4

and let me know if it works. I don't know if you have to `make clean` first.

Just a note to say that release 1.0.1 of Grace with Chicken 3.0.0 now includes a Windows build and the OSX build is universal (thanks to Zbigniew).

http://sourceforge.net/project/showfiles.php?group_id=9766&package_id=260559


I wont keep pestering the list with announcements!

To build a universal chicken on Leopard that also runs on Tiger you do:

        export MACOSX_DEPLOYMENT_TARGET=10.4
        make PLATFORM=macosx ARCH=universal


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to