Boost logo

Boost :

From: Neal D. Becker (nbecker_at_[hidden])
Date: 2003-12-15 13:15:51


On Monday 15 December 2003 12:36 pm, Ralf W. Grosse-Kunstleve wrote:
> Could you be using an oldish version of boost? -- I believe a workaround
> for this gcc 3.3 bug was checked in 6 months ago:
>
> http://cvs.sourceforge.net/viewcvs.py/boost/boost/boost/python/converter/as
>_to_python_function.hpp
>

This is the current release, boost-1.30.2

> --- "Neal D. Becker" <nbecker_at_[hidden]> wrote:
> > Bad gcc version, or operator error?
> >
> > Hello.cc
> > -------------------------
> > #include <boost/python.hpp>
> > #include <iostream>
> >
> > char const* greet() { return "hello"; }
> >
> > using namespace boost::python;
> >
> > BOOST_PYTHON_MODULE (hello) {
> > def ("greet", greet);
> > }
> > -------------------------
> >
> > g++ -c -shared Hello.cc -I /usr/include/python2.2/
> > /usr/include/boost/python/converter/as_to_python_function.hpp:28: sorry,
> > unimplemented: `
> > method_call_expr' not supported by dump_expr
> > /usr/include/boost/python/converter/as_to_python_function.hpp:28: sorry,
> > unimplemented: `
> > method_call_expr' not supported by dump_expr
> > /usr/include/boost/python/converter/as_to_python_function.hpp:28: sorry,
> > unimplemented: `
> > method_call_expr' not supported by dump_expr
> > /usr/include/boost/python/converter/as_to_python_function.hpp:28: sorry,
> > unimplemented: `
> > method_call_expr' not supported by dump_expr
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk