Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-10-06 16:40:49


"Neal D. Becker" <ndbecker2_at_[hidden]> writes:

> This is current gcc for Linux/FC3T2. (Fedora core 3 test 2)
>
> /usr/local/src/boost.cvs/libs/python/build/../src/tuple.cpp: In constructor
> `boost::python::detail::tuple_base::tuple_base(const
> boost::python::api::object&)':
> /usr/local/src/boost.cvs/libs/python/build/../src/tuple.cpp:21: internal
> compiler error: Segmentation fault
>
> Bug report filed.

Any idea what we might do to work around it?

What happens if you add a

  typedef object base;

to tuple_base in tuple.hpp and replace object(...) in the offending
line with base(...)?

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

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