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
So unfortunately, the cexpr crate (and as such, bindgen), does not support C functional macros (jethrogb/rust-cexpr#3), so we can't directly create bindings for them.
We can however, use a neat little hack to get around this, which is to define a constant variable that takes the value of the macro. I've put this workaround into the build script. All we need to do is put each functional macro name into the list of names.
The text was updated successfully, but these errors were encountered:
So unfortunately, the
cexpr
crate (and as such,bindgen
), does not support C functional macros (jethrogb/rust-cexpr#3), so we can't directly create bindings for them.We can however, use a neat little hack to get around this, which is to define a constant variable that takes the value of the macro. I've put this workaround into the build script. All we need to do is put each functional macro name into the list of names.
The text was updated successfully, but these errors were encountered: