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 am not sure if this is the right place to ask, but I am encountering a bindgen issue [1] when installing a c++/rust wrapper.
I was able to find a fix [3], but I do not fully understand it and am not able to assess if this is a bug in autocxx/bindgen or the slightly different fork [2]. Maybe more experienced people could give me a pointer on how to proceed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am not sure if this is the right place to ask, but I am encountering a bindgen issue [1] when installing a c++/rust wrapper.
I was able to find a fix [3], but I do not fully understand it and am not able to assess if this is a bug in autocxx/bindgen or the slightly different fork [2]. Maybe more experienced people could give me a pointer on how to proceed.
Thank you very much for your time
[1] EnzymeML/libsbml-rs#14.
[2] https://github.com/adetaylor/rust-bindgen
[3] Setting
export BINDGEN_EXTRA_CLANG_ARGS="--target=x86_64-unknown-linux-gnu"
fixed the problem, but I do not know whyBeta Was this translation helpful? Give feedback.
All reactions