twistedfall
                                            twistedfall
                                        
                                    As far as I know the `#[link]` attribute doesn't enable conditional compilation, it expresses the required so dependency. So in this case if we'd put `#[link(name = "opencv_viz")]` on a...
Hmm, I had different idea of how that worked, I’ll check it out!
I've done some experimenting. And it looks like specifying `#[link]` on the `extern "C"` block over issuing `rustc-link` statements for all `pkg-config` libraries will actually help in your case when...
Thanks for suggestion, I wonder is the `Uuid` type one from https://crates.io/crates/uuid ?
That's a great clue, I'll investigate, thank you!
Thanks for all of the reports! This issue have been fixed in the latest release of the `opencv-binding-generator` crate, just doing a `cargo update` in the project directory should pull...
When trying to determine the installed OpenCV version the build script looks for the file "opencv2/core/version.hpp" under one of the include dirs. Can you please double check if it exists?
Probably static linking is a solution, I haven’t tested this option, but there were a couple of successful mentions. And working with mobile devices is also something I haven’t really...
> So I think compiling them for the platforms should work? In theory, yes, but I can't say that I tried that myself > How does one go about statically...
I'm going to close this issue in favor of the already existing one about static compilation: https://github.com/twistedfall/opencv-rust/issues/104