On 09/10/05 20:22 +0200, Lucas Nussbaum said ...
> 
> Relevant part:
> > g++ -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -D_REENTRANT 
> > -D_POSIX_C_SOURCE=200112L -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE 
> > -D_XOPEN_SOURCE=500 -pedantic -Wno-long-long -Wall -fpermissive 
> > -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DNDEBUG  
> > -DRLOG_COMPONENT="fusecompress" -g -O2   -MT Compress.o -MD -MP -MF 
> > .deps/Compress.Tpo -c -o Compress.o Compress.cpp
> > In file included from Compress.cpp:21:
> > ./boost/archive/portable_binary_iarchive.hpp:242:62: error: 
> > boost/archive/impl/archive_pointer_iserializer.ipp: No such file or 
> > directory
> > In file included from Compress.cpp:22:
> > ./boost/archive/portable_binary_oarchive.hpp:232:62: error: 
> > boost/archive/impl/archive_pointer_oserializer.ipp: No such file or 
> > directory
> > In file included from Compress.cpp:21:
> > ./boost/archive/portable_binary_iarchive.hpp:269: error: 
> > 'archive_pointer_iserializer' is not a template
> > ./boost/archive/portable_binary_iarchive.hpp:269: error: 
> > 'archive_pointer_iserializer' in namespace 'boost::archive::detail' does 
> > not name a type
> > In file included from Compress.cpp:22:
> > ./boost/archive/portable_binary_oarchive.hpp:257: error: 
> > 'archive_pointer_oserializer' is not a template
> > ./boost/archive/portable_binary_oarchive.hpp:257: error: 
> > 'archive_pointer_oserializer' in namespace 'boost::archive::detail' does 
> > not name a type
> > make[2]: *** [Compress.o] Error 1

serialization 1.40 has an API change and the new interface should be used.
See http://www.boost.org/doc/libs/1_40_0/libs/serialization/doc/release.html

Giridhar

-- 
Y Giridhar Appaji Nag | http://people.debian.org/~appaji/

Attachment: signature.asc
Description: Digital signature

Reply via email to