Skip to content

Instantly share code, notes, and snippets.

@khionu
Created June 18, 2019 06:50
Show Gist options
  • Save khionu/cac71a3176ed42840caa79b53af26bbd to your computer and use it in GitHub Desktop.
Save khionu/cac71a3176ed42840caa79b53af26bbd to your computer and use it in GitHub Desktop.
error: failed to run custom build command for `nuklear-sys v4.0.4`
process didn't exit successfully: `C:\Users\Khionu\Documents\Code\nuklear-test\target\debug\build\nuklear-sys-516affd328589d86\build-script-build` (exit code: 101)
--- 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." }', src\libc
ore\result.rs:997:5
stack backtrace:
0: std::sys::windows::backtrace::set_frames
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\sys\windows\backtrace\mod.rs:95
1: std::sys::windows::backtrace::unwind_backtrace
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\sys\windows\backtrace\mod.rs:82
2: std::sys_common::backtrace::_print
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\sys_common\backtrace.rs:71
3: std::sys_common::backtrace::print
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\sys_common\backtrace.rs:59
4: std::panicking::default_hook::{{closure}}
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:197
5: std::panicking::default_hook
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:211
6: std::panicking::rust_panic_with_hook
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:474
7: std::panicking::continue_panic_fmt
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:381
8: std::panicking::rust_begin_panic
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:308
9: core::panicking::panic_fmt
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libcore\panicking.rs:85
10: core::result::unwrap_failed<std::io::error::Error>
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\src\libcore\macros.rs:18
11: core::result::Result<std::process::ExitStatus, std::io::error::Error>::unwrap<std::process::ExitStatus,std::io::error::Error>
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\src\libcore\result.rs:798
12: build_script_build::main
at .\build.rs:8
13: std::rt::lang_start::{{closure}}<()>
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\src\libstd\rt.rs:64
14: std::rt::lang_start_internal::{{closure}}
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\rt.rs:49
15: std::panicking::try::do_call<closure,i32>
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:293
16: panic_unwind::__rust_maybe_catch_panic
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libpanic_unwind\lib.rs:87
17: std::panicking::try
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panicking.rs:272
18: std::panic::catch_unwind
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\panic.rs:388
19: std::rt::lang_start_internal
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\/src\libstd\rt.rs:48
20: std::rt::lang_start<()>
at /rustc/3c235d5600393dfe6c36eeed34042efad8d4f26e\src\libstd\rt.rs:64
21: main
22: invoke_main
at d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:78
23: __scrt_common_main_seh
at d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
24: BaseThreadInitThunk
25: RtlUserThreadStart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment