-
Notifications
You must be signed in to change notification settings - Fork 105
Build failure through sdl2 #54
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
We are using the most recent version of SDL2, so this should probably be filed as a bug over here: https://github.com/AngryLawyer/rust-sdl2. Closing for now. |
Don't you mean https://github.com/PistonDevelopers/rust-sdl2#29f1db0b ? When I build hematite, this is what it tries to build. |
@alexchandel Try |
$ cargo build -u
The -u flag has been deprecated, please use the `cargo update` command instead
$ cargo update
A Cargo.lock must exist before it is updated And of course |
@alexchandel Somebody mentioned that deleting |
Are we really still considering dumping crap in the user's home directory in 2014? |
Where else would you put it? Besides, that's a cargo issue. |
What do you think |
But deleting this fixed everything except a |
When I pull hematite and run
cargo build
, I get this:The text was updated successfully, but these errors were encountered: