-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Linking error on Windows 10 #360
Comments
Sounds like |
I faced the same linking issue. |
Can you please post the full output of |
Found the problem. OPENCV_LINK_LIBS = opencv_world460,opencv_img_hash460 the bindings worked fine after i included the img_hash lib. |
Great find! I'll update the troubleshooting guide |
Hello, I am trying to use OpenCV compiled from source. I already have the OpenCV built manually working for me both in C++ and Python. But when using in rust I get linking errors. I have setup all required environment variables and have no idea why this issue is arising. Information needed for are as follows:
rustc --version
) = "rustc 1.63.0 (4b91a6ea7 2022-08-08)"linking_error.txt
The text was updated successfully, but these errors were encountered: