Skip to content

Instantly share code, notes, and snippets.

@jasonwilliams
Created January 9, 2016 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonwilliams/b6c6c889f4b79ec6edee to your computer and use it in GitHub Desktop.
Save jasonwilliams/b6c6c889f4b79ec6edee to your computer and use it in GitHub Desktop.
Compiling net v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling devtools v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling canvas v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling script_traits v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling gfx v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling servo v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling layout_traits v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling compositing v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling webdriver_server v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
Compiling glutin_app v0.0.1 (file:///C:/msys64/home/IEUser/servo/components/servo)
C:\msys64\home\IEUser\servo\ports\glutin\window.rs:352:32: 352:51 error: no method named `handle_next_event` found for type `&window::Window` in the current scope
C:\msys64\home\IEUser\servo\ports\glutin\window.rs:352 close_event = self.handle_next_event();
^~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
Could not compile `glutin_app`.
To learn more, run the command again with --verbose.
Build completed in 1714.17s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment