-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
opencv v0.94.3 breaks build on windows #660
Comments
build failure
|
Will you be able to post the full log ( |
done: https://gist.github.com/rursprung/636ec31186ec7b88453a9ef8fb047d17 based on the diff (i removed the successful build: https://gist.github.com/rursprung/636ec31186ec7b88453a9ef8fb047d17#file-0_94_2-log-L1602-L1603 if you check the
so that explains why it can't find it. i guess there's some dependency missing? |
Looks like it's related to |
i've tested this: it works fine if i downgrade this changed |
Thank you for checking! I'll downgrade the |
Version 0.94.4 now downgrades the |
@rursprung I cannot reproduce this unfortunately, so it would really be great if you could find out how to make it work with the latest |
reproduction case in this repository: https://github.com/rursprung/rust-opencv-vcpkg
when compiling with v0.94.2 this works fine, however after running
cargo update
(even justcargo update vcpkg
- which updates it to v0.94.3 - the build fails during linking (see output in next comment).OS: Windows 11 24H2 (OS Build 26100.3476)
OpenCV: via vcpkg (see
Cargo.toml
in repository)rustc: current stable,
rustc 1.85.1 (4eb161250 2025-03-15)
output of update:
output of build in next comment (too long for this one)
The text was updated successfully, but these errors were encountered: