[go: up one dir, main page]

glfw 0.30.0

GLFW3 bindings and idiomatic wrapper for Rust.
Build #174303 2019-07-26 03:14:14

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.38.0-nightly (95b1fe560 2019-07-20)# docs.rs version
cratesfyi 0.6.0 (4640239 2019-07-25)# build log
Updating crates.io index
Downloading crates ...
Downloaded vk-sys v0.2.7
Fresh cc v1.0.38
Fresh cfg-if v0.1.9
Fresh nom v1.2.4
Fresh cmake v0.1.40
Fresh log v0.4.7
Checking semver v0.2.3
Fresh libc v0.2.60
Compiling glfw-sys v3.3.0
Fresh bitflags v1.1.0
Running `rustc --crate-name semver /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.2.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' -C metadata=e87f04ed55c69a0b -C extra-filename=-e87f04ed55c69a0b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nom=/home/cratesfyi/cratesfyi/debug/deps/libnom-f8a322e26add988d.rmeta --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/glfw-sys-8de22d648dba5940/build-script-build`
error: failed to run custom build command for `glfw-sys v3.3.0`

Caused by:
process didn't exit successfully: `/home/cratesfyi/cratesfyi/debug/build/glfw-sys-8de22d648dba5940/build-script-build` (exit code: 101)
--- stdout
running: "cmake" "/home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/glfw-sys-3.3.0/." "-DGLFW_BUILD_EXAMPLES=OFF" "-DGLFW_BUILD_TESTS=OFF" "-DGLFW_BUILD_DOCS=OFF" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_PREFIX=/home/cratesfyi/cratesfyi/debug/build/glfw-sys-bb15c212a8cb565c/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug"

--- stderr
thread 'main' panicked at '
failed to execute command: No such file or directory (os error 2)
is `cmake` not installed?

build script failed, must exit now', /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.40/src/lib.rs:832:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed",
}', src/bin/cratesfyi.rs:161:13
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.