#rust #godot #gdnative
#Ржавчина #годо #gdnative
Вопрос:
Я пытаюсь скомпилировать пример проекта из godot-rust. Следующая ошибка следует make run
за командой:
PS D:Projectsmy-awesome-game> make run
make build-x86_64-pc-windows-msvc-debug
make[1]: Entering directory 'D:/Projects/my-awesome-game'
cargo build --target x86_64-pc-windows-msvc
Compiling gdnative-sys v0.9.3
error: failed to run custom build command for `gdnative-sys v0.9.3`
Caused by:
process didn't exit successfully: `D:Projectsmy-awesome-gametargetdebugbuildgdnative-sys-b271d77536dc9849build-script-build` (exit code: 101)
--- stderr
C:MinGWlibgccmingw328.2.0includec tr1stdbool.h:32:10: fatal error: 'tr1/cstdbool' file not found
C:MinGWlibgccmingw328.2.0includec tr1stdbool.h:32:10: fatal error: 'tr1/cstdbool' file not found, err: true
thread 'main' panicked at 'Unable to generate bindings: ()', C:UsersChronos.cargoregistrysrcgithub.com-1ecc6299db9ec823gdnative-sys-0.9.3build.rs:218:43
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make[1]: *** [Makefile:212: build-x86_64-pc-windows-msvc-debug] Error 101
make[1]: Leaving directory 'D:/Projects/my-awesome-game'
make: *** [Makefile:249: run] Error 2
Что делать?