Skip to content

Instantly share code, notes, and snippets.

@hfm

hfm/-

Created April 8, 2017 23:33
Show Gist options
  • Save hfm/76fc6f01bf07c652bf2cad031b3256b2 to your computer and use it in GitHub Desktop.
Save hfm/76fc6f01bf07c652bf2cad031b3256b2 to your computer and use it in GitHub Desktop.
Compiling imlib2 v0.1.0 (file:///Users/hfm/src/github.com/hfm/imlib2-rust)
error[E0412]: cannot find type `_XImage_funcs` in this scope
--> /Users/hfm/src/github.com/hfm/imlib2-rust/target/debug/build/imlib2-3b908bcd354a23f2/out/bindings.rs:1899:12
|
1899 | pub f: _XImage_funcs,
| ^^^^^^^^^^^^^ not found in this scope
error[E0204]: the trait `Copy` may not be implemented for this type
--> /Users/hfm/src/github.com/hfm/imlib2-rust/target/debug/build/imlib2-3b908bcd354a23f2/out/bindings.rs:1881:17
|
1881 | #[derive(Debug, Copy)]
| ^^^^
...
1899 | pub f: _XImage_funcs,
| -------------------- this field does not implement `Copy`
error: aborting due to previous error
error: Could not compile `imlib2`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment