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
Oh man, I don't know how often I've been bitten by this now. Windows uses 32bit longs even on 64bit archs, different from Unix. That means that the logic in https://github.com/rusterlium/rustler/blob/master/rustler_sys/build.rs#L31 that attempts to derive the size of long from the target pointer width is wrong.
Hey guys! In my excitement at the lovely improvements in #254 I'm trying to build against the current master branch (revision 5da9019)
I'm getting a weird error in cargo build,
error: Could not compile 'rustler_sys'.
There are 4 errors about mismatched types in rustler_sys nif_api.snippet
Do you have any suggestions how I could fix this please?
I'm on windows but hopefully that's not an issue - rustler 0.21 works perfectly
Thank you for your time and this cool project!
The text was updated successfully, but these errors were encountered: