Created
October 29, 2017 22:19
-
-
Save micHar/a9bb695ac66ecfa3aa39888db121f98d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Check for working C compiler: /Users/{user}/Library/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang | |
-- Check for working C compiler: /Users/{user}/Library/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /Users/{user}/Library/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ | |
-- Check for working CXX compiler: /Users/{user}/Library/Android/sdk/ndk-bundle/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Building a C++11 test project to see if your compiler supports C++11 | |
-- C++11 activated. | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Searching for BLAS and LAPACK | |
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Check size of void* | |
-- Check size of void* - done | |
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "7.5") | |
-- *** cuDNN V5.0 OR GREATER NOT FOUND. DLIB WILL NOT USE CUDA. *** | |
-- *** If you have cuDNN then set CMAKE_PREFIX_PATH to include cuDNN's folder. | |
-- Performing Test COMPILER_SUPPORTS_CXX11 | |
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success | |
-- Performing Test COMPILER_SUPPORTS_CXX0X | |
-- Performing Test COMPILER_SUPPORTS_CXX0X - Success | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/{user}/Documents/AndroidProjects/{project}/core/.externalNativeBuild/cmake/debug/armeabi | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment