|
Boost : |
From: Clif Houck (chouck_at_[hidden])
Date: 2008-03-14 16:05:15
Robert Ramey <ramey <at> rrsd.com> writes:
>
> I'm not sure about the state of this. You might try the code at
> www.rrsd.com
> (1.36) and let me know how that works out.
>
> Robert Ramey
>
Simply substituting 1.36 headers from your website for the 1.35 ones, gives me
the same errors:
g++ what.cc -o what -I /home/chouck/Desktop/BoostZip/ -I
/usr/local/include/boost-1_35/ -lboost_serialization-gcc41-mt-1_35
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp: In function
âvoid boost::serialization::load(Archive&, boost::shared_ptr<U>&, unsigned int)â:
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
ânull_deleterâ is not a member of âboost::archive::detailâ
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
ânull_deleterâ is not a member of âboost::archive::detailâ
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
template argument 2 is invalid
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
expected `>' before â*â token
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:123: error:
expected `(' before â*â token
/home/chouck/Desktop/BoostZip/boost/serialization/shared_ptr.hpp:124: error:
expected primary-expression before â>â token
make: *** [all] Error 1
So it appears your current headers have the same problem.
Clif
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk