-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade to boost 1.72.0 fails #19
Comments
https://lists.boost.org/boost-users/2019/12/90188.php discusses this same issue |
Ahh, and boostorg/coroutine#45 is the issue and there is a patch against 1.72.0 in the release note we can pick up: |
Here's a quick fix that uses latest boost release and applies the patch they released in the release note:
|
also see boostorg/coroutine#46 that includes the revert commit. |
A drive-by comment: why not use GitHub to download the boost library? I assume GitHub should be stable for most times. |
I liked this idea but unfortunately the github release doesn't package in the needed tools/build/ scripts. Looks like they are git sub modules and not a part of the package :( |
Was trying an upgrade to boost 1.72.0 so we could use sourceforge to download and avoid the issue documented in boostorg/boost#299 but something with the new boost library causes objmgr to fail to compile.
The text was updated successfully, but these errors were encountered: