Hello, can anyone help me resolve this error.Alguém pode me ajudar a resolver esse erro.
error: failed to run custom build command for `tonlib-sys v2023.6.4`
Caused by:
process didn't exit successfully: `D:\Programing\Rust\ruston\target\debug\build\tonlib-sys-85327df11d590c42\build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-changed=ton/CMakeLists.txt
cargo:rerun-if-changed=build.rs
CMAKE_TOOLCHAIN_FILE_x86_64-pc-windows-msvc = None
CMAKE_TOOLCHAIN_FILE_x86_64_pc_windows_msvc = None
HOST_CMAKE_TOOLCHAIN_FILE = None
CMAKE_TOOLCHAIN_FILE = None
CMAKE_GENERATOR_x86_64-pc-windows-msvc = None
CMAKE_GENERATOR_x86_64_pc_windows_msvc = None
HOST_CMAKE_GENERATOR = None
CMAKE_GENERATOR = None
I've already tested it on Linux and Windows terminals, and I both get this error when I try to build .
Jan 8, 2024, 8:06 PM
Hi. Looks like you have to install cmake.
Jan 8, 2024, 11:27 PM