-
Notifications
You must be signed in to change notification settings - Fork 151
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
ld: library not found for -lhighgui #30
Comments
Hi @ashgillman, thank you for the info. You are right, the CMakeLists.txt should be updated, because for OSX, UNIX is also set to true by CMake. |
In the examples CMakeLists.txt, explicit setting CV libs caused compilation errors on OS X.
Same error on my Ubuntu 16.06 machine. I fixed the issue by modifying if statement in line 8 of the file
|
I had an error compiling on OSX Yosemite
I was able to fix by modifying
/examples/CMakeLists.txt
and commenting out lines 10 and 11.Although, this would probably break the installation on other systems. I believe there may be some issue preventing the installer from setting the
UNIX
variable false.The text was updated successfully, but these errors were encountered: