-
Notifications
You must be signed in to change notification settings - Fork 196
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
1.1.2 won't build against boost-1.70.0 #368
Comments
Hi @Ponce Thanks for reporting this. Regards, |
Hi, It looks it's an issue of websocket library regarding some deprecated features from asio, and now removed. See zaphoyd/websocketpp#794 I've made a test applying this fix on websocket library itself, and now it compiles with boost 1.70.0 (at least, the file that failed: Nevertheless, we'll wait until websocket creates a new release to make sure, everything works (or at least, they accept the pull request). For now, you better use any previous version of boost library. Regards, |
thanks a lot @albmed , I can confirm that applying that let me build fine against the newer boost. |
Thanks a lot for testing @Ponce. Good to know you could have built. I'll append this info to our wiki. |
Platform: Slackware64-current
Boost: 1.70.0
gcc: 8.3.0
relevant build output:
a couple of patches (pasted below) for boost 1.65 and 1.66 are already applied
The text was updated successfully, but these errors were encountered: