Hi everybody,
I’m trying to compile the ofxCv examples under ubuntu 16.04, and of 0.10.0 for gcc5.
Other addons are working fine, but I cannot manage to get ofxCv compiling.
I just cloned the repo, and I’m using the master branch.
I’ve got a few errors after running the make command:
/usr/bin/ld.gold: error: cannot find -lippicv
collect2: error: ld returned 1 exit status
and then
/mypath/of_v0.10.0_linux64gcc5_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:403: recipe for target 'bin/example-background' failed
/mypath/of_v0.10.0_linux64gcc5_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:124: recipe for target 'Release' failed
Not sure what’s going on but sounds like a bug in opencv config in your install. The package config is listing -lippicv as a dependency but it’s then not finding it on the system. Perhaps try to see if you can install that library independently using apt
that should work fine. i doubt the opencv library is going to be modified in ubuntu 16.04 and that dependency doesn’t seem to exist in 18.04 anymore so even if you updated to the next LTS it should be fine