Python on OS X on Intel includes in /sw/lib/python2.5/config/Makefile the compiler flags -Wno-long-double -no-cpp-precomp -mno-fused-madd. Unfortunately, these are power PC flags; while the first one only emits an annoying warning, the latter two create a compile error. This means things that use the python build system don't build (my particular point of pain was mercurial). The dumb fix is a 1-character change, in the attached patch; I don't know about the right fix.
python-make.patch
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
