Advertisement
falchikova_v

cmake .. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15

Jan 30th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. MacBook-Pro-Veronica:build veronica$ cmake .. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
  2. -- IPO/LTO not enabled.
  3. -- CMAKE_BUILD_TYPE is not set, set to default = RELWITHDEBINFO
  4. -- CMAKE_BUILD_TYPE: RELWITHDEBINFO
  5. -- Disabling compiler -pipe option (have only 1592 mb of memory)
  6. -- Default libraries: -nodefaultlibs -lc -lm -lpthread -ldl
  7. -- Using libcxx: cxx
  8. -- Using libcxxfs:
  9. -- Using libcxxabi: cxxabi
  10. -- Tests are enabled
  11. -- Building for: Darwin-18.7.0 x86_64 ; USE_STATIC_LIBRARIES=ON MAKE_STATIC_LIBRARIES=ON SPLIT_SHARED= UNBUNDLED=OFF CCACHE=CCACHE_FOUND-NOTFOUND
  12. -- Using double-conversion: /Users/veronica/ClickHouse/contrib/double-conversion : double-conversion
  13. -- Using ssl=1: /Users/veronica/ClickHouse/contrib/openssl/include;/Users/veronica/ClickHouse/contrib/openssl-cmake/linux_x86_64/include : ssl;crypto
  14. -- Build without ICU (support for collations and charset conversion functions will be disabled)
  15. -- Using Boost: /Users/veronica/ClickHouse/contrib/boost : boost_program_options_internal,boost_system_internal,boost_filesystem_internal;boost_system_internal,boost_iostreams_internal,boost_regex_internal
  16. -- Using zlib-ng: /Users/veronica/ClickHouse/contrib/zlib-ng;/Users/veronica/ClickHouse/build/contrib/zlib-ng : zlibstatic
  17. -- Using zstd: /Users/veronica/ClickHouse/contrib/zstd/lib : zstd
  18. -- Using termcap: /usr/lib/libncurses.dylib
  19. -- Using Poco: /Users/veronica/ClickHouse/contrib/poco/Foundation/include/;/Users/veronica/ClickHouse/contrib/poco/Util/include/;/Users/veronica/ClickHouse/contrib/zlib-ng/;/Users/veronica/ClickHouse/build/contrib/zlib-ng/ : PocoFoundation,PocoUtil,PocoNet,PocoNetSSL;ssl;crypto,PocoCrypto;ssl;crypto,PocoXML,PocoData,,,,PocoMongoDB,PocoRedis,PocoJSON; MongoDB=1, Redis=1, DataODBC=, NetSSL=1, JSON=1
  20. -- Using lz4: /Users/veronica/ClickHouse/contrib/lz4/lib : lz4
  21. -- Using xxhash=1: /Users/veronica/ClickHouse/contrib/lz4/lib : lz4
  22. -- Using sparsehash: /Users/veronica/ClickHouse/contrib/sparsehash-c11
  23. -- Using rt: apple_rt
  24. -- Using re2: /Users/veronica/ClickHouse/contrib/re2 : re2; : re2_st
  25. -- Using libgsasl=: LIBGSASL_INCLUDE_DIR-NOTFOUND : LIBGSASL_LIBRARY-NOTFOUND
  26. -- Using librdkafka=: :
  27. -- Using capnp=1: capnpc
  28. -- Using h3=1: /Users/veronica/ClickHouse/contrib/h3/src/h3lib/include : h3
  29. -- Using cpuid=1: /Users/veronica/ClickHouse/contrib/libcpuid/include : cpuid
  30. -- Using libxml2: /Users/veronica/ClickHouse/contrib/libxml2/include;/Users/veronica/ClickHouse/contrib/libxml2-cmake/linux_x86_64/include : libxml2
  31. -- Using brotli=1: /Users/veronica/ClickHouse/contrib/brotli/c/include : brotli
  32. -- Using protobuf=1: /Users/veronica/ClickHouse/contrib/protobuf/src : libprotobuf : /Users/veronica/ClickHouse/build/contrib/protobuf/cmake/protoc
  33. -- Using pdqsort: /Users/veronica/ClickHouse/contrib/pdqsort
  34. -- Using hdfs3=: :
  35. -- Using aws_s3=: :
  36. -- Using consistent-hashing: : consistent-hashing
  37. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  38. -- Could not find the Arrow library. Looked for headers in , and for libs in
  39. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  40. -- Could not find the parquet library. Looked in system search paths.
  41. -- Using snappy: snappy
  42. -- Using Parquet: arrow_static: ; parquet_static:PARQUET_INCLUDE_DIR-NOTFOUND ; thrift_static ; flatbuffers
  43. -- Using hyperscan=1: /Users/veronica/ClickHouse/contrib/hyperscan/src : hs
  44. -- Using simdjson=ON: simdjson
  45. -- Using rapidjson=1: /Users/veronica/ClickHouse/contrib/rapidjson/include
  46. -- Using fastops=0: :
  47. -- Using snappy: snappy
  48. -- Using internal=ON orc=1: /Users/veronica/ClickHouse/contrib/orc/c++/include : orc
  49. -- Using snappy: snappy
  50. -- Using avro=1: /Users/veronica/ClickHouse/contrib/avro/lang/c++/include : avrocpp
  51. -- Using cityhash: : cityhash
  52. -- Using farmhash: : farmhash
  53. -- Using metrohash: /Users/veronica/ClickHouse/contrib/libmetrohash/src : metrohash
  54. -- Using btrie: : btrie
  55. -- Using gtest=1: /Users/veronica/ClickHouse/contrib/googletest/googletest : gtest_main;gtest :
  56. -- Using cctz: /Users/veronica/ClickHouse/contrib/cctz/include : cctz
  57. -- Build without mysqlclient (support for MYSQL dictionary source will be disabled)
  58. -- compiler C = /usr/local/opt/llvm/bin/clang -fdiagnostics-color=always -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -fno-omit-frame-pointer -mmacosx-version-min=10.15 -O2 -g -DNDEBUG -O3
  59. -- compiler CXX = /usr/local/opt/llvm/bin/clang++ -fdiagnostics-color=always -std=c++2a -fsized-deallocation -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -Wnon-virtual-dtor -fno-omit-frame-pointer -mmacosx-version-min=10.15 -O2 -g -DNDEBUG -O3
  60. -- LINKER_FLAGS = -rdynamic -mmacosx-version-min=10.15
  61. -- ZSTD VERSION 1.3.17
  62. -- Using CMake version 3.16.2
  63. -- ZLIB_HEADER_VERSION: 1.2.11
  64. -- ZLIBNG_HEADER_VERSION: 1.9.9
  65. -- Arch detected: 'x86_64'
  66. -- Basearch of 'x86_64' has been detected as: 'x86'
  67. -- Architecture-specific source files: arch/x86/x86.c;arch/x86/insert_string_sse.c;arch/x86/deflate_quick.c;arch/x86/fill_window_sse.c;arch/x86/slide_sse.c;arch/x86/crc_folding.c
  68. -- The following features have been enabled:
  69.  
  70. * CMAKE_BUILD_TYPE, Build type: RELWITHDEBINFO (selected)
  71. * ZLIB_COMPAT, Provide a zlib-compatible API
  72. * WITH_OPTIM, Build with optimisation
  73. * WITH_NEW_STRATEGIES, Use new strategies
  74. * SSE42_CRC, Support CRC hash generation using the SSE4.2 instruction set, using "-msse4"
  75. * SSE42_DEFLATE_QUICK, Support SSE4.2-accelerated quick compression
  76. * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-mpclmul"
  77.  
  78. -- The following REQUIRED packages have been found:
  79.  
  80. * Threads
  81.  
  82. -- The following features have been disabled:
  83.  
  84. * WITH_GZFILEOP, Compile with support for gzFile-related functions
  85. * WITH_SANITIZERS, Build with address sanitizer and all supported sanitizers other than memory sanitizer
  86. * WITH_MSAN, Build with memory sanitizer
  87. * WITH_FUZZERS, Build test/fuzz
  88. * MAINTAINER, Build with maintainer warnings and tests enabled
  89.  
  90. -- The following OPTIONAL packages have not been found:
  91.  
  92. * Arrow
  93. * Parquet
  94.  
  95. -- FLATBUFFERS_LIBRARY: flatbuffers, FLATBUFFERS_COMPILER: /Users/veronica/ClickHouse/build/contrib/flatbuffers/flatc
  96. -- FLATBUFFERS_COMPILED_OUT_DIR: /Users/veronica/ClickHouse/build/contrib/arrow-cmake/arrow_gen_headers/arrow/ipc
  97. -- flatc: /Users/veronica/ClickHouse/build/contrib/flatbuffers/flatc -c -o /Users/veronica/ClickHouse/build/contrib/arrow-cmake/arrow_gen_headers/arrow/ipc/ /Users/veronica/ClickHouse/contrib/arrow/format/Message.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/File.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/Schema.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/Tensor.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/SparseTensor.fbs;/Users/veronica/ClickHouse/contrib/arrow/cpp/src/arrow/ipc/feather.fbs
  98. -- Using OpenSSL from /Users/veronica/ClickHouse/contrib/openssl
  99. CMake Warning at contrib/googletest/googletest/CMakeLists.txt:54 (project):
  100. VERSION keyword not followed by a value or was followed by a value that
  101. expanded to nothing.
  102.  
  103.  
  104. -- Build type RELWITHDEBINFO
  105. -- Boost version: 1.70.0
  106. -- Build date: 2000-01-01
  107. -- Building without AVX512 support
  108. -- Building for current host CPU:
  109. -- Doxygen not found, unable to generate API reference
  110. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  111. -- PCRE version 8.41 or above not found
  112. -- PCRE 8.41 or above not found
  113. -- Using replxx
  114. -- /Users/veronica/ClickHouse/utils: Have 1607 megabytes of memory. Limiting concurrent linkers jobs to 1 and compiler jobs to OFF
  115. -- /Users/veronica/ClickHouse/dbms: Have 1606 megabytes of memory. Limiting concurrent linkers jobs to 1 and compiler jobs to 1
  116. -- Will build ClickHouse 20.2.1.1 revision 54432
  117. -- Target check already exists
  118. -- Configuring done
  119. -- Generating done
  120. -- Build files have been written to: /Users/veronica/ClickHouse/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement