You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile the examples: cargo run --release --example all_widgets
But none of them works due to: /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:78:9: 78:27 error: unresolved importpiston::window::. Could not findwindowinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:78 pub use piston::window::_; ^~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:78:9: 78:27 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:80:9: 80:31 error: unresolved importpiston::event_loop::*. Could not find event_loopinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:80 pub use piston::event_loop::_; ^~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:80:9: 80:31 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:79:9: 79:26 error: unresolved importpiston::input::. Could not findinputinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:79 pub use piston::input::*; ^~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:79:9: 79:26 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:198:13: 198:39 error: unresolved importpiston::event_loop::Events. Could not findevent_loopinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:198 use piston::event_loop::Events; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:198:13: 198:39 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:45: 199:51 error: unresolved importpiston::window::Window. Could not findwindowinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199 use piston::window::{ OpenGLWindow, Window }; ^~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:45: 199:51 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:31: 199:43 error: unresolved importpiston::window::OpenGLWindow. Could not findwindowinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199 use piston::window::{ OpenGLWindow, Window }; ^~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:31: 199:43 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:278:13: 278:39 error: unresolved importpiston::input::RenderEvent. Could not findinputinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:278 use piston::input::RenderEvent; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:278:13: 278:39 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:256:13: 256:39 error: unresolved importpiston::input::RenderEvent. Could not findinputinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:256 use piston::input::RenderEvent; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:256:13: 256:39 help: runrustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:297:13: 297:30 error: unresolved importpiston::input::_. Could not findinputinpiston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:297 use piston::input::_; ^~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:297:13: 297:30 help: runrustc --explain E0432to see a detailed explanation error: aborting due to 9 previous errors Could not compilepiston_window`.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the issue! The most recent update to conrod requires the latest stable version of rustc - updating rustc to 1.8.0 should hopefully fix any errors that you're running into.
More discussion on the related piston issue can be found here, and here is the related rustc issue.
Let me know if updating rustc fixes your issue! (you might also have to cargo clean and cargo update before attempting to build again after updating).
Hey, that fixed the the issue. Thanks for your help!
On 17.04.16 16:46, Mitchell Nordine wrote:
Hey, thanks for the issue! The most recent update to conrod requires the latest
stable version of rustc - updating rustc to 1.8.0 should hopefully fix any
errors that you're running into.
Let me know if updating rustc fixes your issue! (you might also have to |cargo
clean| and |cargo update| before attempting to build again after updating).
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #713 (comment)
Hi,
I'm trying to compile the examples:
cargo run --release --example all_widgets
But none of them works due to:
/Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:78:9: 78:27 error: unresolved import
piston::window::. Could not find
windowin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:78 pub use piston::window::_; ^~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:78:9: 78:27 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:80:9: 80:31 error: unresolved import
piston::event_loop::*. Could not find
event_loopin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:80 pub use piston::event_loop::_; ^~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:80:9: 80:31 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:79:9: 79:26 error: unresolved import
piston::input::. Could not find
inputin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:79 pub use piston::input::*; ^~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:79:9: 79:26 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:198:13: 198:39 error: unresolved import
piston::event_loop::Events. Could not find
event_loopin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:198 use piston::event_loop::Events; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:198:13: 198:39 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:45: 199:51 error: unresolved import
piston::window::Window. Could not find
windowin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199 use piston::window::{ OpenGLWindow, Window }; ^~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:45: 199:51 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:31: 199:43 error: unresolved import
piston::window::OpenGLWindow. Could not find
windowin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199 use piston::window::{ OpenGLWindow, Window }; ^~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:199:31: 199:43 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:278:13: 278:39 error: unresolved import
piston::input::RenderEvent. Could not find
inputin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:278 use piston::input::RenderEvent; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:278:13: 278:39 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:256:13: 256:39 error: unresolved import
piston::input::RenderEvent. Could not find
inputin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:256 use piston::input::RenderEvent; ^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:256:13: 256:39 help: run
rustc --explain E0432to see a detailed explanation /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:297:13: 297:30 error: unresolved import
piston::input::_. Could not find
inputin
piston[E0432] /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:297 use piston::input::_; ^~~~~~~~~~~~~~~~~ /Users/lx/.cargo/registry/src/gh.neting.cc-88ac128001ac3a9a/piston_window-0.42.0/src/lib.rs:297:13: 297:30 help: run
rustc --explain E0432to see a detailed explanation error: aborting due to 9 previous errors Could not compile
piston_window`.The text was updated successfully, but these errors were encountered: