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
Hi,
I'm currently try to build darwin on debian buster,
but I'm getting this boost error on all plugins build;
/root/darwin/darwin-1.2.1/samples/base/Session.cpp:30:54: error: no matching function for call to ‘boost::asio::basic_stream_socket<boost::asio::local::stream_protocol>::basic_stream_socket(<brace-enclosed initializer list>)’
_cache{cache}, _cache_mutex{cache_mutex} {}
currently last debian/ubuntu have libboost 1.67, but the darwin build doc said that 1.70 is needed.
do you think it's related ? Do you have already build darwin on debian/ubuntu? (I'm seeing some comments in the git log about ubuntu)
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently try to build darwin on debian buster,
but I'm getting this boost error on all plugins build;
currently last debian/ubuntu have libboost 1.67, but the darwin build doc said that 1.70 is needed.
do you think it's related ? Do you have already build darwin on debian/ubuntu? (I'm seeing some comments in the git log about ubuntu)
The text was updated successfully, but these errors were encountered: