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
While debugging issue 118 I suggested the use of the bindgen feature. This builds the bindings from scratch using bindgen on that platform, however there are issues with building under windows that seem to not be due to bindgen but from fitsio-sys-bindgen.
can I ask have you tried adding the bindgen feature to your Cargo.toml?
It starts to download & build a bunch of crates, but eventually fails with:
While debugging issue 118 I suggested the use of the
bindgen
feature. This builds the bindings from scratch usingbindgen
on that platform, however there are issues with building under windows that seem to not be due tobindgen
but fromfitsio-sys-bindgen
.The text was updated successfully, but these errors were encountered: