Adrian Taylor
                                            Adrian Taylor
                                        
                                    Thanks for getting in touch. Can you be precise about the error message you're getting? My guess is that you're not setting the C++ build include path to include the...
Sorry for missing your question! That's right, there is no way to do that automatically; however you can [do this](https://docs.rs/autocxx/0.11.0/autocxx/macro.include_cpp.html#mixing-manual-and-automated-bindings).
Step 4 probably shouldn't be tackled until after #58.
This is #54 - let's discuss over there.
For #414 and #102 many types have 'annotations' attached (the `RustTy` type in our fork of bindgen). Such annotations are currently discarded using an `ignore_annotations` method. Each time that happens,...
Thanks. That _shouldn't_ fail in the way you're experiencing. I wonder if you could kindly follow the instructions [here](https://google.github.io/autocxx/contributing.html#reporting-bugs) to provide a minimized test case in this bug? At the...
Please just build your project like this: `AUTOCXX_REPRO_CASE=repro.json cargo build` and then attach `repro.json` here. That might be enough.
Thanks, but that doesn't seem correct. It appears to have some `generate_pod!` directives which are causing a different problem. I need a `repro.json` from a build which reproduces the `candidate...
Aha! I have a theory. There was briefly a bug where autocxx made a mistake with the repro.json file. That's probably what happened. In that case I should be able...
OK, yes, your repro.json was fine all along, sorry for saying it wasn't right :) I am now working on reducing it to a minimal test case. This is completely...