When compiling Domoticz I get the following.
To me it loks like the domoticz source does not match what boost provides.
Does someone have any idea?
Code: Select all
/domoticz-src/domoticz/webserver/server.cpp: In constructor ‘http::server::ssl_server::ssl_server(const http::server::ssl_server_settings&, http::server::request_handler&)’:
/domoticz-src/domoticz/webserver/server.cpp:147:54: error: no matching function for call to ‘boost::asio::ssl::context::context(boost::asio::io_service&, boost::asio::ssl::context_base::method)’
context_(io_service_, ssl_settings.get_ssl_method())
^
In file included from /usr/local/include/boost/asio/ssl/context.hpp:757:0,
from /usr/local/include/boost/asio/ssl.hpp:18,
from /prog/domoticz-src/domoticz/webserver/connection.hpp:24,
from /domoticz-src/domoticz/webserver/connection_manager.hpp:16,
from /domoticz-src/domoticz/webserver/server.hpp:12,
from /domoticz-src/domoticz/webserver/server.cpp:7: