Quoting Michael Ivanov <[EMAIL PROTECTED]>: > 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
I have not tried with asio 1.1.1 but it works with asio 1.0.0 and with asio from boost 1.35.0. If you want to save the pain of compiling it yourself, download the three files available here ( http://mentors.debian.net/debian/pool/main/w/witty/ ) and run: $ dpkg-source -x witty_2.1.4-1.dsc $ cd witty-2.1.4 $ dpkg-buildpackage Wt will be included in Debian Unstable as soon as I fix one issue with the header files. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------- 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
