From: Emre T. <emr...@gm...> - 2010-12-12 20:56:59
|
Hi, I've got a compile error on: Mac OSX, gcc: 4.2.1, boost: 1.44. mkdir build cd build cmake .. make [ 4%] Building CXX object libs/network/test/CMakeFiles/cpp-netlib-hello_world.dir/hello_world.cpp.o In file included from /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_server.hpp:9, from /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server.hpp:15, from /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/libs/network/test/hello_world.cpp:10: /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp: In member function ‘void boost::network::http::async_connection<Tag, Handler>::continue_write(Range, boost::function<void ()(boost::system::error_code)>)’: /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp:495: error: expected primary-expression before ‘>’ token /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp:496: error: expected primary-expression before ‘,’ token /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp: In member function ‘void boost::network::http::async_connection<Tag, Handler>::write_impl(Range, boost::function<void ()(boost::system::error_code)>)’: /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp:592: error: expected primary-expression before ‘>’ token /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp:593: error: expected primary-expression before ‘,’ token /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp:600: error: expected primary-expression before ‘>’ token /Users/user/Documents/Sources/Downloads/cpp-netlib-0.8/boost/network/protocol/http/server/async_connection.hpp:601: error: expected primary-expression before ‘,’ token make[2]: *** [libs/network/test/CMakeFiles/cpp-netlib-hello_world.dir/hello_world.cpp.o] Error 1 make[1]: *** [libs/network/test/CMakeFiles/cpp-netlib-hello_world.dir/all] Error 2 make: *** [all] Error 2 |