Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. -- The C compiler identification is Clang 5.0.300080
  2. -- The CXX compiler identification is Clang 5.0.300080
  3. -- Check for working C compiler: /home/colin/toolchain/android-ndk-r15c/armv7a/bin/arm-linux-androideabi-clang
  4. -- Check for working C compiler: /home/colin/toolchain/android-ndk-r15c/armv7a/bin/arm-linux-androideabi-clang -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /home/colin/toolchain/android-ndk-r15c/armv7a/bin/arm-linux-androideabi-clang++
  10. -- Check for working CXX compiler: /home/colin/toolchain/android-ndk-r15c/armv7a/bin/arm-linux-androideabi-clang++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- General -------------------------------------
  16. -- opentxs version:
  17. -- CMake version: 3.8.2
  18. -- System: Android-1
  19. -- Processor: armv7-a
  20. -- Verbose: ON
  21. -- Testing: OFF
  22. -- Documentation: OFF
  23. -- Using ccache no
  24. -- Pedantic compilation: ON
  25. -- Signal handling: OFF
  26. -- Packaging -----------------------------------
  27. -- Build RPM: OFF
  28. -- Build DEB: OFF
  29. -- Package Contact:
  30. -- Package Vendor: Open Transactions Developers
  31. -- CL autocompletion: OFF
  32. -- Keyrings ------------------------------------
  33. -- Keyring Windows: OFF
  34. -- Keyring MAC: OFF
  35. -- Keyring iOS: OFF
  36. -- Keyring Gnome: OFF
  37. -- Keyring KWallet: OFF
  38. -- Keyring flatfile: OFF
  39. -- No password: OFF
  40. -- Network plugins------------------------------
  41. -- DHT: OFF
  42. -- filesystem: OFF
  43. -- sqlite ON
  44. -- Nym ID sources------------------------------
  45. -- BIP-47: ON
  46. -- Encryption algorithms------------------------
  47. -- AES: ON
  48. -- Key algorithms-------------------------------
  49. -- HD derivation: ON
  50. -- ed25519: ON
  51. -- RSA: OFF
  52. -- secp256k1 ON
  53. -- Crypto library providers---------------------
  54. -- OpenSSL: ON
  55. -- libsecp256k1: ON
  56. -- trezor-crypto: ON
  57. -- libbitcoin: OFF
  58. -- Bindings ------------------------------------
  59. -- Java binding: ON
  60. -- Perl binding: OFF
  61. -- PHP binding: OFF
  62. -- Python3 binding: OFF
  63. -- Python2 binding: OFF
  64. -- Default Python binding: OFF
  65. -- Script engines-------------------------------
  66. -- Chai: OFF
  67. -- Dependencies---------------------------------
  68. -- Internal Libsecp256k1: OFF
  69. -- Performing Test HAVE_STD17
  70. -- Performing Test HAVE_STD17 - Failed
  71. -- C++ Compiler ID: Clang
  72. -- C Flags: -Wno-psabi --sysroot=/home/colin/toolchain/android-ndk-r15c/armv7a/sysroot -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack
  73. -- C++ Flags: -Wno-psabi --sysroot=/home/colin/toolchain/android-ndk-r15c/armv7a/sysroot -funwind-tables -finline-limit=64 -fsigned-char -no-canonical-prefixes -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -fdata-sections -ffunction-sections -Wa,--noexecstack -std=c++1z
  74. -- C++ link flags: -L/home/colin/toolchain/android-ndk-r15c/armv7a/arm-linux-androideabi/lib -l/home/colin/toolchain/android-ndk-r15c/armv7a/arm-linux-androideabi/lib/libc++_shared.so
  75. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  76. -- Found OPENTXS_PROTO: /home/colin/toolchain/android-ndk-r15c/armv7a/sysroot/usr/lib/libopentxs-proto.so
  77. -- Looking for pthread.h
  78. -- Looking for pthread.h - found
  79. -- Looking for pthread_create
  80. -- Looking for pthread_create - found
  81. -- Found Threads: TRUE
  82. CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  83. Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  84. system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
  85. OPENSSL_INCLUDE_DIR) (Required is at least version "1.0.1")
  86. Call Stack (most recent call first):
  87. /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
  88. /usr/share/cmake/Modules/FindOpenSSL.cmake:387 (find_package_handle_standard_args)
  89. CMakeLists.txt:272 (find_package)
  90.  
  91.  
  92. -- Configuring incomplete, errors occurred!
  93. See also "/home/colin/build/android-ndk-r15c/armv7a/opentxs/CMakeFiles/CMakeOutput.log".
  94. See also "/home/colin/build/android-ndk-r15c/armv7a/opentxs/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement