-
Notifications
You must be signed in to change notification settings - Fork 87
Can't compile with Rust 1.39 #78
Comments
After a It appears that versions of bindgen between 0.31 and 0.51.0 interact with a compiler behavior change in 1.39 -- see rust-lang/rust-bindgen#1627 and the related discussion at rust-lang/rust#64710. The solution is to upgrade bindgen to the latest fixed version at 0.51.1. This is accomplished in PR #79. However, even with the upgrade, #79 does not fix all issues (at least on my machine 😄), producing outputs like this:
build.rs line 906 attempts to fix this by blacklisting the types involved ( I will work up a PR and check that it builds on Travis as well as my machine. |
Ok, #80 appears to fix this. @AndreaCatania, can you comment if it works for you? If so, this can be closed when it gets merged. |
With rust 1.39 is not possible to compile this crate anymore, I get the followig errors. Do you have any ideas?
The text was updated successfully, but these errors were encountered: