[EMAIL PROTECTED] wrote: > Author: larsbj > Date: Mon Dec 11 15:31:35 2006 > New Revision: 16241 > > URL: http://www.lyx.org/trac/changeset/16241 > Log: > Update to latest from BOOST 1.34 repo
Lars, nice to see a sign from you again, but unfortunately I do now get this error on SuSE 10.0 x84 (gcc 4.0.2): if g++ -DHAVE_CONFIG_H -I. -I../../src -I. -Winvalid-pch --include=../../src/pch.h -I../../boost -I/usr/X11R6/include -fmessage-length=0 -MT buffer.o -MD -MP -MF ".deps/buffer.Tpo" -c -o buffer.o ../../src/buffer.C; \ then mv -f ".deps/buffer.Tpo" ".deps/buffer.Po"; else rm -f ".deps/buffer.Tpo"; exit 1; fi ../../src/buffer.C:1492:2: warning: #warning this function should be moved to buffer_pimpl.C ../../boost/boost/iostreams/filter/symmetric.hpp: In member function ‘std::streamsize boost::iostreams::symmetric_filter<SymmetricFilter, Alloc>::read(Source&, typename boost::iostreams::char_type_of<T>::type*, std::streamsize) [with Source = boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >, SymmetricFilter = boost::iostreams::detail::zlib_compressor_impl<std::allocator<char> >, Alloc = std::allocator<char>]’: ../../boost/boost/iostreams/filter/gzip.hpp:199: instantiated from ‘std::streamsize boost::iostreams::basic_gzip_compressor<Alloc>::read(Source&, char*, std::streamsize) [with Source = boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >, Alloc = std::allocator<char>]’ ../../boost/boost/iostreams/read.hpp:215: instantiated from ‘static std::streamsize boost::iostreams::detail::read_filter_impl<boost::iostreams::multichar_tag>::read(T&, Source&, typename boost::iostreams::char_type_of<T>::type*, std::streamsize) [with T = boost::iostreams::basic_gzip_compressor<std::allocator<char> >, Source = boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >]’ ../../boost/boost/iostreams/read.hpp:56: instantiated from ‘std::streamsize boost::iostreams::read(T&, Source&, typename boost::iostreams::char_type_of<T>::type*, std::streamsize) [with T = boost::iostreams::basic_gzip_compressor<std::allocator<char> >, Source = boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >]’ ../../boost/boost/iostreams/detail/adapter/concept_adapter.hpp:247: instantiated from ‘static std::streamsize boost::iostreams::detail::flt_wrapper_impl<boost::iostreams::input>::read(Filter&, Source*, typename boost::iostreams::char_type_of<T>::type*, std::streamsize) [with Filter = boost::iostreams::basic_gzip_compressor<std::allocator<char> >, Source = boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >]’ ../../boost/boost/iostreams/detail/adapter/concept_adapter.hpp:74: instantiated from ‘std::streamsize boost::iostreams::detail::concept_adapter<T>::read(typename boost::iostreams::char_type_of<T>::type*, std::streamsize, Source*) [with Source = boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >, T = boost::iostreams::basic_gzip_compressor<std::allocator<char> >]’ ../../boost/boost/iostreams/detail/streambuf/indirect_streambuf.hpp:250: instantiated from ‘typename boost::iostreams::detail::indirect_streambuf<T, Tr, Alloc, Mode>::int_type boost::iostreams::detail::indirect_streambuf<T, Tr, Alloc, Mode>::underflow() [with T = boost::iostreams::basic_gzip_compressor<std::allocator<char> >, Tr = std::char_traits<char>, Alloc = std::allocator<char>, Mode = boost::iostreams::output]’ ../../src/buffer.C:1697: instantiated from here ../../boost/boost/iostreams/filter/symmetric.hpp:112: error: ‘boost::iostreams::symmetric_filter<boost::iostreams::detail::zlib_compressor_impl<std::allocator<char> >, std::allocator<char> >::<anonymous enum>’ is/uses anonymous type ../../boost/boost/iostreams/filter/symmetric.hpp:112: error: trying to instantiate ‘template<class T> struct boost::is_integral’ ../../boost/boost/iostreams/filter/symmetric.hpp:124: error: ‘boost::iostreams::symmetric_filter<boost::iostreams::detail::zlib_compressor_impl<std::allocator<char> >, std::allocator<char> >::<anonymous enum>’ is/uses anonymous type ../../boost/boost/iostreams/filter/symmetric.hpp:124: error: trying to instantiate ‘template<class T> struct boost::is_integral’ ../../boost/boost/iostreams/filter/symmetric.hpp:131: error: ‘boost::iostreams::symmetric_filter<boost::iostreams::detail::zlib_compressor_impl<std::allocator<char> >, std::allocator<char> >::<anonymous enum>’ is/uses anonymous type ../../boost/boost/iostreams/filter/symmetric.hpp:131: error: trying to instantiate ‘template<class T> struct boost::is_integral’ Does that ring any bell? Georg