[C++-sig] Re: [jamboost] Re: 1_28_0 python2.2.1 gcc3.0.4 build on sparc-solaris-2.7 problem report
David Abrahams
david.abrahams at rcn.com
Fri May 31 01:17:43 CEST 2002
Moving this to the C++-sig, where it belongs...
----- Original Message -----
From: "Mike Rovner" <gclbb-jamboost at m.gmane.org>
>
> "David Abrahams" wrote...
> > Sounds like you're right. What's the proposed fix?
>
> Modify boost[.python] to use 64-bit file operations [in that case].
Boost.Python doesn't use any file operations.
> I.e. include wrap_python.hpp first, huh?
"huh", Huh?
Which file should #include wrap_python first?
> Or exclude <cstddef> from config.hpp - I see no use of it in that file.
It's needed for offsetof()... though it appears BOOST_OFFSETOF is not used
anywhere anymore, so we could just dispense with that.
What happens if you comment out the #include <cstddef> from config.hpp?
-Dave
More information about the Cplusplus-sig
mailing list