hyperion101010

Untitled

Feb 8th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.05 KB | None | 0 0
  1. hyperion@hyperion:~/servo$ ./mach build -d --libsimpleservo
  2.    Compiling simpleservo v0.0.1 (/home/hyperion/servo/ports/libsimpleservo/api)
  3. warning: unused import: `servo::gl::GlType::Gl`
  4.  --> ports/libsimpleservo/api/src/gl_glue.rs:5:5
  5.   |
  6. 5 | use servo::gl::GlType::Gl;
  7.   |     ^^^^^^^^^^^^^^^^^^^^^
  8.   |
  9.   = note: #[warn(unused_imports)] on by default
  10.  
  11. warning: unused import: `std::rc::Rc`
  12.  --> ports/libsimpleservo/api/src/gl_glue.rs:6:5
  13.   |
  14. 6 | use std::rc::Rc;
  15.   |     ^^^^^^^^^^^
  16.  
  17.    Compiling simpleservo_capi v0.0.1 (/home/hyperion/servo/ports/libsimpleservo/capi)
  18. error[E0433]: failed to resolve: could not find `gl` in `gl_glue`
  19.    --> ports/libsimpleservo/capi/src/lib.rs:119:23
  20.     |
  21. 119 |     let gl = gl_glue::gl::init().unwrap();
  22.     |                       ^^ could not find `gl` in `gl_glue`
  23.  
  24. error: aborting due to previous error
  25.  
  26. For more information about this error, try `rustc --explain E0433`.
  27. error: Could not compile `simpleservo_capi`.
  28.  
  29. To learn more, run the command again with --verbose.
  30. Build FAILED in 0:00:22
Add Comment
Please, Sign In to add comment