Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. -- The C compiler identification is AppleClang 10.0.1.10010046
  2. -- The CXX compiler identification is AppleClang 10.0.1.10010046
  3. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  4. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- 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: /Library/Developer/CommandLineTools/usr/bin/c++
  10. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- 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. -- Failed to find LLVM FileCheck
  16. -- Found Git: /usr/local/bin/git (found version "2.15.0")
  17. -- git Version: v1.4.0-6a5c379c
  18. -- Version: 1.4.0
  19. -- Performing Test HAVE_CXX_FLAG_STD_CXX11
  20. -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
  21. -- Performing Test HAVE_CXX_FLAG_WALL
  22. -- Performing Test HAVE_CXX_FLAG_WALL - Success
  23. -- Performing Test HAVE_CXX_FLAG_WEXTRA
  24. -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
  25. -- Performing Test HAVE_CXX_FLAG_WSHADOW
  26. -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
  27. -- Performing Test HAVE_CXX_FLAG_WERROR
  28. -- Performing Test HAVE_CXX_FLAG_WERROR - Success
  29. -- Performing Test HAVE_CXX_FLAG_PEDANTIC
  30. -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
  31. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
  32. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
  33. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
  34. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
  35. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
  36. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
  37. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
  38. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
  39. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
  40. -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
  41. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
  42. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
  43. -- Performing Test HAVE_CXX_FLAG_WD654
  44. -- Performing Test HAVE_CXX_FLAG_WD654 - Failed
  45. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
  46. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
  47. -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
  48. -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
  49. -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile
  50. -- Performing Test HAVE_CXX_FLAG_COVERAGE
  51. -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
  52. -- Performing Test HAVE_STD_REGEX
  53. -- Performing Test HAVE_STD_REGEX
  54. -- Performing Test HAVE_STD_REGEX -- success
  55. -- Performing Test HAVE_GNU_POSIX_REGEX
  56. -- Performing Test HAVE_GNU_POSIX_REGEX
  57. -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
  58. -- Performing Test HAVE_POSIX_REGEX
  59. -- Performing Test HAVE_POSIX_REGEX
  60. -- Performing Test HAVE_POSIX_REGEX -- success
  61. -- Performing Test HAVE_STEADY_CLOCK
  62. -- Performing Test HAVE_STEADY_CLOCK
  63. -- Performing Test HAVE_STEADY_CLOCK -- success
  64. -- Looking for pthread.h
  65. -- Looking for pthread.h - found
  66. -- Looking for pthread_create
  67. -- Looking for pthread_create - found
  68. -- Found Threads: TRUE
  69. -- Found PythonInterp: /usr/bin/python (found version "2.7.10")
  70. -- Performing Test BENCHMARK_HAS_O3_FLAG
  71. -- Performing Test BENCHMARK_HAS_O3_FLAG - Success
  72. -- Performing Test BENCHMARK_HAS_CXX03_FLAG
  73. -- Performing Test BENCHMARK_HAS_CXX03_FLAG - Success
  74. -- Performing Test BENCHMARK_HAS_WNO_ODR
  75. -- Performing Test BENCHMARK_HAS_WNO_ODR - Success
  76. -- Configuring done
  77. -- Generating done
  78. -- Build files have been written to: /usr/local/Cellar/benchmark/build
  79. Scanning dependencies of target benchmark
  80. [ 1%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark.cc.o
  81. [ 2%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
  82. [ 3%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
  83. [ 4%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
  84. [ 6%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
  85. [ 7%] Building CXX object src/CMakeFiles/benchmark.dir/colorprint.cc.o
  86. [ 8%] Building CXX object src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
  87. [ 9%] Building CXX object src/CMakeFiles/benchmark.dir/complexity.cc.o
  88. [ 10%] Building CXX object src/CMakeFiles/benchmark.dir/console_reporter.cc.o
  89. [ 12%] Building CXX object src/CMakeFiles/benchmark.dir/counter.cc.o
  90. [ 13%] Building CXX object src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
  91. [ 14%] Building CXX object src/CMakeFiles/benchmark.dir/json_reporter.cc.o
  92. [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/reporter.cc.o
  93. [ 16%] Building CXX object src/CMakeFiles/benchmark.dir/sleep.cc.o
  94. [ 18%] Building CXX object src/CMakeFiles/benchmark.dir/statistics.cc.o
  95. [ 19%] Building CXX object src/CMakeFiles/benchmark.dir/string_util.cc.o
  96. [ 20%] Building CXX object src/CMakeFiles/benchmark.dir/sysinfo.cc.o
  97. [ 21%] Building CXX object src/CMakeFiles/benchmark.dir/timers.cc.o
  98. [ 22%] Linking CXX static library libbenchmark.a
  99. [ 22%] Built target benchmark
  100. Scanning dependencies of target benchmark_main
  101. [ 24%] Building CXX object src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
  102. [ 25%] Linking CXX static library libbenchmark_main.a
  103. [ 25%] Built target benchmark_main
  104. Scanning dependencies of target gtest
  105. [ 26%] Building CXX object googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
  106. [ 27%] Linking CXX static library ../../lib/libgtest.a
  107. [ 27%] Built target gtest
  108. Scanning dependencies of target gmock
  109. [ 28%] Building CXX object googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
  110. [ 30%] Linking CXX static library ../../lib/libgmock.a
  111. [ 30%] Built target gmock
  112. Scanning dependencies of target gmock_main
  113. [ 31%] Building CXX object googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
  114. [ 32%] Linking CXX static library ../../lib/libgmock_main.a
  115. [ 32%] Built target gmock_main
  116. Scanning dependencies of target gtest_main
  117. [ 33%] Building CXX object googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
  118. [ 34%] Linking CXX static library ../../lib/libgtest_main.a
  119. [ 34%] Built target gtest_main
  120. Scanning dependencies of target benchmark_gtest
  121. [ 36%] Building CXX object test/CMakeFiles/benchmark_gtest.dir/benchmark_gtest.cc.o
  122. [ 37%] Linking CXX executable benchmark_gtest
  123. [ 37%] Built target benchmark_gtest
  124. Scanning dependencies of target output_test_helper
  125. [ 38%] Building CXX object test/CMakeFiles/output_test_helper.dir/output_test_helper.cc.o
  126. [ 39%] Linking CXX static library liboutput_test_helper.a
  127. [ 39%] Built target output_test_helper
  128. Scanning dependencies of target complexity_test
  129. [ 40%] Building CXX object test/CMakeFiles/complexity_test.dir/complexity_test.cc.o
  130. [ 42%] Linking CXX executable complexity_test
  131. [ 42%] Built target complexity_test
  132. Scanning dependencies of target cxx03_test
  133. [ 43%] Building CXX object test/CMakeFiles/cxx03_test.dir/cxx03_test.cc.o
  134. [ 44%] Linking CXX executable cxx03_test
  135. [ 44%] Built target cxx03_test
  136. Scanning dependencies of target filter_test
  137. [ 45%] Building CXX object test/CMakeFiles/filter_test.dir/filter_test.cc.o
  138. [ 46%] Linking CXX executable filter_test
  139. [ 46%] Built target filter_test
  140. Scanning dependencies of target user_counters_test
  141. [ 48%] Building CXX object test/CMakeFiles/user_counters_test.dir/user_counters_test.cc.o
  142. [ 49%] Linking CXX executable user_counters_test
  143. [ 49%] Built target user_counters_test
  144. Scanning dependencies of target statistics_gtest
  145. [ 50%] Building CXX object test/CMakeFiles/statistics_gtest.dir/statistics_gtest.cc.o
  146. [ 51%] Linking CXX executable statistics_gtest
  147. [ 51%] Built target statistics_gtest
  148. Scanning dependencies of target display_aggregates_only_test
  149. [ 53%] Building CXX object test/CMakeFiles/display_aggregates_only_test.dir/display_aggregates_only_test.cc.o
  150. [ 54%] Linking CXX executable display_aggregates_only_test
  151. [ 54%] Built target display_aggregates_only_test
  152. Scanning dependencies of target reporter_output_test
  153. [ 55%] Building CXX object test/CMakeFiles/reporter_output_test.dir/reporter_output_test.cc.o
  154. [ 56%] Linking CXX executable reporter_output_test
  155. [ 56%] Built target reporter_output_test
  156. Scanning dependencies of target link_main_test
  157. [ 57%] Building CXX object test/CMakeFiles/link_main_test.dir/link_main_test.cc.o
  158. [ 59%] Linking CXX executable link_main_test
  159. [ 59%] Built target link_main_test
  160. Scanning dependencies of target options_test
  161. [ 60%] Building CXX object test/CMakeFiles/options_test.dir/options_test.cc.o
  162. [ 61%] Linking CXX executable options_test
  163. [ 61%] Built target options_test
  164. Scanning dependencies of target map_test
  165. [ 62%] Building CXX object test/CMakeFiles/map_test.dir/map_test.cc.o
  166. [ 63%] Linking CXX executable map_test
  167. [ 63%] Built target map_test
  168. Scanning dependencies of target memory_manager_test
  169. [ 65%] Building CXX object test/CMakeFiles/memory_manager_test.dir/memory_manager_test.cc.o
  170. [ 66%] Linking CXX executable memory_manager_test
  171. [ 66%] Built target memory_manager_test
  172. Scanning dependencies of target report_aggregates_only_test
  173. [ 67%] Building CXX object test/CMakeFiles/report_aggregates_only_test.dir/report_aggregates_only_test.cc.o
  174. [ 68%] Linking CXX executable report_aggregates_only_test
  175. [ 68%] Built target report_aggregates_only_test
  176. Scanning dependencies of target benchmark_name_gtest
  177. [ 69%] Building CXX object test/CMakeFiles/benchmark_name_gtest.dir/benchmark_name_gtest.cc.o
  178. [ 71%] Linking CXX executable benchmark_name_gtest
  179. [ 71%] Built target benchmark_name_gtest
  180. Scanning dependencies of target register_benchmark_test
  181. [ 72%] Building CXX object test/CMakeFiles/register_benchmark_test.dir/register_benchmark_test.cc.o
  182. [ 73%] Linking CXX executable register_benchmark_test
  183. [ 73%] Built target register_benchmark_test
  184. Scanning dependencies of target multiple_ranges_test
  185. [ 74%] Building CXX object test/CMakeFiles/multiple_ranges_test.dir/multiple_ranges_test.cc.o
  186. [ 75%] Linking CXX executable multiple_ranges_test
  187. [ 75%] Built target multiple_ranges_test
  188. Scanning dependencies of target fixture_test
  189. [ 77%] Building CXX object test/CMakeFiles/fixture_test.dir/fixture_test.cc.o
  190. [ 78%] Linking CXX executable fixture_test
  191. [ 78%] Built target fixture_test
  192. Scanning dependencies of target donotoptimize_test
  193. [ 79%] Building CXX object test/CMakeFiles/donotoptimize_test.dir/donotoptimize_test.cc.o
  194. [ 80%] Linking CXX executable donotoptimize_test
  195. [ 80%] Built target donotoptimize_test
  196. Scanning dependencies of target templated_fixture_test
  197. [ 81%] Building CXX object test/CMakeFiles/templated_fixture_test.dir/templated_fixture_test.cc.o
  198. [ 83%] Linking CXX executable templated_fixture_test
  199. [ 83%] Built target templated_fixture_test
  200. Scanning dependencies of target string_util_gtest
  201. [ 84%] Building CXX object test/CMakeFiles/string_util_gtest.dir/string_util_gtest.cc.o
  202. [ 85%] Linking CXX executable string_util_gtest
  203. [ 85%] Built target string_util_gtest
  204. Scanning dependencies of target skip_with_error_test
  205. [ 86%] Building CXX object test/CMakeFiles/skip_with_error_test.dir/skip_with_error_test.cc.o
  206. [ 87%] Linking CXX executable skip_with_error_test
  207. [ 87%] Built target skip_with_error_test
  208. Scanning dependencies of target basic_test
  209. [ 89%] Building CXX object test/CMakeFiles/basic_test.dir/basic_test.cc.o
  210. [ 90%] Linking CXX executable basic_test
  211. [ 90%] Built target basic_test
  212. Scanning dependencies of target benchmark_test
  213. [ 91%] Building CXX object test/CMakeFiles/benchmark_test.dir/benchmark_test.cc.o
  214. [ 92%] Linking CXX executable benchmark_test
  215. [ 92%] Built target benchmark_test
  216. Scanning dependencies of target user_counters_tabular_test
  217. [ 93%] Building CXX object test/CMakeFiles/user_counters_tabular_test.dir/user_counters_tabular_test.cc.o
  218. [ 95%] Linking CXX executable user_counters_tabular_test
  219. [ 95%] Built target user_counters_tabular_test
  220. Scanning dependencies of target diagnostics_test
  221. [ 96%] Building CXX object test/CMakeFiles/diagnostics_test.dir/diagnostics_test.cc.o
  222. [ 97%] Linking CXX executable diagnostics_test
  223. [ 97%] Built target diagnostics_test
  224. Scanning dependencies of target user_counters_thousands_test
  225. [ 98%] Building CXX object test/CMakeFiles/user_counters_thousands_test.dir/user_counters_thousands_test.cc.o
  226. [100%] Linking CXX executable user_counters_thousands_test
  227. [100%] Built target user_counters_thousands_test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement