From: Eric F. <ef...@ha...> - 2012-09-14 01:42:40
|
On 2012/09/13 11:56 AM, Russell E. Owen wrote: > building 'matplotlib.backends._macosx' extension > gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386 -g -O2 -DNDEBUG -g > -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 > -I/usr/local/include -I/usr/include -I/usr/X11/include > -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa > ckages/numpy/core/include -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pa > ckages/numpy/core/include -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c > src/_macosx.m -o build/temp.macosx-10.3-fat-2.7/src/_macosx.o > src/_macosx.m: In function 'show': > src/_macosx.m:5763: error: nested functions are disabled, use > -fnested-functions to re-enable > src/_macosx.m:5763: error: syntax error before 'in' > src/_macosx.m: At top level: > src/_macosx.m:5768: error: parse error before 'PyObject' > src/_macosx.m: In function 'show': > src/_macosx.m:5763: error: nested functions are disabled, use > -fnested-functions to re-enable > src/_macosx.m:5763: error: syntax error before 'in' > src/_macosx.m: At top level: > src/_macosx.m:5768: error: parse error before 'PyObject' > lipo: can't figure out the architecture type of: /var/tmp//ccI9WUN2.out > error: command 'gcc-4.0' failed with exit status 1 > d-173-250-206-120:/Archives/PythonPackages/matplotlib-1.2.0rc1 It looks like this is failing on code introduced with PR #1036. Eric |