-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Windows 10 - app compilation fails #341
Comments
I think I'm missing the vcpkg stuff... |
This vcpkg is that incredibly lame... It is now dealing with 8 of 14 installations since 2 hours. Absolutely impossible to think about CI with this |
There is an open issue about the missing limits.h file with some workarounds: #322 |
Thanks. But - no thanks :) Simply the requirement of having to do an hour long vcpkg installation with unclear outcome is a showstopper for me. No Windows support really possible with this |
I resumed this attempt. Indeed, a downgrade to VS 2019 community solved the "limits" issue. But now I have this:
C:\Users\neily\calibration> Any pointer? |
As always, a |
Forgot the clean, did ran it like so. One second |
The opencv-0.63.2/src/opencv/hub/types.rs on my Mac (and on Linux) contains this type. |
HTH |
I see, can you please tell me for what function are you using the |
I'm trying to construct
Even it doesn't look like so from the coding the results are the same in Rust and Python EDIT: Rows is 6 and Cols is 9 in my case |
I did run the compilation on a Github Action, coming up with the same results as above. Interesting: I didn't have to install the vcpgk stuff Just this:
|
Looks like it needs a manual tweak to the binding generation, let me fix that. |
Have you been able to fix that? |
Can you please check the |
Thanks. Will do later the weekend. Currently on vacation |
Was able to run it from here. Compilation works! Waiting for the results of testers. Thanks so far. You can merge that. Please let me know, if there is an update. |
The version 0.64.0 with that fix is just out |
I'm sorry, I'm again having a compilation issue. Now on Windows 10.
I satisfied the requirements via choco and provided the environment variables. OpenCV 4.5.5 installed seemingly.
This is the build log. File "limits" is missing or so...
build.log
The text was updated successfully, but these errors were encountered: