On Mon, Nov 05, 2007 at 04:30:53PM -0600, Benoit Hudson wrote: > 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.
-no-cpp-precomp has wavered between a useless no-op and a source of broken-ness starting in OS X 10.3. A while back we tried to expunge it from all packages...looks like we need to make another pass. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------------------------- 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
