twistedfall

Results 262 comments of twistedfall

The necessary `impl From` is now added in 0.92.3

Can you please post the full output of `cargo build -vv` after doing a `cargo clean`? I'd like to see what are the actual link flags are passed

Check the following section of the readme: https://github.com/twistedfall/opencv-rust?tab=readme-ov-file#environment-variables You're looking to use `OPENCV_LINK_LIBS` environment variable to override the detected libs to link.

From the looks of it seems like the binding to the `core` OpenCV module are not being generated correctly. If possible, can anyone experiencing this error run a `cargo build...

Another potential culprit is the clang-19, I have only tested up to clang-18 so if possible can anyone can confirm that downgrading to clang-18 fixes the issue?

@demfabris Can you please attach that whole file so I can inspect it?

@demfabris @YangKa @peterjoel @chexov Can you please try the 0.93.2 version to see if it fixes the issue you're encountering? I wasn't able to reproduce this exact issue on Linux,...

I'm assuming that the problem is now fixed and will close this issue, but please feel free to reopen if it still persists.

Good catch! Thank you for the investigation, I’ll try to provide the fix soon!