cef-sys 0.0.3

Chromium Embedded Framework raw bindings for Rust. Generated using rust-bindgen.
Build #27724 2016-08-20T17:15:40.398005+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cef-sys v0.0.3
Compiling cef-sys v0.0.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/cef-sys-0.0.3/debug/build/cef-sys-5ca7863ad55fc5c6 --emit=dep-info,link -L dependency=/home/cratesfyi/cef-sys-0.0.3/debug -L dependency=/home/cratesfyi/cef-sys-0.0.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:4:5: 4:36 error: unresolved import `std::old_io::fs::PathExtensions`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:4 use std::old_io::fs::PathExtensions;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:4:5: 4:36 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:13:11: 13:21 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:13     match os::getenv("TARGET").unwrap().split('-').nth(2).unwrap() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:13:11: 13:21 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:29:25: 29:41 error: unresolved name `os::dll_filename` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:29     let dll_file_name = os::dll_filename(dll_name);
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:29:25: 29:41 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:30:29: 30:39 error: unresolved name `os::getenv` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:30     let cef_dir = Path::new(os::getenv("CEF_PATH")
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:30:29: 30:39 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:30:19: 30:28 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:30     let cef_dir = Path::new(os::getenv("CEF_PATH")
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs:30:19: 30:28 help: run `rustc --explain E0433` to see a detailed explanation
error: aborting due to 5 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `cef-sys v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/cef-sys-0.0.3`,
cause: ChainedError {
error: Could not compile `cef-sys`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/cef-sys-0.0.3/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/cef-sys-0.0.3/debug/build/cef-sys-5ca7863ad55fc5c6 --emit=dep-info,link -L dependency=/home/cratesfyi/cef-sys-0.0.3/debug -L dependency=/home/cratesfyi/cef-sys-0.0.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.