Closed skleff1994 closed 4 years ago
So I finally spotted my mistake: I had accidentally deleted boost headers while trying out a source installation, and they wouldn't come back through a standard installation, so I had to remove the boost dependencies first and then reinstall it, as mentioned in this post . This obviously solved the problem ! I'll close this issue now
I am trying to build my workspace on Ubuntu 18.04 with python 2.7 but CMake cannot find boost somehow (
search_for_boost()
fails) :I checked the following :
I also tried to
sudo apt-get install libboost-all-dev
BOOST_ROOT=/usr
andBOOST_INCLUDEDIR=/usr/lib
(in the.bashrc
and as build arguments)but I still get the error. I'm not sure how to figure out what the reason is. What can I do ?