Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error in Ubuntu 20.04 #12

Open
caiostringari opened this issue Jul 22, 2020 · 2 comments
Open

Compilation error in Ubuntu 20.04 #12

caiostringari opened this issue Jul 22, 2020 · 2 comments

Comments

@caiostringari
Copy link

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

@fbergama
Copy link
Owner

fbergama commented Jul 22, 2020

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

@caiostringari
Copy link
Author

It worked!

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

Thanks! =)

Caio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants