Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shankarpriyank/fb8cd4bb9378044bfaa88c9cea83fc07 to your computer and use it in GitHub Desktop.
Save shankarpriyank/fb8cd4bb9378044bfaa88c9cea83fc07 to your computer and use it in GitHub Desktop.
Cmake error
> Task :configureCMakeDebug[armeabi-v7a]
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
C/C++: googleDebug|armeabi-v7a : CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Detecting C compiler ABI info
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
C/C++: googleDebug|armeabi-v7a :-- Detecting C compiler ABI info - done
C/C++: googleDebug|armeabi-v7a :-- Check for working C compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
C/C++: googleDebug|armeabi-v7a :-- Detecting C compile features
C/C++: googleDebug|armeabi-v7a :-- Detecting C compile features - done
C/C++: googleDebug|armeabi-v7a :-- Detecting CXX compiler ABI info
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
C/C++: googleDebug|armeabi-v7a :-- Detecting CXX compiler ABI info - done
C/C++: googleDebug|armeabi-v7a :-- Check for working CXX compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
C/C++: googleDebug|armeabi-v7a :-- Detecting CXX compile features
C/C++: googleDebug|armeabi-v7a :-- Detecting CXX compile features - done
C/C++: googleDebug|armeabi-v7a :Using unity builds, pass -DUNITY_DISABLE=ON to disable it.
C/C++: googleDebug|armeabi-v7a :export COLORS_DISABLE=1 to disable colored compiler output.
C/C++: googleDebug|armeabi-v7a :Setting PLATFORM_ANDROID to true
C/C++: googleDebug|armeabi-v7a :Build type: Debug
C/C++: googleDebug|armeabi-v7a :-- Using ld.ldd linker
C/C++: googleDebug|armeabi-v7a :-- Looking for pthread.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for pthread.h - found
C/C++: googleDebug|armeabi-v7a :-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
C/C++: googleDebug|armeabi-v7a :-- Looking for pthread_create in pthreads
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for pthread_create in pthreads - not found
C/C++: googleDebug|armeabi-v7a :-- Looking for pthread_create in pthread
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for pthread_create in pthread - not found
C/C++: googleDebug|armeabi-v7a :-- Check if compiler accepts -pthread
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Check if compiler accepts -pthread - yes
C/C++: googleDebug|armeabi-v7a :-- Found Threads: TRUE
C/C++: googleDebug|armeabi-v7a :-- Looking for dlfcn.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for dlfcn.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for fcntl.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for fcntl.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for inttypes.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for inttypes.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for memory.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for memory.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for stdint.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for stdint.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for stdlib.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for stdlib.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for strings.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for strings.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for string.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for string.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for sys/stat.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for sys/stat.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for sys/types.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for sys/types.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for unistd.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for unistd.h - found
C/C++: googleDebug|armeabi-v7a :-- Looking for getpagesize
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for getpagesize - found
C/C++: googleDebug|armeabi-v7a :-- Looking for mmap
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for mmap - found
C/C++: googleDebug|armeabi-v7a :-- Looking for getrandom
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for getrandom - not found
C/C++: googleDebug|armeabi-v7a :-- Looking for arc4random_buf
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for arc4random_buf - found
C/C++: googleDebug|armeabi-v7a :-- Looking for 4 include files stdlib.h, ..., float.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for 4 include files stdlib.h, ..., float.h - found
C/C++: googleDebug|armeabi-v7a :-- Check if the system is big endian
C/C++: googleDebug|armeabi-v7a :-- Searching 16 bit integer
C/C++: googleDebug|armeabi-v7a :-- Looking for stddef.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for stddef.h - found
C/C++: googleDebug|armeabi-v7a :-- Check size of unsigned short
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Check size of unsigned short - done
C/C++: googleDebug|armeabi-v7a :-- Searching 16 bit integer - Using unsigned short
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Check if the system is big endian - little endian
C/C++: googleDebug|armeabi-v7a :-- Looking for off_t
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for off_t - not found
C/C++: googleDebug|armeabi-v7a :-- Looking for size_t
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for size_t - not found
C/C++: googleDebug|armeabi-v7a :-- Performing Test HAVE_SYSCALL_GETRANDOM
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
C/C++: googleDebug|armeabi-v7a :-- Performing Test FLAG_NO_STRICT_ALIASING
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Performing Test FLAG_NO_STRICT_ALIASING - Success
C/C++: googleDebug|armeabi-v7a :-- Performing Test FLAG_VISIBILITY
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Performing Test FLAG_VISIBILITY - Success
C/C++: googleDebug|armeabi-v7a :-- ===========================================================================
C/C++: googleDebug|armeabi-v7a :--
C/C++: googleDebug|armeabi-v7a :-- Configuration
C/C++: googleDebug|armeabi-v7a :-- Prefix ..................... C:/Program Files (x86)/omim
C/C++: googleDebug|armeabi-v7a :-- Build type ................. Debug
C/C++: googleDebug|armeabi-v7a :-- Shared libraries ........... OFF
C/C++: googleDebug|armeabi-v7a :-- Character type ............. char (UTF-8)
C/C++: googleDebug|armeabi-v7a :--
C/C++: googleDebug|armeabi-v7a :-- Build documentation ........ OFF
C/C++: googleDebug|armeabi-v7a :-- Build examples ............. OFF
C/C++: googleDebug|armeabi-v7a :-- Build fuzzers .............. OFF
C/C++: googleDebug|armeabi-v7a :-- Build tests ................ OFF
C/C++: googleDebug|armeabi-v7a :-- Build tools (xmlwf) ........ OFF
C/C++: googleDebug|armeabi-v7a :-- Build pkg-config file ...... OFF
C/C++: googleDebug|armeabi-v7a :-- Install files .............. OFF
C/C++: googleDebug|armeabi-v7a :--
C/C++: googleDebug|armeabi-v7a :-- Features
C/C++: googleDebug|armeabi-v7a :-- // Advanced options, changes not advised
C/C++: googleDebug|armeabi-v7a :-- Attributes info .......... OFF
C/C++: googleDebug|armeabi-v7a :-- Context bytes ............ 1024
C/C++: googleDebug|armeabi-v7a :-- DTD support .............. ON
C/C++: googleDebug|armeabi-v7a :-- Large size ............... OFF
C/C++: googleDebug|armeabi-v7a :-- Minimum size ............. OFF
C/C++: googleDebug|armeabi-v7a :-- Namespace support ........ ON
C/C++: googleDebug|armeabi-v7a :--
C/C++: googleDebug|armeabi-v7a :-- Entropy sources
C/C++: googleDebug|armeabi-v7a :-- getrandom ................
C/C++: googleDebug|armeabi-v7a :-- syscall SYS_getrandom .... 1
C/C++: googleDebug|armeabi-v7a :-- libbsd ................... OFF
C/C++: googleDebug|armeabi-v7a :-- /dev/random .............. ON
C/C++: googleDebug|armeabi-v7a :--
C/C++: googleDebug|armeabi-v7a :-- ===========================================================================
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory bsdiff/bsdiff_tests
C/C++: googleDebug|armeabi-v7a :-- Looking for C++ include fnmatch.h
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for C++ include fnmatch.h - found
C/C++: googleDebug|armeabi-v7a :-- Check size of uint32_t
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Check size of uint32_t - done
C/C++: googleDebug|armeabi-v7a :-- Looking for strtoll
C/C++: googleDebug|armeabi-v7a :CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
C/C++: googleDebug|armeabi-v7a : An old version of CMake is being used that cannot automatically detect
C/C++: googleDebug|armeabi-v7a : compiler attributes. Compiler identification is being bypassed. Some
C/C++: googleDebug|armeabi-v7a : values may be wrong or missing. Update to CMake 3.19 or newer to use
C/C++: googleDebug|armeabi-v7a : CMake's built-in compiler identification.
C/C++: googleDebug|armeabi-v7a :Call Stack (most recent call first):
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C/C++: googleDebug|armeabi-v7a : C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
C/C++: googleDebug|armeabi-v7a :-- Looking for strtoll - found
C/C++: googleDebug|armeabi-v7a :-- Found ZLIB: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/libz.so (found version "1.2.11")
C/C++: googleDebug|armeabi-v7a :-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
C/C++: googleDebug|armeabi-v7a :-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
C/C++: googleDebug|armeabi-v7a :-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory opening_hours_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory opening_hours_integration_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory opening_hours_supported_features_tests
C/C++: googleDebug|armeabi-v7a :-- Found Python3: C:/Python310/python.exe (found version "3.10.1") found components: Interpreter
C/C++: googleDebug|armeabi-v7a :Found python to use in qt/, shaders/ and 3party/: C:/Python310/python.exe
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory base_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory coding_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory descriptions_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory drape_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory drape_frontend_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory editor_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory editor_tests_support
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory osm_auth_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory ge0_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory mwm_diff_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory geometry_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory indexer_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory kml_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory map_integration_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory map_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory mwm_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory style_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory platform_tests_support
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory platform_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory routing_benchmarks
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory routing_consistency_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory routing_integration_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory routing_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory routing_common_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory search_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory search_integration_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory shaders_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory storage_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory storage_integration_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory tracking_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory traffic_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory transit_experimental_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory transit_tests
C/C++: googleDebug|armeabi-v7a :SKIP_TESTS: Skipping subdirectory qt_tstfrm
C/C++: googleDebug|armeabi-v7a :-- Configuring done
C/C++: googleDebug|armeabi-v7a :CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
C/C++: googleDebug|armeabi-v7a : Cannot find source file:
C/C++: googleDebug|armeabi-v7a : pugixml/src/pugiconfig.hpp
C/C++: googleDebug|armeabi-v7a : Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
C/C++: googleDebug|armeabi-v7a : .hpp .hxx .in .txx
C/C++: googleDebug|armeabi-v7a :CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
C/C++: googleDebug|armeabi-v7a : No SOURCES given to target: pugixml
C/C++: googleDebug|armeabi-v7a :CMake Generate step failed. Build files cannot be regenerated correctly.
> Task :configureCMakeDebug[armeabi-v7a] FAILED
Execution failed for task ':configureCMakeDebug[armeabi-v7a]'.
> [CXX1405] error when building with cmake using C:\Users\shank\AndroidStudioProjects\organicmaps\CMakeLists.txt: Build command failed.
Error while executing process C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\cmake.exe with arguments {-HC:\Users\shank\AndroidStudioProjects\organicmaps -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=21 -DANDROID_PLATFORM=android-21 -DANDROID_ABI=armeabi-v7a -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_ANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_TOOLCHAIN_FILE=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\ninja.exe -DCMAKE_C_FLAGS=-fno-function-sections -fno-data-sections -Wno-extern-c-compat -DCMAKE_CXX_FLAGS=-fexceptions -frtti -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -BC:\Users\shank\AndroidStudioProjects\organicmaps\android\nativeOutputs\Debug\v6e3e735\armeabi-v7a -GNinja -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DOS=windows 10 -DSKIP_TESTS=ON -DUSE_PCH=OFF}
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using ld.ldd linker
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- ===========================================================================
--
-- Configuration
-- Prefix ..................... C:/Program Files (x86)/omim
-- Build type ................. Debug
-- Shared libraries ........... OFF
-- Character type ............. char (UTF-8)
--
-- Build documentation ........ OFF
-- Build examples ............. OFF
-- Build fuzzers .............. OFF
-- Build tests ................ OFF
-- Build tools (xmlwf) ........ OFF
-- Build pkg-config file ...... OFF
-- Install files .............. OFF
--
-- Features
-- // Advanced options, changes not advised
-- Attributes info .......... OFF
-- Context bytes ............ 1024
-- DTD support .............. ON
-- Large size ............... OFF
-- Minimum size ............. OFF
-- Namespace support ........ ON
--
-- Entropy sources
-- getrandom ................
-- syscall SYS_getrandom .... 1
-- libbsd ................... OFF
-- /dev/random .............. ON
--
-- ===========================================================================
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Found ZLIB: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/libz.so (found version "1.2.11")
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
-- Found Python3: C:/Python310/python.exe (found version "3.10.1") found components: Interpreter
-- Configuring done
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':configureCMakeDebug[armeabi-v7a]'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:145)
at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:143)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:131)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:402)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:389)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:382)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:368)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
Caused by: com.android.builder.errors.EvalIssueException: [CXX1405] error when building with cmake using C:\Users\shank\AndroidStudioProjects\organicmaps\CMakeLists.txt: Build command failed.
Error while executing process C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\cmake.exe with arguments {-HC:\Users\shank\AndroidStudioProjects\organicmaps -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=21 -DANDROID_PLATFORM=android-21 -DANDROID_ABI=armeabi-v7a -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_ANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_TOOLCHAIN_FILE=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\ninja.exe -DCMAKE_C_FLAGS=-fno-function-sections -fno-data-sections -Wno-extern-c-compat -DCMAKE_CXX_FLAGS=-fexceptions -frtti -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -BC:\Users\shank\AndroidStudioProjects\organicmaps\android\nativeOutputs\Debug\v6e3e735\armeabi-v7a -GNinja -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DOS=windows 10 -DSKIP_TESTS=ON -DUSE_PCH=OFF}
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using ld.ldd linker
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- ===========================================================================
--
-- Configuration
-- Prefix ..................... C:/Program Files (x86)/omim
-- Build type ................. Debug
-- Shared libraries ........... OFF
-- Character type ............. char (UTF-8)
--
-- Build documentation ........ OFF
-- Build examples ............. OFF
-- Build fuzzers .............. OFF
-- Build tests ................ OFF
-- Build tools (xmlwf) ........ OFF
-- Build pkg-config file ...... OFF
-- Install files .............. OFF
--
-- Features
-- // Advanced options, changes not advised
-- Attributes info .......... OFF
-- Context bytes ............ 1024
-- DTD support .............. ON
-- Large size ............... OFF
-- Minimum size ............. OFF
-- Namespace support ........ ON
--
-- Entropy sources
-- getrandom ................
-- syscall SYS_getrandom .... 1
-- libbsd ................... OFF
-- /dev/random .............. ON
--
-- ===========================================================================
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Found ZLIB: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/libz.so (found version "1.2.11")
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
-- Found Python3: C:/Python310/python.exe (found version "3.10.1") found components: Interpreter
-- Configuring done
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AppData/Local/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
Using unity builds, pass -DUNITY_DISABLE=ON to disable it.
export COLORS_DISABLE=1 to disable colored compiler output.
Setting PLATFORM_ANDROID to true
Build type: Debug
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
SKIP_TESTS: Skipping subdirectory bsdiff/bsdiff_tests
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
SKIP_TESTS: Skipping subdirectory opening_hours_tests
SKIP_TESTS: Skipping subdirectory opening_hours_integration_tests
SKIP_TESTS: Skipping subdirectory opening_hours_supported_features_tests
Found python to use in qt/, shaders/ and 3party/: C:/Python310/python.exe
SKIP_TESTS: Skipping subdirectory base_tests
SKIP_TESTS: Skipping subdirectory coding_tests
SKIP_TESTS: Skipping subdirectory descriptions_tests
SKIP_TESTS: Skipping subdirectory drape_tests
SKIP_TESTS: Skipping subdirectory drape_frontend_tests
SKIP_TESTS: Skipping subdirectory editor_tests
SKIP_TESTS: Skipping subdirectory editor_tests_support
SKIP_TESTS: Skipping subdirectory osm_auth_tests
SKIP_TESTS: Skipping subdirectory ge0_tests
SKIP_TESTS: Skipping subdirectory mwm_diff_tests
SKIP_TESTS: Skipping subdirectory geometry_tests
SKIP_TESTS: Skipping subdirectory indexer_tests
SKIP_TESTS: Skipping subdirectory kml_tests
SKIP_TESTS: Skipping subdirectory map_integration_tests
SKIP_TESTS: Skipping subdirectory map_tests
SKIP_TESTS: Skipping subdirectory mwm_tests
SKIP_TESTS: Skipping subdirectory style_tests
SKIP_TESTS: Skipping subdirectory platform_tests_support
SKIP_TESTS: Skipping subdirectory platform_tests
SKIP_TESTS: Skipping subdirectory routing_benchmarks
SKIP_TESTS: Skipping subdirectory routing_consistency_tests
SKIP_TESTS: Skipping subdirectory routing_integration_tests
SKIP_TESTS: Skipping subdirectory routing_tests
SKIP_TESTS: Skipping subdirectory routing_common_tests
SKIP_TESTS: Skipping subdirectory search_tests
SKIP_TESTS: Skipping subdirectory search_integration_tests
SKIP_TESTS: Skipping subdirectory shaders_tests
SKIP_TESTS: Skipping subdirectory storage_tests
SKIP_TESTS: Skipping subdirectory storage_integration_tests
SKIP_TESTS: Skipping subdirectory tracking_tests
SKIP_TESTS: Skipping subdirectory traffic_tests
SKIP_TESTS: Skipping subdirectory transit_experimental_tests
SKIP_TESTS: Skipping subdirectory transit_tests
SKIP_TESTS: Skipping subdirectory qt_tstfrm
CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
Cannot find source file:
pugixml/src/pugiconfig.hpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
No SOURCES given to target: pugixml
CMake Generate step failed. Build files cannot be regenerated correctly.
at com.android.builder.errors.IssueReporter.reportError(IssueReporter.kt:109)
at com.android.builder.errors.IssueReporter.reportError$default(IssueReporter.kt:105)
at com.android.build.gradle.internal.cxx.logging.IssueReporterLoggingEnvironment.log(IssueReporterLoggingEnvironment.kt:109)
at com.android.build.gradle.internal.cxx.logging.ThreadLoggingEnvironment$Companion.reportFormattedErrorToCurrentLogger(LoggingEnvironment.kt:210)
at com.android.build.gradle.internal.cxx.logging.LoggingEnvironmentKt.errorln(LoggingEnvironment.kt:52)
at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.generate(ExternalNativeJsonGenerator.kt:117)
at com.android.build.gradle.tasks.ExternalNativeBuildJsonTask.doTaskAction(ExternalNativeBuildJsonTask.kt:67)
at com.android.build.gradle.internal.tasks.UnsafeOutputsTask$taskAction$$inlined$recordTaskAction$1.invoke(BaseTask.kt:65)
at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:51)
at com.android.build.gradle.internal.tasks.UnsafeOutputsTask.taskAction(UnsafeOutputsTask.kt:62)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
at org.gradle.api.internal.tasks.execution.TaskExecution$2.run(TaskExecution.java:239)
at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:224)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:207)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:190)
at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:168)
at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27)
at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:188)
at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75)
at org.gradle.internal.Either$Right.fold(Either.java:175)
at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73)
at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:38)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:27)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:109)
at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:93)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:93)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
at org.gradle.api.internal.tasks.execution.TaskExecution$3.withWorkspace(TaskExecution.java:284)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:142)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:131)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:402)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:389)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:382)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:368)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
Execution failed for task ':configureCMakeDebug[armeabi-v7a]'.
> [CXX1405] error when building with cmake using C:\Users\shank\AndroidStudioProjects\organicmaps\CMakeLists.txt: Build command failed.
Error while executing process C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\cmake.exe with arguments {-HC:\Users\shank\AndroidStudioProjects\organicmaps -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=21 -DANDROID_PLATFORM=android-21 -DANDROID_ABI=armeabi-v7a -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_ANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_TOOLCHAIN_FILE=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\ninja.exe -DCMAKE_C_FLAGS=-fno-function-sections -fno-data-sections -Wno-extern-c-compat -DCMAKE_CXX_FLAGS=-fexceptions -frtti -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -BC:\Users\shank\AndroidStudioProjects\organicmaps\android\nativeOutputs\Debug\v6e3e735\armeabi-v7a -GNinja -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DOS=windows 10 -DSKIP_TESTS=ON -DUSE_PCH=OFF}
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using ld.ldd linker
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- ===========================================================================
--
-- Configuration
-- Prefix ..................... C:/Program Files (x86)/omim
-- Build type ................. Debug
-- Shared libraries ........... OFF
-- Character type ............. char (UTF-8)
--
-- Build documentation ........ OFF
-- Build examples ............. OFF
-- Build fuzzers .............. OFF
-- Build tests ................ OFF
-- Build tools (xmlwf) ........ OFF
-- Build pkg-config file ...... OFF
-- Install files .............. OFF
--
-- Features
-- // Advanced options, changes not advised
-- Attributes info .......... OFF
-- Context bytes ............ 1024
-- DTD support .............. ON
-- Large size ............... OFF
-- Minimum size ............. OFF
-- Namespace support ........ ON
--
-- Entropy sources
-- getrandom ................
-- syscall SYS_getrandom .... 1
-- libbsd ................... OFF
-- /dev/random .............. ON
--
-- ===========================================================================
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Found ZLIB: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/libz.so (found version "1.2.11")
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
-- Found Python3: C:/Python310/python.exe (found version "3.10.1") found components: Interpreter
-- Configuring done
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':configureCMakeDebug[armeabi-v7a]'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:145)
at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:143)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:131)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:402)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:389)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:382)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:368)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
Caused by: com.android.builder.errors.EvalIssueException: [CXX1405] error when building with cmake using C:\Users\shank\AndroidStudioProjects\organicmaps\CMakeLists.txt: Build command failed.
Error while executing process C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\cmake.exe with arguments {-HC:\Users\shank\AndroidStudioProjects\organicmaps -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=21 -DANDROID_PLATFORM=android-21 -DANDROID_ABI=armeabi-v7a -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_ANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_TOOLCHAIN_FILE=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\ninja.exe -DCMAKE_C_FLAGS=-fno-function-sections -fno-data-sections -Wno-extern-c-compat -DCMAKE_CXX_FLAGS=-fexceptions -frtti -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -BC:\Users\shank\AndroidStudioProjects\organicmaps\android\nativeOutputs\Debug\v6e3e735\armeabi-v7a -GNinja -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DOS=windows 10 -DSKIP_TESTS=ON -DUSE_PCH=OFF}
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using ld.ldd linker
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- ===========================================================================
--
-- Configuration
-- Prefix ..................... C:/Program Files (x86)/omim
-- Build type ................. Debug
-- Shared libraries ........... OFF
-- Character type ............. char (UTF-8)
--
-- Build documentation ........ OFF
-- Build examples ............. OFF
-- Build fuzzers .............. OFF
-- Build tests ................ OFF
-- Build tools (xmlwf) ........ OFF
-- Build pkg-config file ...... OFF
-- Install files .............. OFF
--
-- Features
-- // Advanced options, changes not advised
-- Attributes info .......... OFF
-- Context bytes ............ 1024
-- DTD support .............. ON
-- Large size ............... OFF
-- Minimum size ............. OFF
-- Namespace support ........ ON
--
-- Entropy sources
-- getrandom ................
-- syscall SYS_getrandom .... 1
-- libbsd ................... OFF
-- /dev/random .............. ON
--
-- ===========================================================================
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Found ZLIB: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/libz.so (found version "1.2.11")
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
-- Found Python3: C:/Python310/python.exe (found version "3.10.1") found components: Interpreter
-- Configuring done
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AppData/Local/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
Using unity builds, pass -DUNITY_DISABLE=ON to disable it.
export COLORS_DISABLE=1 to disable colored compiler output.
Setting PLATFORM_ANDROID to true
Build type: Debug
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
SKIP_TESTS: Skipping subdirectory bsdiff/bsdiff_tests
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
SKIP_TESTS: Skipping subdirectory opening_hours_tests
SKIP_TESTS: Skipping subdirectory opening_hours_integration_tests
SKIP_TESTS: Skipping subdirectory opening_hours_supported_features_tests
Found python to use in qt/, shaders/ and 3party/: C:/Python310/python.exe
SKIP_TESTS: Skipping subdirectory base_tests
SKIP_TESTS: Skipping subdirectory coding_tests
SKIP_TESTS: Skipping subdirectory descriptions_tests
SKIP_TESTS: Skipping subdirectory drape_tests
SKIP_TESTS: Skipping subdirectory drape_frontend_tests
SKIP_TESTS: Skipping subdirectory editor_tests
SKIP_TESTS: Skipping subdirectory editor_tests_support
SKIP_TESTS: Skipping subdirectory osm_auth_tests
SKIP_TESTS: Skipping subdirectory ge0_tests
SKIP_TESTS: Skipping subdirectory mwm_diff_tests
SKIP_TESTS: Skipping subdirectory geometry_tests
SKIP_TESTS: Skipping subdirectory indexer_tests
SKIP_TESTS: Skipping subdirectory kml_tests
SKIP_TESTS: Skipping subdirectory map_integration_tests
SKIP_TESTS: Skipping subdirectory map_tests
SKIP_TESTS: Skipping subdirectory mwm_tests
SKIP_TESTS: Skipping subdirectory style_tests
SKIP_TESTS: Skipping subdirectory platform_tests_support
SKIP_TESTS: Skipping subdirectory platform_tests
SKIP_TESTS: Skipping subdirectory routing_benchmarks
SKIP_TESTS: Skipping subdirectory routing_consistency_tests
SKIP_TESTS: Skipping subdirectory routing_integration_tests
SKIP_TESTS: Skipping subdirectory routing_tests
SKIP_TESTS: Skipping subdirectory routing_common_tests
SKIP_TESTS: Skipping subdirectory search_tests
SKIP_TESTS: Skipping subdirectory search_integration_tests
SKIP_TESTS: Skipping subdirectory shaders_tests
SKIP_TESTS: Skipping subdirectory storage_tests
SKIP_TESTS: Skipping subdirectory storage_integration_tests
SKIP_TESTS: Skipping subdirectory tracking_tests
SKIP_TESTS: Skipping subdirectory traffic_tests
SKIP_TESTS: Skipping subdirectory transit_experimental_tests
SKIP_TESTS: Skipping subdirectory transit_tests
SKIP_TESTS: Skipping subdirectory qt_tstfrm
CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
Cannot find source file:
pugixml/src/pugiconfig.hpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
No SOURCES given to target: pugixml
CMake Generate step failed. Build files cannot be regenerated correctly.
at com.android.builder.errors.IssueReporter.reportError(IssueReporter.kt:109)
at com.android.builder.errors.IssueReporter.reportError$default(IssueReporter.kt:105)
at com.android.build.gradle.internal.cxx.logging.IssueReporterLoggingEnvironment.log(IssueReporterLoggingEnvironment.kt:109)
at com.android.build.gradle.internal.cxx.logging.ThreadLoggingEnvironment$Companion.reportFormattedErrorToCurrentLogger(LoggingEnvironment.kt:210)
at com.android.build.gradle.internal.cxx.logging.LoggingEnvironmentKt.errorln(LoggingEnvironment.kt:52)
at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.generate(ExternalNativeJsonGenerator.kt:117)
at com.android.build.gradle.tasks.ExternalNativeBuildJsonTask.doTaskAction(ExternalNativeBuildJsonTask.kt:67)
at com.android.build.gradle.internal.tasks.UnsafeOutputsTask$taskAction$$inlined$recordTaskAction$1.invoke(BaseTask.kt:65)
at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:51)
at com.android.build.gradle.internal.tasks.UnsafeOutputsTask.taskAction(UnsafeOutputsTask.kt:62)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
at org.gradle.api.internal.tasks.execution.TaskExecution$2.run(TaskExecution.java:239)
at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:224)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:207)
at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:190)
at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:168)
at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:61)
at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:42)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:60)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:27)
at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:188)
at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75)
at org.gradle.internal.Either$Right.fold(Either.java:175)
at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73)
at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:38)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:27)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:109)
at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:93)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:93)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
at org.gradle.api.internal.tasks.execution.TaskExecution$3.withWorkspace(TaskExecution.java:284)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:142)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:131)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:74)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:402)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:389)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:382)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:368)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:61)
[CXX1405] error when building with cmake using C:\Users\shank\AndroidStudioProjects\organicmaps\CMakeLists.txt: Build command failed.
Error while executing process C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\cmake.exe with arguments {-HC:\Users\shank\AndroidStudioProjects\organicmaps -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=21 -DANDROID_PLATFORM=android-21 -DANDROID_ABI=armeabi-v7a -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_ANDROID_NDK=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620 -DCMAKE_TOOLCHAIN_FILE=C:\Users\shank\AppData\Local\Android\Sdk\ndk\23.1.7779620\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\shank\AppData\Local\Android\Sdk\cmake\3.18.1\bin\ninja.exe -DCMAKE_C_FLAGS=-fno-function-sections -fno-data-sections -Wno-extern-c-compat -DCMAKE_CXX_FLAGS=-fexceptions -frtti -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\shank\AndroidStudioProjects\organicmaps\android\build\intermediates\cxx\Debug\v6e3e735\obj\armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -BC:\Users\shank\AndroidStudioProjects\organicmaps\android\nativeOutputs\Debug\v6e3e735\armeabi-v7a -GNinja -DANDROID_TOOLCHAIN=clang -DANDROID_STL=c++_static -DOS=windows 10 -DSKIP_TESTS=ON -DUSE_PCH=OFF}
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using ld.ldd linker
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for getpagesize
-- Looking for getpagesize - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for getrandom
-- Looking for getrandom - not found
-- Looking for arc4random_buf
-- Looking for arc4random_buf - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for off_t
-- Looking for off_t - not found
-- Looking for size_t
-- Looking for size_t - not found
-- Performing Test HAVE_SYSCALL_GETRANDOM
-- Performing Test HAVE_SYSCALL_GETRANDOM - Success
-- Performing Test FLAG_NO_STRICT_ALIASING
-- Performing Test FLAG_NO_STRICT_ALIASING - Success
-- Performing Test FLAG_VISIBILITY
-- Performing Test FLAG_VISIBILITY - Success
-- ===========================================================================
--
-- Configuration
-- Prefix ..................... C:/Program Files (x86)/omim
-- Build type ................. Debug
-- Shared libraries ........... OFF
-- Character type ............. char (UTF-8)
--
-- Build documentation ........ OFF
-- Build examples ............. OFF
-- Build fuzzers .............. OFF
-- Build tests ................ OFF
-- Build tools (xmlwf) ........ OFF
-- Build pkg-config file ...... OFF
-- Install files .............. OFF
--
-- Features
-- // Advanced options, changes not advised
-- Attributes info .......... OFF
-- Context bytes ............ 1024
-- DTD support .............. ON
-- Large size ............... OFF
-- Minimum size ............. OFF
-- Namespace support ........ ON
--
-- Entropy sources
-- getrandom ................
-- syscall SYS_getrandom .... 1
-- libbsd ................... OFF
-- /dev/random .............. ON
--
-- ===========================================================================
-- Looking for C++ include fnmatch.h
-- Looking for C++ include fnmatch.h - found
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Found ZLIB: C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/arm-linux-androideabi/21/libz.so (found version "1.2.11")
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Could NOT find BrotliDec (missing: BROTLIDEC_INCLUDE_DIRS BROTLIDEC_LIBRARIES)
-- Found Python3: C:/Python310/python.exe (found version "3.10.1") found components: Interpreter
-- Configuring done
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AppData/Local/Android/Sdk/cmake/3.18.1/share/cmake-3.18/Modules/CMakeDetermineSystem.cmake:93 (include)
CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:2 (project)
Using unity builds, pass -DUNITY_DISABLE=ON to disable it.
export COLORS_DISABLE=1 to disable colored compiler output.
Setting PLATFORM_ANDROID to true
Build type: Debug
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
SKIP_TESTS: Skipping subdirectory bsdiff/bsdiff_tests
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
CMake Warning at C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android-legacy.toolchain.cmake:416 (message):
An old version of CMake is being used that cannot automatically detect
compiler attributes. Compiler identification is being bypassed. Some
values may be wrong or missing. Update to CMake 3.19 or newer to use
CMake's built-in compiler identification.
Call Stack (most recent call first):
C:/Users/shank/AppData/Local/Android/Sdk/ndk/23.1.7779620/build/cmake/android.toolchain.cmake:55 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/3.18.1-g262b901-dirty/CMakeSystem.cmake:6 (include)
C:/Users/shank/AndroidStudioProjects/organicmaps/android/nativeOutputs/Debug/v6e3e735/armeabi-v7a/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project)
SKIP_TESTS: Skipping subdirectory opening_hours_tests
SKIP_TESTS: Skipping subdirectory opening_hours_integration_tests
SKIP_TESTS: Skipping subdirectory opening_hours_supported_features_tests
Found python to use in qt/, shaders/ and 3party/: C:/Python310/python.exe
SKIP_TESTS: Skipping subdirectory base_tests
SKIP_TESTS: Skipping subdirectory coding_tests
SKIP_TESTS: Skipping subdirectory descriptions_tests
SKIP_TESTS: Skipping subdirectory drape_tests
SKIP_TESTS: Skipping subdirectory drape_frontend_tests
SKIP_TESTS: Skipping subdirectory editor_tests
SKIP_TESTS: Skipping subdirectory editor_tests_support
SKIP_TESTS: Skipping subdirectory osm_auth_tests
SKIP_TESTS: Skipping subdirectory ge0_tests
SKIP_TESTS: Skipping subdirectory mwm_diff_tests
SKIP_TESTS: Skipping subdirectory geometry_tests
SKIP_TESTS: Skipping subdirectory indexer_tests
SKIP_TESTS: Skipping subdirectory kml_tests
SKIP_TESTS: Skipping subdirectory map_integration_tests
SKIP_TESTS: Skipping subdirectory map_tests
SKIP_TESTS: Skipping subdirectory mwm_tests
SKIP_TESTS: Skipping subdirectory style_tests
SKIP_TESTS: Skipping subdirectory platform_tests_support
SKIP_TESTS: Skipping subdirectory platform_tests
SKIP_TESTS: Skipping subdirectory routing_benchmarks
SKIP_TESTS: Skipping subdirectory routing_consistency_tests
SKIP_TESTS: Skipping subdirectory routing_integration_tests
SKIP_TESTS: Skipping subdirectory routing_tests
SKIP_TESTS: Skipping subdirectory routing_common_tests
SKIP_TESTS: Skipping subdirectory search_tests
SKIP_TESTS: Skipping subdirectory search_integration_tests
SKIP_TESTS: Skipping subdirectory shaders_tests
SKIP_TESTS: Skipping subdirectory storage_tests
SKIP_TESTS: Skipping subdirectory storage_integration_tests
SKIP_TESTS: Skipping subdirectory tracking_tests
SKIP_TESTS: Skipping subdirectory traffic_tests
SKIP_TESTS: Skipping subdirectory transit_experimental_tests
SKIP_TESTS: Skipping subdirectory transit_tests
SKIP_TESTS: Skipping subdirectory qt_tstfrm
CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
Cannot find source file:
pugixml/src/pugiconfig.hpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at 3party/pugixml/CMakeLists.txt:10 (add_library):
No SOURCES given to target: pugixml
CMake Generate step failed. Build files cannot be regenerated correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment