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

Fails to build with Asio 1.33.0 / Boost 1.87 #216

Open
cmorve-te opened this issue Jan 9, 2025 · 2 comments
Open

Fails to build with Asio 1.33.0 / Boost 1.87 #216

cmorve-te opened this issue Jan 9, 2025 · 2 comments

Comments

@cmorve-te
Copy link

As can be seen in https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html a bunch of deprecated facilities of ASIO have finally been removed, meaning AZMQ doesn't build any more.

I have not checked how difficult it's to fix. But at the very least "Removed deprecated alias io_service" breaks mostly everything.

@jp-pino
Copy link

jp-pino commented Jan 23, 2025

I got most of it working on boost 1.87 but I'm not 100% sure how backwards compatible it is 😅

Also for some reason I can't get the coroutine tests working on 1.87

https://github.com/jp-pino/azmq

@cmorve-te
Copy link
Author

Also for some reason I can't get the coroutine tests working on 1.87

Without even looking at those tests, could it be this (from the ASIO changelog)

Removed Boost.Coroutine-based spawn() overloads. The spawn() function now works only with the fiber support in Boost.Context.

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

2 participants