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

cannot compile BBR on Ubuntu 20.04 focal #96

Open
yodel-settles opened this issue Feb 22, 2022 · 0 comments
Open

cannot compile BBR on Ubuntu 20.04 focal #96

yodel-settles opened this issue Feb 22, 2022 · 0 comments

Comments

@yodel-settles
Copy link

yodel-settles commented Feb 22, 2022

@cryptozoidberg pls help, cannot compile BBR on Ubuntu 20.04 focal

using compile steps from:
https://github.com/cryptozoidberg/boolberry

during make daemon simplewallet step (same errors with Clang)

errors
#1 contrib/epee/include/net/abstract_tcp_server2.inl:173:20 error: ‘boost::asio::ip::tcp::socket’ {aka ‘class boost::asio::basic_stream_socketboost::asio::ip::tcp’} has no member named ‘get_io_service’

#2 contrib/epee/include/net/abstract_tcp_server2.inl:277:28: error: ‘boost::asio::ip::tcp::socket’ {aka ‘class boost::asio::basic_stream_socketboost::asio::ip::tcp’} has no member named ‘get_io_service’
277 | size_t cnt = socket_.get_io_service().run_one();

#3 contrib/epee/include/net/abstract_tcp_server2.inl:287:28: error: ‘boost::asio::ip::tcp::socket’ {aka ‘class boost::asio::basic_stream_socketboost::asio::ip::tcp’} has no member named ‘get_io_service’
287 | size_t cnt = socket_.get_io_service().poll_one();

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