-
Notifications
You must be signed in to change notification settings - Fork 689
Cargo build error ... libc imported redundantly #1053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't seen that before. What os and toolchain are you using? |
Hi .. I am using:
My toolchain is:
|
I guess this is new behavior in the latest nightly compiler. I'll fix it. |
Hi .. yes, I think it is new. I see the same error reported recently for other projects: openethereum/parity-ethereum#10594 Though I don't see a ton of reports nor the rust change where this would have broken this current code. Was looking for an attribute or compiler flag to ignore this but couldn't find one. For now I just commented out line 64. Thanks for the response. |
Fixed by PR #1054 |
Hi .. I just checked out a copy but immediately ran into a compilation error:
I don't see where this use at either line 2 or 64 was added recently so I assume this used to be valid syntax? Any pointers on compiling?
The text was updated successfully, but these errors were encountered: