Boost 1.65 or 1.65.1 doesn't work with cmake 3.9.0 on Ubuntu
Posted: Sunday 17 September 2017 19:10
Wasted 3 hours trying to work out why my Domoticz wasnt compiling after I upgraded Boost to 1.65.1.
Worked out I needed to update cmake as well. So went with 3.9.0, but even that wouldn't work. And it would not work with Boost 1.65.0 either.
Finally had to drop Boost down to 1.64.0 and that finally worked with cmake 3.9.0
Just letting people know because the wiki has been updated to say to use Boost 1.65.0, but it doesn't talk about the linkage between the latest Boost version and needing to use a cmake version that works with it.
I saw a page that gave me a clue.
https://stackoverflow.com/questions/421 ... n/42124857
Worked out I needed to update cmake as well. So went with 3.9.0, but even that wouldn't work. And it would not work with Boost 1.65.0 either.
Finally had to drop Boost down to 1.64.0 and that finally worked with cmake 3.9.0
Just letting people know because the wiki has been updated to say to use Boost 1.65.0, but it doesn't talk about the linkage between the latest Boost version and needing to use a cmake version that works with it.
I saw a page that gave me a clue.
https://stackoverflow.com/questions/421 ... n/42124857