
6 Oct
2004
6 Oct
'04
9:40 p.m.
"Neal D. Becker" <ndbecker2@verizon.net> 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