monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: monotone patch


From: Tom Tromey
Subject: [Monotone-devel] Re: monotone patch
Date: 21 Aug 2003 17:15:22 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Tom> I spent a little time on it today and it went swimmingly.

Ok, spoke a little too soon.
See the appended.

I'm currently using:

fleche. g++ --version
g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

This is the stock RHL 9 compiler.

I've built and installed boot 1.30.0 and lua.  I thought everything
else was in the tree.  I don't see this header anywhere though.

Apparently I'm also missing cryptopp/hmac.h.  I'm not sure where this
comes from.

Tom


if g++ -DHAVE_CONFIG_H -I. -I../monotone -I.    -DNDEBUG 
-DBOOST_DISABLE_THREADS -Wall -O2  -g -O2 -MT monotone-network.o -MD -MP -MF 
".deps/monotone-network.Tpo" \
  -c -o monotone-network.o `test -f 'network.cc' || echo 
'../monotone/'`network.cc; \
then mv ".deps/monotone-network.Tpo" ".deps/monotone-network.Po"; \
else rm -f ".deps/monotone-network.Tpo"; exit 1; \
fi
In file included from ../monotone/network.cc:19:
../monotone/boost/socket/socketstream.hpp:21:43: 
boost/io/streambuf_wrapping.hpp: No such file or directory
In file included from ../monotone/network.cc:19:
../monotone/boost/socket/socketstream.hpp:34: `io' is not a class or namespace
../monotone/boost/socket/socketstream.hpp:36: no class template named `
   basic_wrapping_iostream' in `boost'
../monotone/boost/socket/socketstream.hpp: In constructor
   `boost::socket::basic_socket_stream<Element, Traits,
   SocketType>::basic_socket_stream(SocketType&)':
../monotone/boost/socket/socketstream.hpp:45: `io' is not a class or namespace
../monotone/boost/socket/socketstream.hpp:46: no class template named `
   basic_wrapping_iostream' in `boost'
../monotone/network.cc: In function `void open_connection(const std::string&,
   long unsigned int,
   
boost::socket::data_socket<boost::socket::socket_base<boost::socket::default_error_policy,
   boost::socket::impl::default_socket_impl> >&,
   boost::shared_ptr<std::iostream>&)':
../monotone/network.cc:103: no matching function for call to `
   boost::socket::basic_socket_stream<char, std::char_traits<char>,
   
boost::socket::data_socket<boost::socket::socket_base<boost::socket::default_error_policy,
   boost::socket::impl::default_socket_impl> > >::good()'
/usr/local/include/boost/shared_ptr.hpp: In member function
   `boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(const
   boost::shared_ptr<Y>&) [with Y = boost::socket::basic_socket_stream<char,
   std::char_traits<char>,
   
boost::socket::data_socket<boost::socket::socket_base<boost::socket::default_error_policy,
   boost::socket::impl::default_socket_impl> > >, T = std::iostream]':
../monotone/network.cc:105:   instantiated from here
/usr/local/include/boost/shared_ptr.hpp:196: cannot convert `
   boost::socket::basic_socket_stream<char, std::char_traits<char>,
   
boost::socket::data_socket<boost::socket::socket_base<boost::socket::default_error_policy,
   boost::socket::impl::default_socket_impl> > >* const' to `std::iostream*' in
   assignment




reply via email to

[Prev in Thread] Current Thread [Next in Thread]