hi
Im trying to get started with PyOpenCL but am running into some walls. Whenever I try to build the package either by using ./ configure ... make or python setup.py build I get the following error

Jake-Ross-Computer:pyopencl-0.91 Ross$ python setup.py build
running build
running build_py
running build_ext
building '_cl' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused- madd -fno-common -dynamic -I/Library/Frameworks/Python.framework/ Versions/5.0.0/include -O3 -DNDEBUG -Isrc/cpp -I/Library/Frameworks/ Python.framework/Versions/5.0.0/lib/python2.5/site-packages/numpy/core/ include -I/Library/Frameworks/Python.framework/Versions/5.0.0/include/ python2.5 -c src/wrapper/wrap_cl.cpp -o build/temp.macosx-10.3- i386-2.5/src/wrapper/wrap_cl.o -arch i386 -arch x86_64 -isysroot / Developer/SDKs/MacOSX10.6.sdk
cc1plus: error: unrecognized command line option "-Wno-long-double"
cc1plus: error: unrecognized command line option "-Wno-long-double"
lipo: can't figure out the architecture type of: /var/folders/HR/ HR4MJfTvGmSHMD5GW6NlvU+++TI/-Tmp-//ccBx1lvA.out
error: command 'gcc' failed with exit status 1

I followed the instructions on the wiki to install Boost but always get
 ...failed updating 28 targets...

dont really know where to go from here. Im pretty excited to start working with pyopencl so any help would be great

Thanks
Jake


Jake Ross
New Mexico Geochronology Research Laboratory
[email protected]
[email protected]
575-835-5994 (office)


_______________________________________________
PyOpenCL mailing list
[email protected]
http://tiker.net/mailman/listinfo/pyopencl_tiker.net

Reply via email to