-
Notifications
You must be signed in to change notification settings - Fork 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
Fails to build with sdl2 0.9.1 #19
Comments
PR #18 should fix this |
On Rust 1.7 nightly, i686 linux, the error's still there apparently:
|
Oh sorry, considering it's 2 months old I didn't check if it was still pending :) |
This let me run sprocketnes for anyone who is running into overflow errors when running roms. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to build with sdl2 0.9.1 and Rust 1.3, I get this error:
Compiling sprocketnes v0.1.0 (file:///Users/jonathan/Source/sprocketnes)
src/gfx.rs:7:12: 7:23 error: unresolved import
sdl2::InitBuilder
. There is noInitBuilder
insdl2
[E0432]src/gfx.rs:7 use sdl2::{InitBuilder, Sdl};
^~~~~~~~~~~
src/gfx.rs:7:12: 7:23 help: run
rustc --explain E0432
to see a detailed explanationerror: aborting due to previous error
Could not compile
sprocketnes
.The text was updated successfully, but these errors were encountered: