Skip to content
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

Problem compiling #170

Closed
bvssvni opened this issue Sep 15, 2014 · 3 comments
Closed

Problem compiling #170

bvssvni opened this issue Sep 15, 2014 · 3 comments

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Sep 15, 2014

lib.rs:89:5: 89:19 error: unresolved import `syntax::ptr::P`. Could not find `ptr` in `syntax`.
lib.rs:89 use syntax::ptr::P;
              ^~~~~~~~~~~~~~
@bvssvni
Copy link
Contributor Author

bvssvni commented Sep 15, 2014

This happens when building opengl_graphics with cargo update and cargo build on latest Rust nightly.

@tomaka
Copy link
Collaborator

tomaka commented Sep 15, 2014

Are you sure it's the latest Rust nightly?
rust-lang/rust#13316 is a big backward incompatible change, and gl-rs is up-to-date with it.

@bvssvni
Copy link
Contributor Author

bvssvni commented Sep 15, 2014

You are right. rustc 0.12.0-pre-nightly (09abbbdaf 2014-09-11 00:05:41 +0000)

Something is wrong here.

@bvssvni bvssvni closed this as completed Sep 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants