bamidev/browser-window

Build Fail in Windows 10 msvc toolchain

c5soft opened this issue · 0 comments

Hi, Danny, when i run cargo build, i got following error message:

Compiling browser-window-c v0.0.10 (D:\Rust\browser-window\c)
error: failed to run custom build command for `browser-window-c v0.0.10 (D:\Rust\browser-window\c)`

Caused by:
  process didn't exit successfully: `D:\Rust\browser-window\target\debug\build\browser-window-c-59ba6528bd190887\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at 'Seperate executable compiler failed with error code 2.', c\build.rs:298:9
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

My PC OS is Windows 10 64bit, and CEF is cef_binary_96.0.16+g89c902b+chromium-96.0.4664.55_windows64.tar.bz2, Thanks.