We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am having a compilation error when running make in Ubuntu 20.04. Something related to libboost, I think.
make
See attached the build log.
Cheers,
Caio
error_build.log
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
It worked!
Maybe this page needs a update? https://www.dais.unive.it/wass/documentation/install.html#linux
Thanks! =)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: