hyperion101010

Untitled

Feb 8th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. hyperion@hyperion:~/servo$ ./mach build -d --libsimpleservo
  2.    Compiling simpleservo_capi v0.0.1 (/home/hyperion/servo/ports/libsimpleservo/capi)
  3. error[E0433]: failed to resolve: could not find `gl` in `gl_glue`
  4.    --> ports/libsimpleservo/capi/src/lib.rs:119:23
  5.     |
  6. 119 |     let gl = gl_glue::gl::init().unwrap();
  7.     |                       ^^ could not find `gl` in `gl_glue`
  8.  
  9. error: aborting due to previous error
  10.  
  11. For more information about this error, try `rustc --explain E0433`.
  12. error: Could not compile `simpleservo_capi`.
  13.  
  14. To learn more, run the command again with --verbose.
  15. Build FAILED in 0:00:02
Add Comment
Please, Sign In to add comment