wass icon indicating copy to clipboard operation
wass copied to clipboard

Compilation error in Ubuntu 20.04

Open caiostringari opened this issue 4 years ago • 2 comments

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

error_build.log

caiostringari avatar Jul 22 '20 13:07 caiostringari

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

fbergama avatar Jul 22 '20 13:07 fbergama

It worked!

Maybe this page needs a update? https://www.dais.unive.it/wass/documentation/install.html#linux

Thanks! =)

Caio

caiostringari avatar Jul 22 '20 14:07 caiostringari