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
Hey, I'm trying to build a project that contains the aws-lc-sys, and it gives non-stop issues. I'm using the bindgen feature to generate all necesary stuff for Android, but not it cannot find CMAKE. I've been debugging, and I think cargokit is getting something wrong.
This is how I have the package declared on cargo:
aws-lc-sys = { version = "0.21.1", features = ["bindgen"] }
This is the stacktrace
SEVERE: CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
SEVERE: Compatibility with CMake < 3.5 will be removed from a future version of
SEVERE: CMake.
SEVERE:
SEVERE: Update the VERSION argument <min> value or use a ...<max> suffix to tell
SEVERE: CMake that the project does not need compatibility with older versions.
SEVERE:
SEVERE:
SEVERE: CMake Error at /usr/share/cmake-3.28/Modules/Platform/Android-Determine.cmake:217 (message):
SEVERE: Android: Neither the NDK or a standalone toolchain was found.
SEVERE: Call Stack (most recent call first):
SEVERE: /usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:212 (include)
SEVERE: CMakeLists.txt:6 (project)
SEVERE:
SEVERE:
SEVERE: CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
SEVERE: thread 'main' panicked at /home/pol/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs:1100:5:
SEVERE:
SEVERE: command did not execute successfully, got: exit status: 1
SEVERE:
SEVERE: build script failed, must exit now
I've also tried setting CMAKE_MAKE_PROGRAM with no luck.
The text was updated successfully, but these errors were encountered:
polvallverdu
changed the title
Issue when building with dependency aws-lc-sys
Issue when building with dependency aws-lc-sys (cmake)
Sep 18, 2024
Hey, I'm trying to build a project that contains the aws-lc-sys, and it gives non-stop issues. I'm using the bindgen feature to generate all necesary stuff for Android, but not it cannot find CMAKE. I've been debugging, and I think cargokit is getting something wrong.
This is how I have the package declared on cargo:
This is the stacktrace
I've also tried setting CMAKE_MAKE_PROGRAM with no luck.
The text was updated successfully, but these errors were encountered: