You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced a panic when building termbox-sys on Windows as a dependency of the rex crate.
The output looked like this:
error: failed to run custom build command for `termbox-sys v0.2.12`
Caused by:
process didn't exit successfully: `C:\Users\build\AppData\Local\Temp\cargo-installKElqYD\release\build\termbox-sys-2c803b9c27aec6fd\build-script-build` (exit code: 101)
--- stdout
running: "rm" "-rf" ".termbox"
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', C:\Users\build\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\termbox-sys-0.2.12\build.rs:94:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: failed to compile `rex v0.1.0`, intermediate artifacts can be found at `C:\Users\build\AppData\Local\Temp\cargo-installKElqYD`
Caused by:
build failed
The text was updated successfully, but these errors were encountered:
error: failed to run custom build command for `termbox-sys v0.2.12`
Caused by:
process didn't exit successfully: `C:\Users\nsdjs\Documents\Programming\Rust\hackertype\target\debug\build\termbox-sys-2f9b5f7709c33c52\build-script-build` (exit code: 101)
--- stdout
running: "rm" "-rf" ".termbox"
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', C:\Users\nsdjs\.cargo\registry\src\github.aaakk.us.kg-1ecc6299db9ec823\termbox-sys-0.2.12\build.rs:94:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed
I experienced a panic when building
termbox-sys
on Windows as a dependency of therex
crate.The output looked like this:
The text was updated successfully, but these errors were encountered: