clang 0.11.0

A somewhat idiomatic Rust wrapper for libclang.
Build #26365 2016-08-19T11:38:41.366449+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 clang v0.11.0
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/clang-0.11.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps --cap-lints allow`
Compiling lazy_static v0.2.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.1/src/lib.rs --crate-name lazy_static --crate-type lib -g -C metadata=359f5533c970cd71 -C extra-filename=-359f5533c970cd71 --out-dir /home/cratesfyi/clang-0.11.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps --cap-lints allow`
Compiling glob v0.2.11
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11/src/lib.rs --crate-name glob --crate-type lib -g -C metadata=028bcc81f721b7f5 -C extra-filename=-028bcc81f721b7f5 --out-dir /home/cratesfyi/clang-0.11.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps --cap-lints allow`
Compiling bitflags v0.7.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=0e272044714c8076 -C extra-filename=-0e272044714c8076 --out-dir /home/cratesfyi/clang-0.11.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps --cap-lints allow`
Compiling clang-sys v0.9.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-0.9.0/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/clang-0.11.0/debug/build/clang-sys-30773761119efd4b --emit=dep-info,link -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps -L dependency=/home/cratesfyi/clang-0.11.0/debug/deps --extern glob=/home/cratesfyi/clang-0.11.0/debug/deps/libglob-028bcc81f721b7f5.rlib --cap-lints allow`
Running `/home/cratesfyi/clang-0.11.0/debug/build/clang-sys-30773761119efd4b/build-script-build`
thread 'main' panicked at 'ChainedError {
error: failed to compile `clang v0.11.0`, intermediate artifacts can be found at `/home/cratesfyi/clang-0.11.0`,
cause: Human(
failed to run custom build command for `clang-sys v0.9.0`
Process didn't exit successfully: `/home/cratesfyi/clang-0.11.0/debug/build/clang-sys-30773761119efd4b/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'could not find libclang.so, set the LIBCLANG_PATH environment variable to a path where libclang.so can be found', .cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-0.9.0/build.rs:42
note: Run with `RUST_BACKTRACE=1` for a backtrace.

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