-
Notifications
You must be signed in to change notification settings - Fork 174
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
window.rs:327:38: 327:67 error: mismatched types: expected *const std::os::raw::c_void
, found *const libc::c_void
#68
Comments
I commented out the Now it builds through but at runtime I get |
I also tried removing those glut packages and installed glew instead but I get the same result. |
Doesn't compile on latest (today's) nightlies. |
It works when doing transmute. |
Fixed by #70 |
This is due to the latest updates in gl-rs. glfw seems to be behind. Could you look into this @bvssvni? |
@bjz Looking. I ran into some minor issues that we might want to check first. PistonDevelopers/glfw-sys#5, PistonDevelopers/glfw-sys#6, PistonDevelopers/glfw-rs#331. |
Version of rustc: 1.8.0-nightly (38e23e8f7 2016-01-27) Fix #68.
When attempting to build the readme sample (and installing opengl
freeglut3-dev
, and randrxorg-dev libglu1-mesa-dev
) I'm getting this:The readme says that the latest nightlies of rust are required, but that was edited a long time ago so is that still necessary?
The text was updated successfully, but these errors were encountered: