Hello, I am trying to install PyCUDA but when I give the command "python setup.py build" I get a huge list of errors, which I think can be traced back to the boost install. Here is what happens (I haven't included the full error list, it just keeps going...)
:pycuda-0.92 lash$ python setup.py build * /usr/local/cuda/bin:/Users/lash/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/cuda/bin /usr/local/cuda/bin running build running build_py running build_ext building '_driver' extension gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -Wall -O3 -DNDEBUG -pipe -Isrc/cpp -I/usr/local/cuda/include -I/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c src/cpp/cuda.cpp -o build/temp.macosx-10.5-i386-2.5/src/cpp/cuda.o -arch i386 In file included from src/cpp/cuda.cpp:1: src/cpp/cuda.hpp:14:32: error: boost/shared_ptr.hpp: No such file or directory src/cpp/cuda.hpp:15:29: error: boost/foreach.hpp: No such file or directory src/cpp/cuda.hpp:16:30: error: boost/weak_ptr.hpp: No such file or directory src/cpp/cuda.hpp:21:28: error: boost/python.hpp: No such file or directory Does this look familiar to anyone? Any help will be greatly appreciated. Ashleigh
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
