Created
December 26, 2014 22:15
-
-
Save jamwt/936eea7053a384b50b2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cargo build | |
Compiling iron v0.0.9 (file:///home/jamwt/contrib/iron) | |
src/lib.rs:25:24: 25:41 error: multiple matching crates for `log` | |
src/lib.rs:25 #[phase(plugin, link)] extern crate log; | |
^~~~~~~~~~~~~~~~~ | |
note: candidates: | |
note: path: /usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-4e7c5e5c.so | |
note: path: /usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-4e7c5e5c.rlib | |
note: crate name: log | |
note: path: /home/jamwt/contrib/iron/target/deps/liblog-b6110bc38225692d.rlib | |
note: crate name: log | |
src/lib.rs:25:24: 25:41 error: can't find crate for `log` | |
src/lib.rs:25 #[phase(plugin, link)] extern crate log; | |
^~~~~~~~~~~~~~~~~ | |
error: aborting due to 2 previous errors | |
Could not compile `iron`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment