Christopher Schwan

Results 6 comments of Christopher Schwan

Is it possible that this feature isn't working quite yet, at least not as written in the README? In my case I can only rename the header using `package.metadata.capi.header` in...

Here you go: https://github.com/lu-zero/cargo-c/issues/166.

We experience the same problem (see the link above this comment). It seems that `c++` is called without the `-std=c++11` flag, although it should be.

This flag is already present in all crates that I control. Also notice that the compiler error appears when compiling `src/cxx.cc`, which is coming from one of the `cxx` crates....

I now believe this to be a problem in `cc`, specifically this one: . This Issue is then probably a duplicate of . Since both Issues have been marked 'fixed',...

With being merged I believe this no longer to be a problem. Moreover #1321 and #1322 being merged implements what I suggested in my last comment. I think this Issue...