Last active
August 29, 2015 14:03
-
-
Save tak1n/be683d38cecd339e800d 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 (master) $ rustc -v rbx | |
rustc 0.11.0-nightly (b57d272e9908e164a72bd1a688141031705e1208 2014-07-11 01:11:36 +0000) | |
cargo (master) $ git pull origin master rbx | |
From github.com:rust-lang/cargo | |
* branch master -> FETCH_HEAD | |
Already up-to-date. | |
cargo (master) $ make rbx | |
mkdir -p target | |
rustc -L libs/hammer.rs/target -L libs/toml-rs/build --out-dir target src/cargo/lib.rs | |
src/cargo/util/process_builder.rs:80:14: 80:46 error: this function takes 2 parameters but 1 parameter was supplied | |
src/cargo/util/process_builder.rs:80 .env(self.build_env().as_slice()) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/cargo/util/process_builder.rs:79:9: 80:46 error: cannot determine a type for this bounded type parameter: unconstrained type | |
src/cargo/util/process_builder.rs:79 command | |
src/cargo/util/process_builder.rs:80 .env(self.build_env().as_slice()) | |
make: *** [target/libcargo.timestamp] Error 101 | |
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 (master) $ rustc -v rbx | |
rustc 0.11.0 (aa1163b92de7717eb7c5eba002b4012e0574a7fe 2014-06-27 12:50:16 -0700) | |
cargo (master) $ make rbx | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
error: Unrecognized option: 'print-file-name'. | |
mkdir -p target | |
rustc -L libs/hammer.rs/target -L libs/toml-rs/build --out-dir target src/cargo/lib.rs | |
src/cargo/lib.rs:16:1: 16:21 error: can't find crate for `hammer` | |
src/cargo/lib.rs:16 extern crate hammer; | |
^~~~~~~~~~~~~~~~~~~~ | |
error: aborting due to previous error | |
make: *** [target/libcargo.timestamp] Error 101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment