Boost logo

Boost :

From: Patrick Mauritz (oxygene_at_[hidden])
Date: 2004-09-25 18:25:16


the attached patch makes it possible to build boost on dragonflybsd with
gcc3.4.

the change in boost/python/detail/config.hpp is necessary as dfly doesn't
provide the gcc-patched headers that "fix" offsetof().

if defined(freebsd)&&!defined(dragonfly) is in there as dfly sometimes defines
both of them.

after this patch, everything except boost::serialize (which complains about
lack of wchar_t) should build.

patrick mauritz




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