Hi,
I just downloaded the latest distribution using git. I ran configure and
tried building using
% python setup.py build
And I get the following error:
--------------------------
bpl-subset/bpl_subset/boost/python/detail/make_tuple.hpp:25: error:
‘PyTuple_SET_ITEM’ was not declared in this scope
In file included from
bpl-subset/bpl_subset/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
from bpl-subset/bpl_subset/boost/python/tuple.hpp:65,
from bpl-subset/bpl_subset/boost/python/dict.hpp:12,
from bpl-subset/bpl_subset/boost/python.hpp:24,
from src/cpp/cuda.hpp:20,
from src/cpp/cuda.cpp:1:
bpl-subset/bpl_subset/boost/python/detail/make_tuple.hpp: In function
‘boost::python::tuple boost::python::make_tuple(const A0&, const A1&,
const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const
A8&, const A9&, const A10&, const A11&, const A12&, const A13&) [with A0
= long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int,
A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long
int, A10 = long int, A11 = long int, A12 = long int, A13 = long int]’:
bpl-subset/bpl_subset/boost/preprocessor/iteration/detail/local.hpp:76:
instantiated from here
bpl-subset/bpl_subset/boost/python/detail/make_tuple.hpp:25: error:
‘PyTuple_SET_ITEM’ was not declared in this scope
In file included from
bpl-subset/bpl_subset/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
from bpl-subset/bpl_subset/boost/python/tuple.hpp:65,
from bpl-subset/bpl_subset/boost/python/dict.hpp:12,
from bpl-subset/bpl_subset/boost/python.hpp:24,
from src/cpp/cuda.hpp:20,
from src/cpp/cuda.cpp:1:
bpl-subset/bpl_subset/boost/python/detail/make_tuple.hpp: In function
‘boost::python::tuple boost::python::make_tuple(const A0&, const A1&,
const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const
A8&, const A9&, const A10&, const A11&, const A12&, const A13&, const
A14&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int,
A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long
int, A9 = long int, A10 = long int, A11 = long int, A12 = long int, A13
= long int, A14 = long int]’:
bpl-subset/bpl_subset/boost/preprocessor/iteration/detail/local.hpp:79:
instantiated from here
bpl-subset/bpl_subset/boost/python/detail/make_tuple.hpp:25: error:
‘PyTuple_SET_ITEM’ was not declared in this scope
In file included from bpl-subset/bpl_subset/boost/python/args.hpp:25,
from bpl-subset/bpl_subset/boost/python.hpp:11,
from src/cpp/cuda.hpp:20,
from src/cpp/cuda.cpp:1:
bpl-subset/bpl_subset/boost/python/object_core.hpp: In constructor
‘boost::python::api::object::object(const T&) [with T =
boost::python::tuple]’:
bpl-subset/bpl_subset/boost/python/numeric.hpp:121: instantiated from
‘void boost::python::numeric::array::resize(const Sequence&) [with
Sequence = boost::python::tuple]’
bpl-subset/bpl_subset/boost/preprocessor/iteration/detail/local.hpp:37:
instantiated from here
bpl-subset/bpl_subset/boost/python/object_core.hpp:334: error:
‘object_base_initializer’ was not declared in this scope
error: command 'gcc' failed with exit status 1
--------------------------
any help appreciated.
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda