You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/config/asio_no_tls_client.hpp:32:
In file included from /home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/endpoint.hpp:32:
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:89:24: error: no type named 'io_service' in namespace 'websocketpp::lib::asio'
89 | typedef lib::asio::io_service * io_service_ptr;
| ~~~~~~~~~~~^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:91:40: error: no member named 'io_service' in namespace 'websocketpp::lib::asio'
91 | typedef lib::shared_ptr<lib::asio::io_service::strand> strand_ptr;
| ~~~~~~~~~~~^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:321:17: error: no matching constructor for initialization of 'lib::asio::steady_timer' (aka 'basic_waitable_timer<chrono::steady_clock>')
321 | new lib::asio::steady_timer(
| ^
322 | *m_io_service,
| ~~~~~~~~~~~~~~
323 | lib::asio::milliseconds(duration))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:327:45: error: member reference type 'strand_ptr' (aka 'int') is not a pointer
327 | new_timer->async_wait(m_strand->wrap(lib::bind(
| ~~~~~~~~ ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:471:21: error: member reference base type 'strand_ptr' (aka 'int') is not a structure or union
471 | m_strand.reset(new lib::asio::io_service::strand(*io_service));
| ~~~~~~~~^~~~~~
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:471:43: error: 'io_service' is not a class, namespace, or enumeration
471 | m_strand.reset(new lib::asio::io_service::strand(*io_service));
| ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:467:47: note: 'io_service' declared here
467 | lib::error_code init_asio (io_service_ptr io_service) {
| ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:582:58: error: no member named 'expires_from_now' in 'boost::asio::basic_waitable_timer<std::chrono::steady_clock>'
582 | (post_timer && lib::asio::is_neg(post_timer->expires_from_now())))
| ~~~~~~~~~~~~^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:638:27: error: member reference type 'strand_ptr' (aka 'int') is not a pointer
638 | m_strand->wrap(lib::bind(
| ~~~~~~~~ ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:721:27: error: member reference type 'strand_ptr' (aka 'int') is not a pointer
721 | m_strand->wrap(lib::bind(
| ~~~~~~~~ ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:859:27: error: member reference type 'strand_ptr' (aka 'int') is not a pointer
859 | m_strand->wrap(make_custom_alloc_handler(
| ~~~~~~~~ ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:928:27: error: member reference type 'strand_ptr' (aka 'int') is not a pointer
928 | m_strand->wrap(make_custom_alloc_handler(
| ~~~~~~~~ ^
/home/jcelerier/ossia/score/3rdparty/libossia/3rdparty/websocketpp/websocketpp/transport/asio/connection.hpp:968:27: error: member reference type 'strand_ptr' (aka 'int') is not a pointer
968 | m_strand->wrap(make_custom_alloc_handler(
| ~~~~~~~~ ^
The text was updated successfully, but these errors were encountered:
@jcelerier Good jods. But I have some bugs to report:
Bug one: when I use cmake -DBUILD_EXAMPLES=ON .., it seems some old boost functions still exist. Therefore, it failed to compile;
Bug two: there is some bug with void listen(std::string const & host, std::string const & service, lib::error_code & ec). When I use it, when I call start_accept, it leads to failure. However, other functions like void listen(uint16_t port) works well.
The text was updated successfully, but these errors were encountered: