Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost 1.7+ breaks compilation #4

Open
XapaJIaMnu opened this issue Aug 17, 2020 · 0 comments
Open

boost 1.7+ breaks compilation #4

XapaJIaMnu opened this issue Aug 17, 2020 · 0 comments

Comments

@XapaJIaMnu
Copy link

Hey,

Compilation is broken with boost version>= 1.7 (released in April 2019) due to change in the interface:

/mnt/Storage/mts/3rd_party/crow/include/crow/socket_adaptors.h: In member function ‘boost::asio::io_service& crow::SocketAdaptor::get_io_service()’:
/mnt/Storage/mts/3rd_party/crow/include/crow/socket_adaptors.h:22:28: error: ‘boost::asio::ip::tcp::socket’ {aka ‘class boost::asio::basic_stream_socket<boost::asio::ip::tcp>’} has no member named ‘get_io_service’
   22 |             return socket_.get_io_service();
      |                            ^~~~~~~~~~~~~~

More info here:
rstudio/rstudio#4636

We should at least have that in the requirements.

Cheers,

Nick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant