twistedfall
twistedfall
Can you please also post the output of `cargo build -vv` after doing `cargo clean`? It contains some important debug information.
Hi, can you please post the `opencv4.pc` file contents from the `/opt/opencv4.2.0/lib/pkgconfig` directory?
And also please the output of `cargo build -vv --features opencv-4,buildtime-bindgen,contrib`
Can you please also check if you experience the same problem with both opencv installations present with a new project with just "opencv" dependency? It might be that this library...
Will you be able to track down which dependency adds `/usr/lib/x86_64-linux-gnu`? My bet would be "diesel" because it's the first crate I can see in the build log which has...
Well, yes and no, it’s still a problem with coexisting with other crates so I’d like to investigate if it’s possible to fix it.
Please use version 0.37.0 and enable `clang-runtime` feature. This issue has just been fixed.
That's quite weird, it looks like your version of cl.exe does not accept some code. As far as I can see the version used in CI works correctly. Your compiler...
For Windows you pretty much have to enable `buildtime-bindgen` feature. It will almost never work without it.
And you are still experiencing the same issue? Can you please post the full log then? The one you posted before has “cargo build -vv”, without features.