-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Build fails with fresh rust project and lastest opencv via homebrew on macos #110
Comments
Binding generator was completely rewritten in version 0.30, so that must be a regression. Have you tried building with |
Thanks, I could prob. help out too, if I'd knew how to run the last command |
Those commands are run in the general cargo |
Thanks, this is the output:
|
Looks like there are many errors. I can't seem to make sense of any specific one... Maybe its some wrong compiler version? c++ --version 00:02:08 |
Yes thanks, that actually made it work: |
Good to hear! I'm still going to try to update the default bindings so that they don't include this non-portable declaration |
In a project that's worked 3 weeks ago, now i'm seeing the below error. This is reproducible in a bare bones cargo project. (llvm pkg-config opencv are installed.)
Any ideas?
The text was updated successfully, but these errors were encountered: