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

build issue with boost >=1.70 #374

Open
ilejn opened this issue Jun 5, 2020 · 3 comments
Open

build issue with boost >=1.70 #374

ilejn opened this issue Jun 5, 2020 · 3 comments

Comments

@ilejn
Copy link

ilejn commented Jun 5, 2020

                 from /home/ilejn/projects/.../HttpServer.cpp:1:
/home/ilejn/projects/.../3rdparty/crow/include/crow/socket_adaptors.h: In member function ‘boost::asio::io_service& crow::SocketAdaptor::get_io_service()’:
/home/ilejn/projects/.../3rdparty/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();
@mrozigor
Copy link

mrozigor commented Jun 6, 2020

There are already couple of issues in this project with boost lib version. Also couple of pull request - you can choose one of them ;) On my fork those changes are merged, so feel free to download updated version.

@ilejn
Copy link
Author

ilejn commented Jun 6, 2020

Thanks,
no luck in making my own PR ;(

@ilejn ilejn changed the title build issue with boot >=1.70 build issue with boost >=1.70 Jun 7, 2020
@zh794390558
Copy link

#343

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

3 participants