wass
wass copied to clipboard
Compilation error in Ubuntu 20.04
Hi,
I am having a compilation error when running make
in Ubuntu 20.04. Something related to libboost, I think.
See attached the build log.
Cheers,
Caio
I know, it's probably related to boost log. Try disabling it by re-running cmake with:
cmake ../src/ -DCMAKE_BUILD_TYPE="Release" -DOpenCV_DIR="../../opencv/build" -DDISABLE_BOOST_LOG=ON && make && make install
It worked!
Maybe this page needs a update? https://www.dais.unive.it/wass/documentation/install.html#linux
Thanks! =)
Caio