Matthias Geier
Matthias Geier
Yeah, I think it might be confusing if you throw in the explicit `return` just for the sake of it. And Clippy doesn't seem to like it, either: https://rust-lang.github.io/rust-clippy/master/index.html#needless_return. It...
The remaining CI error on macOS is caused by #216. I don't know why the error on Windows/GNU is happening.
> Would be great to use always the pkg-config file so we'll avoid the problem of `- vs _`. I'm intentionally using `pkg-config` in only one of the examples, because...
> Static linking is often broken if you do not bring in the dependencies by some means, dynamic linking normally works since the dependencies are encoded in the dylib itself....
Since #216 has been fixed (thanks!), now there is only the Windows error left: Without subdir (and without `pkg-config`): ``` cc run_tests.c -lexample_project -o run_tests run_tests.c:1:10: fatal error: example_project.h: No...
> Do not use `#include ` but `#include ""` As mentioned above (https://github.com/lu-zero/cargo-c/pull/217#discussion_r684646568), I don't think this is the right thing to do (regardless whether it gets rid of the...
> > > Do not use `#include ` but `#include ""` > > > > As mentioned above ([#217 (comment)](https://github.com/lu-zero/cargo-c/pull/217#discussion_r684646568)), I don't think this is the right thing to do...
Can you point me to the place where this information is obtained from `cargo`? Then I'll create a corresponding issue over there. But the question remains: Why does the MSYS2...
I have no idea, but I hope that somebody will come up with a solution eventually!
I've created #153 as an example. The error appears in CI.