[SciPy-user] Mac OS X 10.5 PPC Python 2.5.1 vecLib.framework error

Rodrigo Guerra tioguerra at gmail.com
Sat Mar 14 12:04:24 EDT 2009


Hi,

I am trying to compile SciPy from SVN r5623 on a Mac PPC G5 running
Leopard, Python 2.5.1 (that came bundled with the system), gcc 4.0.1,
gfortran 4.2.3, NumPy 1.2.1 from sources.

Here is the snippet of the output at the point the first error occurs:

creating build/temp.macosx-10.5-ppc-2.5/scipy/sparse/linalg/eigen
creating build/temp.macosx-10.5-ppc-2.5/scipy/sparse/linalg/eigen/arpack
creating build/temp.macosx-10.5-ppc-2.5/scipy/sparse/linalg/eigen/arpack/ARPACK
creating build/temp.macosx-10.5-ppc-2.5/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS
compile options: '-Iscipy/sparse/linalg/eigen/arpack/ARPACK/SRC -c'
gcc: scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c
In file included from
/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:61,
                 from
scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c:1:
/System/Library/Frameworks/vecLib.framework/Headers/vForce.h:33:
error: syntax error before 'float'
/System/Library/Frameworks/vecLib.framework/Headers/vForce.h:34:
error: syntax error before 'double'
In file included from
/System/Library/Frameworks/vecLib.framework/Headers/vecLib.h:61,
                 from
scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c:1:
/System/Library/Frameworks/vecLib.framework/Headers/vForce.h:145:
error: syntax error before '*' token
/System/Library/Frameworks/vecLib.framework/Headers/vForce.h:146:
error: syntax error before '*' token

Any help appreciated.

Cheers,
Guerra



More information about the SciPy-User mailing list