Open withsmilo opened 5 years ago
I faced this error as well. https://www.boost.org/doc/libs/1_70_0/doc/html/boost_asio/history.html
Based on this, get_io_service is deprecated and removed. I will try to replace the function and see if it can compile the program.
Confirmed the latest simpleWebServer (https://gitlab.com/eidheim/Simple-Web-Server/blob/master/server_http.hpp) does not use deprecated and removed get_io_service. I think we can keep using the version >= 1.65.1 for now, and later when we update the simpleWebServer, it will be fixed.
Good news! but we always have to run integration tests on Docker, the local tests on Mac will be impossible before fixing this error.
Hi all, few things:
@withsmilo @simon-mo Will ask SimpleWebServer if their current master is compatible to boost 1.65. After that, let's change the SimpleWebserver
https://gitlab.com/eidheim/Simple-Web-Server/issues/266 Verifed from the maintainer that the master is compatible with 1.65 boost without asio apis
Any update on this issue ?
We can install boost 1.70.0 through brew on Mac now, but got failed to build Clipper on Mac with boost 1.70.0. Error message is here, I think this is from SimpleWebServer.
Clipper is safe because all images use boost 1.65.1.