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

io_service no longer available in boost 1.87.0 #30

Open
xiota opened this issue Feb 15, 2025 · 2 comments
Open

io_service no longer available in boost 1.87.0 #30

xiota opened this issue Feb 15, 2025 · 2 comments
Labels
dependency problem This issue is blocked by a missing dependency or an issue in a dependency

Comments

@xiota
Copy link

xiota commented Feb 15, 2025

io_service was removed in boost 1.87.0. It has been deprecated for a while. Should switch to io_context. boostorg/asio#110 may be helpful.

src/lib_gui/utility/utilityApp.cpp:8:10: fatal error: 'boost/asio/io_service.hpp' file not found
    8 | #include <boost/asio/io_service.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
@petermost petermost added the dependency problem This issue is blocked by a missing dependency or an issue in a dependency label Feb 16, 2025
@petermost
Copy link
Owner

Boost 1.87.0 is not yet available in Ubuntu or Vcpkg repositories.

@xiota
Copy link
Author

xiota commented Feb 17, 2025

io_service has been deprecated around 7 years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency problem This issue is blocked by a missing dependency or an issue in a dependency
Projects
None yet
Development

No branches or pull requests

2 participants