I'm having the same problem, I'm on OSX10.7 (Lion, oops)
I think the externals are failing to build b/c of architecture
incompatibilities..
$ python cAction/setup.py install
running install
running build
running build_ext
building 'cAction' extension
creating build/temp.macosx-10.3-intel-2.6
gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -
arch i386 -arch x86_64 -I/Library/Frameworks/Python.framework/Versions/
2.6/lib/python2.6/site-packages/numpy/core/include -I/Library/
Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/
numpy/numarray/include -I/Library/Frameworks/Python.framework/Versions/
2.6/include/python2.6 -c actionmodule.cpp -o build/temp.macosx-10.3-
intel-2.6/actionmodule.o
i686-apple-darwin10-gcc-4.0.1: actionmodule.cpp: No such file or
directory
i686-apple-darwin10-gcc-4.0.1: actionmodule.cpp: No such file or
directory
i686-apple-darwin10-gcc-4.0.1: no input files
i686-apple-darwin10-gcc-4.0.1: no input files
lipo: can't figure out the architecture type of: /var/folders/9q/
p_tfg_zj3b14ct4td8fkp9t80000gp/T//cc7xMXZD.out
error: command 'gcc-4.0' failed with exit status 1
Anyone have any ideas?
Ray