Hello, i try to install Pycuda on a host with python 2.4.
All is good (boost, numpy), until i fall on a problem during the make of pycuda. There's a test on the version of python (for version >= 2.5 ...), and that break my compil : src/cpp/cuda.hpp: In member function ‘void cuda::memcpy_2d::set_src_host(boost::python::api::object)’: src/cpp/cuda.hpp:942: error: ‘Py_ssize_t’ was not declared in this scope src/cpp/cuda.hpp:942: error: expected `;' before ‘len’ src/cpp/cuda.hpp:942: error: ‘len’ was not declared in this scope Any idea ? ###################################################################### Jean-Christophe Penalva Centre Informatique National de l'Enseignement Superieur (CINES) Montpellier, FRANCE Tel : 33 4 67 141 414 Fax : 33 4 67 523 763 http://www.cines.fr/ _______________________________________________ PyCuda mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
