Boost logo

Boost :

From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2003-12-15 12:36:32


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

--- "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

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


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