You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this a week ago ctaggart/octh#36 and have been trying to get creduce to minimize the test case before reporting here. It feels similar to #1048, but may not be. The error is:
error[E0428]: the name `__node_pointer` is defined multiple times
I've reduced it to 32 lines. I finally have the Octave bindings working on Linux! 2 years after I first tried. It really helps that I'm doing Rust at my day job now. This is blocking it from working on Mac and that is where I mainly want to use it.
I ran into this a week ago ctaggart/octh#36 and have been trying to get creduce to minimize the test case before reporting here. It feels similar to #1048, but may not be. The error is:
Input C/C++ Header
I'm still trying to reduce it, but it is not reducing very fast. It is currently at
145784332 lines.https://github.com/ctaggart/octh/blob/octh36/__bindgen.ii
Bindgen Invocation
Subset of https://github.com/ctaggart/octh/blob/octh36/build.rs#L16-L54
I'm using bingen
master
, currently on:https://github.com/ctaggart/octh/blob/octh36/Cargo.lock#L29-L31
The text was updated successfully, but these errors were encountered: