Boost logo

Boost :

From: Neal D. Becker (nbecker_at_[hidden])
Date: 2003-12-15 11:07:48


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