socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

cmake build faild!!

Open liubin123456 opened this issue 5 years ago • 2 comments

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?

liubin123456 avatar Feb 17 '20 14:02 liubin123456

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.

coreyp1 avatar Mar 18 '20 03:03 coreyp1

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.

xinthose avatar May 20 '20 19:05 xinthose