collective/buildout.python

Building Python 2.4 on Mac OS X 10.10 fails

Closed this issue · 0 comments

Building 2.4 on OS X 10.10 beta fails with:

gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Modules/python.o Modules/python.c
clang: error: unknown argument: '-mno-fused-madd'

Python 2.5 and up have no such problems. However, Pillow 1.7.8 fails to build as well (see issue #39).