twistedfall

Results 193 comments of twistedfall

Have you tried disabling the `clang-runtime` feature?

I’ll see what can be done, but for now, can you try adding an additional “lib” in front of the lib name? So that it becomes “liblibjpeg-turbo”?

That’s weird, can you please post the output of `cargo build -vv` after doing `cargo clean` while using cmake to pick up the dependencies?

Thanks! As far as I understand, the workaround works for you, right? I’ll try to come up with the proper solution if such even exists :)

Let's please leave this open, this is a legitimate issue

Can you please elaborate on why you need to build OpenCV in the build.rs? I mean the library itself takes quite a while to build and any `cargo clean` will...

Well, I can't see why not then, the PR would be welcome. It would be nice to keep this functionality explicitly opt-in though so that there is little surprise to...

Yes, you're right, I've done it to help IDEs with discovering the generated functions and structs, but it does create some problems like this one or #299 . I'll try...

Can you please provide a full output of `cargo build -vv` after doing a `cargo clean`? It should contain the necessary information to help debug this issue. `-vv` is important...