webview 0.1.0

Tiny cross-platform UI library for Rust that uses a webview for rendering HTML5
Build #82095 2018-01-11T17:59:36.463085+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading webview v0.1.0
Fresh cc v1.0.4
Fresh urlencoding v1.0.0
Compiling webview v0.1.0
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/webview-0.1.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=71553546f64db74a -C extra-filename=-71553546f64db74a --out-dir /home/cratesfyi/cratesfyi/debug/build/webview-71553546f64db74a -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern cc=/home/cratesfyi/cratesfyi/debug/deps/libcc-49631b60dec972a9.rlib --extern-version cc=cc,1.0.4 --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/webview-71553546f64db74a/build-script-build`
thread 'main' panicked at 'Human(
failed to run custom build command for `webview v0.1.0`
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/webview-71553546f64db74a/build-script-build` (exit code: 101)
--- stdout
cargo:rustc-link-lib=framework=Cocoa
cargo:rustc-link-lib=framework=WebKit
TARGET = Some("x86_64-unknown-linux-gnu")
OPT_LEVEL = Some("0")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CC_x86_64-unknown-linux-gnu = None
CC_x86_64_unknown_linux_gnu = None
HOST_CC = None
CC = None
HOST = Some("x86_64-unknown-linux-gnu")
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CFLAGS_x86_64-unknown-linux-gnu = None
CFLAGS_x86_64_unknown_linux_gnu = None
HOST_CFLAGS = None
CFLAGS = None
DEBUG = Some("true")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-x" "objective-c" "-DWEBVIEW_COCOA=1" "-o" "/home/cratesfyi/cratesfyi/debug/build/webview-bd1422c83937558b/out/library/webview.o" "-c" "library/webview.c"
cargo:warning=cc: error trying to exec 'cc1obj': execvp: No such file or directory
exit code: 1

--- stderr
thread 'main' panicked at '

Internal error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-x" "objective-c" "-DWEBVIEW_COCOA=1" "-o" "/home/cratesfyi/cratesfyi/debug/build/webview-bd1422c83937558b/out/library/webview.o" "-c" "library/webview.c" with args "cc" did not execute successfully (status code exit code: 1).

', .cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.4/src/lib.rs:1984:4
note: Run with `RUST_BACKTRACE=1` for a backtrace.

)', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.