-
-
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
Unable to statically link OpenCV
without OpenCL
support on windows.
#532
Comments
OpenCV
without OpenCL
support on windows.
OpenCV
without OpenCL
support on windows. OpenCV
without OpenCL
support on windows.
Do you still have this issue? If so |
I also just ran into this issue with the latest version (0.94.1) [package.metadata.vcpkg]
git = "https://github.com/microsoft/vcpkg"
rev = "c7961da7380ecdb92242c9dbc8ee1bca2105e335"
dependencies = ["llvm", "opencv4[contrib,nonfree]", "proj", "gdal"]
[package.metadata.vcpkg.target]
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-release" } Changing the OpenCV dependency to |
Thanks for the update, is there any chance you can test the |
This should now be fixed in 0.94.2 |
i have been experimenting with the crate, and found that if i disable
OpenCL
when compiling the static lib files ofOpenCV
, i am unable to link it correctly to my app.I get the following link error:
I am not sure why
OpenCL
symbols are being generated in the first place, since i set theWITH_OPENCL
flag to OFF, when compilingOpenCV
? Any clues what might be happening here?I am not sure, if the output of
cargo b -vv
would be helpful here, but i am more than happy to provide it, if need be.The text was updated successfully, but these errors were encountered: