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 new boost version libraries #1025

Closed
James-Mart opened this issue Jan 29, 2025 · 1 comment · Fixed by #1088
Closed

Build issue with new boost version libraries #1025

James-Mart opened this issue Jan 29, 2025 · 1 comment · Fixed by #1088
Assignees

Comments

@James-Mart
Copy link
Member

James-Mart commented Jan 29, 2025

/root/psibase/libraries/psibase_http/http.cpp:18:10: fatal error: boost/asio/io_service.hpp: No such file or directory
   18 | #include <boost/asio/io_service.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Ubuntu 22.04, boost 1.87.0

@swatanabe
Copy link
Collaborator

io_service is a really old name. It's been io_context for while.

@swatanabe swatanabe linked a pull request Mar 4, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants