[pygccxml-development] __convenience.pypp.hpp error calling 'len'
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2007-05-05 00:50:05
|
With the latest version of pypp from svn I am getting this error while using boost 1.33.1 with fedora core 6. src/osg_module/generated/__convenience.pypp.hpp: In function 'void pyplusplus::convenience::ensure_uniform_sequence(boost::python::api::object, pyplusplus::convenience::index_type)': src/osg_module/generated/__convenience.pypp.hpp:46: error: 'len' is not a member of 'boost::python' src/osg_module/generated/__convenience.pypp.hpp: In function 'void pyplusplus::convenience::copy_sequence(const boost::python::api::object&, Inserter)': src/osg_module/generated/__convenience.pypp.hpp:76: error: 'len' is not a member of 'boost::python' src/osg_module/generated/__convenience.pypp.hpp: In function 'void pyplusplus::convenience::copy_sequence(const boost::python::api::object&, Inserter, boost::type<Target>)': src/osg_module/generated/__convenience.pypp.hpp:84: error: 'len' is not a member of 'boost::python' Is this a case where the helper methods are using capabilities from the development version of boost? -Allen |