Hey everybody,

I have installed pycuda several times before, but never in Fedora (10). I
have worked my way through almost to the end, but I do not know how to get
past this error:

running build
running build_py
running build_ext
building '_driver' extension
gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O3 -DNDEBUG
-fPIC -Isrc/cpp -I/usr/include -I/usr/local/cuda/include
-I/usr/lib/python2.5/site-packages/numpy/core/include
-I/usr/include/python2.5 -c src/cpp/cuda.cpp -o
build/temp.linux-i686-2.5/src/cpp/cuda.o
In file included from src/cpp/cuda.cpp:1:
src/cpp/cuda.hpp:311: error: ‘id’ in class ‘boost::thread’ does not name a
type
src/cpp/cuda.hpp:346: error: ‘id’ in class ‘boost::thread’ does not name a
type
src/cpp/cuda.hpp: In constructor ‘cuda::context::context(CUctx_st*)’:
src/cpp/cuda.hpp:316: error: class ‘cuda::context’ does not have any field
named ‘m_thread’
src/cpp/cuda.hpp:316: error: ‘boost::this_thread’ has not been declared
src/cpp/cuda.hpp: In member function ‘void cuda::context::detach()’:
src/cpp/cuda.hpp:359: error: ‘m_thread’ was not declared in this scope
src/cpp/cuda.hpp:359: error: ‘boost::this_thread’ has not been declared
src/cpp/cuda.hpp: In constructor
‘cuda::scoped_context_activation::scoped_context_activation(boost::shared_ptr<cuda::context>)’:
src/cpp/cuda.hpp:529: error: ‘boost::this_thread’ has not been declared
src/cpp/cuda.hpp:529: error: ‘class cuda::context’ has no member named
‘thread_id’
error: command 'gcc' failed with exit status 1
[ch...@chris-xps-f pycuda]$


Any help would be greatly appreciated!

    >>>Chris Heuser
_______________________________________________
PyCuda mailing list
PyCuda@tiker.net
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to