看板 DFBSD_submit 關於我們 聯絡資訊
On Sat, 25 Sep 2004 20:13:22 +0200, Henry Kleynhans <henry@obsidian.co.za> wrote: > * I cannot build the python binding library. I get a lot of errors like > the following: I fixed that and some other issues in boost and sent a mail to the boost-devel list, asking for inclusion. it's still waiting for moderator approval though. #define BOOST_PYTHON_OFFSETOF(s_name, s_member) \ (__offsetof__ (reinterpret_cast <size_t> (&reinterpret_cast <const volatile char &> (static_cast<s_name *> (0)->s_member)))) in boost/python/detail/config.hpp fixes things