Hallo! I just updated cvs source tree and suddenly http/Server.C will not compile:
[ 91%] Building CXX object src/http/CMakeFiles/wthttp.dir/Server.o /home/ivans/work/rusk/wt-cvs/src/http/Server.C: In member function ‘void http::server::Server::select_read(int)’: /home/ivans/work/rusk/wt-cvs/src/http/Server.C:202: error: no matching function for call to ‘asio::detail::select_reactor<false>::start_read_op(int&, boost::_bi::bind_t<bool, boost::_mfi::mf2<bool, http::server::Server, int, const asio_error_code&>, boost::_bi::list3<boost::_bi::value<http::server::Server*>, boost::_bi::value<int>, boost::arg<1> (*)()> >)’ /home/ivans/work/rusk/wt-cvs/src/http/Server.C: In member function ‘void http::server::Server::select_write(int)’: /home/ivans/work/rusk/wt-cvs/src/http/Server.C:213: error: no matching function for call to ‘asio::detail::select_reactor<false>::start_write_op(int&, boost::_bi::bind_t<bool, boost::_mfi::mf2<bool, http::server::Server, int, const asio_error_code&>, boost::_bi::list3<boost::_bi::value<http::server::Server*>, boost::_bi::value<int>, boost::arg<1> (*)()> >)’ /home/ivans/work/rusk/wt-cvs/src/http/Server.C: In member function ‘void http::server::Server::select_except(int)’: /home/ivans/work/rusk/wt-cvs/src/http/Server.C:224: error: no matching function for call to ‘asio::detail::select_reactor<false>::start_except_op(int&, boost::_bi::bind_t<bool, boost::_mfi::mf2<bool, http::server::Server, int, const asio_error_code&>, boost::_bi::list3<boost::_bi::value<http::server::Server*>, boost::_bi::value<int>, boost::arg<1> (*)()> >)’ /home/ivans/work/rusk/wt-cvs/src/http/Server.C: In member function ‘void http::server::Server::stop_select(int)’: /home/ivans/work/rusk/wt-cvs/src/http/Server.C:233: error: no matching function for call to ‘asio::detail::select_reactor<false>::close_descriptor(int&)’ /usr/include/asio/detail/select_reactor.hpp:250: note: candidates are: void asio::detail::select_reactor<Own_Thread>::close_descriptor(asio::detail::socket_type, asio::detail::select_reactor<Own_Thread>::per_descriptor_data&) [with bool Own_Thread = false] Asio and boost libraries are standard from debian/sid: libasio 1.1.1 and boost 1.35 Best regards! -- \ / | Michael Ivanov (OvO) | (^^^) | \^/ | ^ ^ | ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
