I'm tring to compile domoticz on ubuntu, so i can add a hardware plugin.
First trying to compile git files without any mods and it don't want to compile.
I have follow the wiki, got the lastest boost version compiled and installed.
got those error about boost :
- Spoiler: show
- more lines here but console cut them
DarkSky.cpp:(.text+0x78b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/DarkSky.cpp.o: In function `CDarkSky::StartHardware()':
DarkSky.cpp:(.text+0xe9f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/DavisLoggerSerial.cpp.o: In function `CDavisLoggerSerial::StopHardware()':
DavisLoggerSerial.cpp:(.text+0x34b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/DavisLoggerSerial.cpp.o: In function `CDavisLoggerSerial::StartHardware()':
DavisLoggerSerial.cpp:(.text+0x798): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/DenkoviSmartdenLan.cpp.o: In function `CDenkoviSmartdenLan::StopHardware()':
DenkoviSmartdenLan.cpp:(.text+0x76b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/DenkoviSmartdenLan.cpp.o: In function `CDenkoviSmartdenLan::StartHardware()':
DenkoviSmartdenLan.cpp:(.text+0x135f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/DomoticzHardware.cpp.o: In function `CDomoticzHardwareBase::StopHeartbeatThread()':
DomoticzHardware.cpp:(.text+0x817): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/DomoticzHardware.cpp.o: In function `CDomoticzHardwareBase::StartHeartbeatThread()':
DomoticzHardware.cpp:(.text+0xde6): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/DomoticzTCP.cpp.o: In function `DomoticzTCP::StopHardwareTCP()':
DomoticzTCP.cpp:(.text+0x6df): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/DomoticzTCP.cpp.o: In function `DomoticzTCP::StartHardwareTCP()':
DomoticzTCP.cpp:(.text+0xeb8): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/EcoDevices.cpp.o: In function `CEcoDevices::StopHardware()':
EcoDevices.cpp:(.text+0x62b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/EcoDevices.cpp.o: In function `CEcoDevices::StartHardware()':
EcoDevices.cpp:(.text+0xd5a): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/EnOceanESP2.cpp.o: In function `CEnOceanESP2::StopHardware()':
EnOceanESP2.cpp:(.text+0xd2b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/EnOceanESP2.cpp.o: In function `CEnOceanESP2::StartHardware()':
EnOceanESP2.cpp:(.text+0x16d9): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/EnOceanESP3.cpp.o: In function `CEnOceanESP3::StopHardware()':
EnOceanESP3.cpp:(.text+0x70b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/EnOceanESP3.cpp.o: In function `CEnOceanESP3::StartHardware()':
EnOceanESP3.cpp:(.text+0x1069): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Ec3kMeterTCP.cpp.o: In function `Ec3kMeterTCP::StopHardware()':
Ec3kMeterTCP.cpp:(.text+0xedb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Ec3kMeterTCP.cpp.o: In function `Ec3kMeterTCP::StartHardware()':
Ec3kMeterTCP.cpp:(.text+0x150e): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/ETH8020.cpp.o: In function `CETH8020::StopHardware()':
ETH8020.cpp:(.text+0x75b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/ETH8020.cpp.o: In function `CETH8020::StartHardware()':
ETH8020.cpp:(.text+0x134f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Fitbit.cpp.o: In function `CFitbit::StopHardware()':
Fitbit.cpp:(.text+0x8ab): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Fitbit.cpp.o: In function `CFitbit::StartHardware()':
Fitbit.cpp:(.text+0x229f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/FritzboxTCP.cpp.o: In function `FritzboxTCP::StopHardware()':
FritzboxTCP.cpp:(.text+0x70b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/FritzboxTCP.cpp.o: In function `FritzboxTCP::StartHardware()':
FritzboxTCP.cpp:(.text+0xb7e): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/GoodweAPI.cpp.o: In function `GoodweAPI::StopHardware()':
GoodweAPI.cpp:(.text+0x186b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/GoodweAPI.cpp.o: In function `GoodweAPI::StartHardware()':
GoodweAPI.cpp:(.text+0x32df): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/HardwareMonitor.cpp.o: In function `CHardwareMonitor::StopHardware()':
HardwareMonitor.cpp:(.text+0x116b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/HardwareMonitor.cpp.o: In function `CHardwareMonitor::StartHardware()':
HardwareMonitor.cpp:(.text+0x19a6): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/HarmonyHub.cpp.o: In function `CHarmonyHub::StopHardware()':
HarmonyHub.cpp:(.text+0x1e9f): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/HarmonyHub.cpp.o: In function `CHarmonyHub::StartHardware()':
HarmonyHub.cpp:(.text+0x3020): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/HEOS.cpp.o: In function `CHEOS::StopHardware()':
HEOS.cpp:(.text+0x2724): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/HEOS.cpp.o: In function `CHEOS::StartHardware()':
HEOS.cpp:(.text+0x2e4e): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/I2C.cpp.o: In function `I2C::StopHardware()':
I2C.cpp:(.text+0xabb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/I2C.cpp.o: In function `I2C::StartHardware()':
I2C.cpp:(.text+0x121c): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/ICYThermostat.cpp.o: In function `CICYThermostat::StopHardware()':
ICYThermostat.cpp:(.text+0x89b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/ICYThermostat.cpp.o: In function `CICYThermostat::StartHardware()':
ICYThermostat.cpp:(.text+0x1b5b): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/KMTronic433.cpp.o: In function `KMTronic433::StopHardware()':
KMTronic433.cpp:(.text+0x33b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/KMTronic433.cpp.o: In function `KMTronic433::StartHardware()':
KMTronic433.cpp:(.text+0xd9a): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/KMTronicSerial.cpp.o: In function `KMTronicSerial::StopHardware()':
KMTronicSerial.cpp:(.text+0x33b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/KMTronicSerial.cpp.o: In function `KMTronicSerial::StartHardware()':
KMTronicSerial.cpp:(.text+0x24ba): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/KMTronicTCP.cpp.o: In function `KMTronicTCP::StopHardware()':
KMTronicTCP.cpp:(.text+0x54b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/KMTronicTCP.cpp.o: In function `KMTronicTCP::StartHardware()':
KMTronicTCP.cpp:(.text+0x1c8f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Kodi.cpp.o: In function `CKodi::StopHardware()':
Kodi.cpp:(.text+0x1573): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Kodi.cpp.o: In function `CKodi::ReloadNodes()':
Kodi.cpp:(.text+0x53a4): undefined reference to `boost::thread::start_thread_noexcept()'
Kodi.cpp:(.text+0x5802): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Kodi.cpp.o: In function `CKodi::Do_Work()':
Kodi.cpp:(.text+0x6da7): undefined reference to `boost::thread::start_thread_noexcept()'
Kodi.cpp:(.text+0x7030): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Kodi.cpp.o: In function `CKodi::StartHardware()':
Kodi.cpp:(.text+0x7efa): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Limitless.cpp.o: In function `CLimitLess::StopHardware()':
Limitless.cpp:(.text+0xe8b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Limitless.cpp.o: In function `CLimitLess::StartHardware()':
Limitless.cpp:(.text+0x213f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/LogitechMediaServer.cpp.o: In function `CLogitechMediaServer::StopHardware()':
LogitechMediaServer.cpp:(.text+0x932): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/LogitechMediaServer.cpp.o: In function `CLogitechMediaServer::Do_Work()':
LogitechMediaServer.cpp:(.text+0x60c6): undefined reference to `boost::thread::start_thread_noexcept()'
LogitechMediaServer.cpp:(.text+0x6165): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/LogitechMediaServer.cpp.o: In function `CLogitechMediaServer::StartHardware()':
LogitechMediaServer.cpp:(.text+0x849b): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Meteostick.cpp.o: In function `Meteostick::StopPollerThread()':
Meteostick.cpp:(.text+0x3c7): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Meteostick.cpp.o: In function `Meteostick::StopHardware()':
Meteostick.cpp:(.text+0x474): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Meteostick.cpp.o: In function `Meteostick::StartPollerThread()':
Meteostick.cpp:(.text+0x87f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/MochadTCP.cpp.o: In function `MochadTCP::StartHardware()':
MochadTCP.cpp:(.text+0xfad): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/MQTT.cpp.o: In function `MQTT::StopHardware()':
MQTT.cpp:(.text+0x196e): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/MQTT.cpp.o: In function `MQTT::StartHardware()':
MQTT.cpp:(.text+0x1dbc): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/MySensorsSerial.cpp.o: In function `MySensorsSerial::StopHardware()':
MySensorsSerial.cpp:(.text+0x243): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/MySensorsSerial.cpp.o: In function `MySensorsSerial::StartHardware()':
MySensorsSerial.cpp:(.text+0x8a1): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/MySensorsTCP.cpp.o: In function `MySensorsTCP::StopHardware()':
MySensorsTCP.cpp:(.text+0x6bc): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/MySensorsTCP.cpp.o: In function `MySensorsTCP::StartHardware()':
MySensorsTCP.cpp:(.text+0xce6): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/NefitEasy.cpp.o: In function `CNefitEasy::StopHardware()':
NefitEasy.cpp:(.text+0x1cab): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/NefitEasy.cpp.o: In function `CNefitEasy::StartHardware()':
NefitEasy.cpp:(.text+0x39d9): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Nest.cpp.o: In function `CNest::StopHardware()':
Nest.cpp:(.text+0x9cb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Nest.cpp.o: In function `CNest::StartHardware()':
Nest.cpp:(.text+0x24b9): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Netatmo.cpp.o: In function `CNetatmo::StopHardware()':
Netatmo.cpp:(.text+0xb4b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Netatmo.cpp.o: In function `CNetatmo::StartHardware()':
Netatmo.cpp:(.text+0x659e): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/HttpPoller.cpp.o: In function `CHttpPoller::StopHardware()':
HttpPoller.cpp:(.text+0x31b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/HttpPoller.cpp.o: In function `CHttpPoller::StartHardware()':
HttpPoller.cpp:(.text+0x104f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/OpenWeatherMap.cpp.o: In function `COpenWeatherMap::StopHardware()':
OpenWeatherMap.cpp:(.text+0x6cb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/OpenWeatherMap.cpp.o: In function `COpenWeatherMap::StartHardware()':
OpenWeatherMap.cpp:(.text+0xddf): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/OpenWebNet.cpp.o: In function `COpenWebNet::StartHardware()':
OpenWebNet.cpp:(.text+0x2a41): undefined reference to `boost::thread::start_thread_noexcept()'
OpenWebNet.cpp:(.text+0x2b4c): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/OTGWSerial.cpp.o: In function `OTGWSerial::StopPollerThread()':
OTGWSerial.cpp:(.text+0x277): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/OTGWSerial.cpp.o: In function `OTGWSerial::StopHardware()':
OTGWSerial.cpp:(.text+0x324): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/OTGWSerial.cpp.o: In function `OTGWSerial::StartPollerThread()':
OTGWSerial.cpp:(.text+0x8ff): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/OTGWTCP.cpp.o: In function `OTGWTCP::StopHardware()':
OTGWTCP.cpp:(.text+0x614): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/OTGWTCP.cpp.o: In function `OTGWTCP::StartHardware()':
OTGWTCP.cpp:(.text+0xc7e): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/PanasonicTV.cpp.o: In function `CPanasonicNode::StopThread()':
PanasonicTV.cpp:(.text+0x2325): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/PanasonicTV.cpp.o: In function `CPanasonic::StopHardware()':
PanasonicTV.cpp:(.text+0x2553): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/PanasonicTV.cpp.o: In function `CPanasonicNode::StartThread()':
PanasonicTV.cpp:(.text+0x35b5): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/PanasonicTV.cpp.o: In function `CPanasonic::StartHardware()':
PanasonicTV.cpp:(.text+0xab3a): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/P1MeterSerial.cpp.o: In function `P1MeterSerial::StopHardware()':
P1MeterSerial.cpp:(.text+0x3d1): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/P1MeterSerial.cpp.o: In function `P1MeterSerial::StartHardware()':
P1MeterSerial.cpp:(.text+0xce6): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/P1MeterTCP.cpp.o: In function `P1MeterTCP::StartHardware()':
P1MeterTCP.cpp:(.text+0x73d): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/PhilipsHue.cpp.o: In function `CPhilipsHue::StopHardware()':
PhilipsHue.cpp:(.text+0x6bb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/PhilipsHue.cpp.o: In function `CPhilipsHue::StartHardware()':
PhilipsHue.cpp:(.text+0x6c5f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/PVOutput_Input.cpp.o: In function `CPVOutputInput::StopHardware()':
PVOutput_Input.cpp:(.text+0x25b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/PVOutput_Input.cpp.o: In function `CPVOutputInput::StartHardware()':
PVOutput_Input.cpp:(.text+0x157f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Rego6XXSerial.cpp.o: In function `CRego6XXSerial::StopHardware()':
Rego6XXSerial.cpp:(.text+0x32b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Rego6XXSerial.cpp.o: In function `CRego6XXSerial::~CRego6XXSerial()':
Rego6XXSerial.cpp:(.text+0x3fd): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Rego6XXSerial.cpp.o: In function `CRego6XXSerial::StartHardware()':
Rego6XXSerial.cpp:(.text+0x9c9): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFLinkSerial.cpp.o: In function `CRFLinkSerial::StopHardware()':
RFLinkSerial.cpp:(.text+0x23b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFLinkSerial.cpp.o: In function `CRFLinkSerial::StartHardware()':
RFLinkSerial.cpp:(.text+0x869): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFLinkTCP.cpp.o: In function `CRFLinkTCP::StopHardware()':
RFLinkTCP.cpp:(.text+0x704): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFLinkTCP.cpp.o: In function `CRFLinkTCP::StartHardware()':
RFLinkTCP.cpp:(.text+0xd6e): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFXComSerial.cpp.o: In function `RFXComSerial::StopHardware()':
RFXComSerial.cpp:(.text+0x135b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFXComSerial.cpp.o: In function `RFXComSerial::StartHardware()':
RFXComSerial.cpp:(.text+0x19f0): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFXComTCP.cpp.o: In function `RFXComTCP::StopHardware()':
RFXComTCP.cpp:(.text+0x5e7): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/RFXComTCP.cpp.o: In function `RFXComTCP::StartHardware()':
RFXComTCP.cpp:(.text+0xc08): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/S0MeterTCP.cpp.o: In function `S0MeterTCP::StopHardware()':
S0MeterTCP.cpp:(.text+0x614): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/S0MeterTCP.cpp.o: In function `S0MeterTCP::StartHardware()':
S0MeterTCP.cpp:(.text+0xc90): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/SatelIntegra.cpp.o: In function `SatelIntegra::StopHardware()':
SatelIntegra.cpp:(.text+0xe9b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/SatelIntegra.cpp.o: In function `SatelIntegra::StartHardware()':
SatelIntegra.cpp:(.text+0x52de): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/SBFSpot.cpp.o: In function `CSBFSpot::StopHardware()':
SBFSpot.cpp:(.text+0x40b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/SBFSpot.cpp.o: In function `CSBFSpot::StartHardware()':
SBFSpot.cpp:(.text+0x3237): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/SolarEdgeAPI.cpp.o: In function `SolarEdgeAPI::StopHardware()':
SolarEdgeAPI.cpp:(.text+0x43b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/SolarEdgeAPI.cpp.o: In function `SolarEdgeAPI::StartHardware()':
SolarEdgeAPI.cpp:(.text+0x1c45): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/SolarMaxTCP.cpp.o: In function `SolarMaxTCP::StopHardware()':
SolarMaxTCP.cpp:(.text+0x1248): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/SolarMaxTCP.cpp.o: In function `SolarMaxTCP::StartHardware()':
SolarMaxTCP.cpp:(.text+0x1887): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Sterbox.cpp.o: In function `CSterbox::StopHardware()':
Sterbox.cpp:(.text+0x6bb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Sterbox.cpp.o: In function `CSterbox::StartHardware()':
Sterbox.cpp:(.text+0x12af): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Thermosmart.cpp.o: In function `CThermosmart::StopHardware()':
Thermosmart.cpp:(.text+0xc5b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Thermosmart.cpp.o: In function `CThermosmart::StartHardware()':
Thermosmart.cpp:(.text+0x2553): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/ToonThermostat.cpp.o: In function `CToonThermostat::StopHardware()':
ToonThermostat.cpp:(.text+0x16bb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/ToonThermostat.cpp.o: In function `CToonThermostat::StartHardware()':
ToonThermostat.cpp:(.text+0x46e7): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/VolcraftCO20.cpp.o: In function `CVolcraftCO20::StopHardware()':
VolcraftCO20.cpp:(.text+0x6ab): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/VolcraftCO20.cpp.o: In function `CVolcraftCO20::StartHardware()':
VolcraftCO20.cpp:(.text+0xebf): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Winddelen.cpp.o: In function `CWinddelen::StopHardware()':
Winddelen.cpp:(.text+0xf5b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Winddelen.cpp.o: In function `CWinddelen::StartHardware()':
Winddelen.cpp:(.text+0x176f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/Wunderground.cpp.o: In function `CWunderground::StopHardware()':
Wunderground.cpp:(.text+0x78b): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/Wunderground.cpp.o: In function `CWunderground::StartHardware()':
Wunderground.cpp:(.text+0xe9f): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/YouLess.cpp.o: In function `CYouLess::StopHardware()':
YouLess.cpp:(.text+0x3cb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/YouLess.cpp.o: In function `CYouLess::StartHardware()':
YouLess.cpp:(.text+0xb16): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/hardware/ZWaveBase.cpp.o: In function `ZWaveBase::StopHardware()':
ZWaveBase.cpp:(.text+0x7bb): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/hardware/ZWaveBase.cpp.o: In function `ZWaveBase::StartHardware()':
ZWaveBase.cpp:(.text+0x1b76): undefined reference to `boost::thread::start_thread_noexcept()'
CMakeFiles/domoticz.dir/tcpserver/TCPServer.cpp.o: In function `tcp::server::CTCPServer::StopServer()':
TCPServer.cpp:(.text+0x1f90): undefined reference to `boost::thread::join_noexcept()'
CMakeFiles/domoticz.dir/tcpserver/TCPServer.cpp.o: In function `tcp::server::CTCPServer::StartServer(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
TCPServer.cpp:(.text+0x43c9): undefined reference to `boost::thread::start_thread_noexcept()'
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [domoticz] Erreur 1
make[1]: *** [CMakeFiles/domoticz.dir/all] Erreur 2
make: *** [all] Erreur 2
can you please help me so i can start devellop my plugin ?
thank you