Re: [pygccxml-development] __convenience.pypp.hpp error calling 'len'
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2007-05-05 06:31:16
|
On 5/5/07, Allen Bierbaum <al...@vr...> wrote: > 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? Yes, can you create a patch for this? -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |