-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Boost 1.70 (master snapshot) #1054
Comments
Am I missing something or is that error entirely down to code inside Boost.ASIO, nothing to do with cpprestsdk? Also, if you're going to test bleeding-edge Boost, probably best not to do so against the two-and-a-half year old cpprestsdk v2.9.1! |
After reporting to Boost the issue is now tracked as zaphoyd/websocketpp#794
The issue was noticed via automation but before reporting I did try |
@jbeich thanks for the explanation. Looks like the right people are on the case! |
It seems I still have this issue on macOS 10.15.4 when trying to compile cpprestsdk, with the following Home-brew installation of boost :
|
same issue on macOS 10.15.4 |
@zeetabit Finally resolved in cpprestsdk 2.10.16, I believe. |
It works for me, thanks! |
I have this issue on Ubuntu 18.04.4. My boost version is 1.71.0 |
@JingweiZhangBoston Which version of |
@c72578 My cpprestsdk version is 2.10.16, websocketpp version is 0.7.0 |
@JingweiZhangBoston OK, websocketpp 0.7.0 is not compatible (without patching) with boost 1.71.0. git clone https://github.com/microsoft/cpprestsdk.git
cd cpprestsdk
git submodule update --init websocketpp 0.8.2 will then be in this subfolder: |
Upgrade websocketpp to 0.8.2 works. Thank you. |
After boostorg/asio@59066d80b26e build fails. See error log.
The text was updated successfully, but these errors were encountered: