socket.io-client-cpp
socket.io-client-cpp copied to clipboard
cmake build faild!!
hi this is my error: CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Boost (missing: system date_time random) (found suitable version "1.72.0", minimum required is "1.72.0")
Is it because of my boost version?
Probably. See my comments here.
Basically, until some updates are made, Boost > 1.69.0 won't work. And Heaven help you if you are trying to get it to work on Visual Studio 2019, because it's very difficult (but not impossible) to do.
Boost 1.71 is the new default package version on Ubuntu 20.04 LTS: link. I have moved on to use rxjs/webSocket
and websocketpp.