Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.80 KB | None | 0 0
  1. Mac148934:shogun zora$ rm -rf build
  2. Mac148934:shogun zora$ rm -rf /Users/zora/Github/shogun/third_party/
  3. Mac148934:shogun zora$ mkdir build
  4. Mac148934:shogun zora$ cd build
  5. Mac148934:build zora$ cmake -DENABLE_TESTING=on ..
  6. [output-1]
  7. Mac148934:build zora$ make -j2
  8. [output-2]
  9.  
  10. [output-1]
  11. -- The C compiler identification is AppleClang 7.0.2.7000181
  12. -- The CXX compiler identification is AppleClang 7.0.2.7000181
  13. -- Check for working C compiler: /usr/local/opt/ccache/libexec/cc
  14. -- Check for working C compiler: /usr/local/opt/ccache/libexec/cc -- works
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. -- Check for working CXX compiler: /usr/local/opt/ccache/libexec/c++
  20. -- Check for working CXX compiler: /usr/local/opt/ccache/libexec/c++ -- works
  21. -- Detecting CXX compiler ABI info
  22. -- Detecting CXX compiler ABI info - done
  23. -- Detecting CXX compile features
  24. -- Detecting CXX compile features - done
  25. -- Found CCache: /usr/local/bin/ccache
  26. -- Performing Test _HAS_CXX11_FLAG
  27. -- Performing Test _HAS_CXX11_FLAG - Success
  28. -- Checking C++11 support for "__func__"
  29. -- Checking C++11 support for "__func__": works
  30. -- Checking C++11 support for "atomic"
  31. -- Checking C++11 support for "atomic": works
  32. -- Checking C++11 support for "auto"
  33. -- Checking C++11 support for "auto": works
  34. -- Checking C++11 support for "auto_ret_type"
  35. -- Checking C++11 support for "auto_ret_type": works
  36. -- Checking C++11 support for "class_override_final"
  37. -- Checking C++11 support for "class_override_final": not supported
  38. -- Checking C++11 support for "constexpr"
  39. -- Checking C++11 support for "constexpr": works
  40. -- Checking C++11 support for "cstdint"
  41. -- Checking C++11 support for "cstdint": works
  42. -- Checking C++11 support for "decltype"
  43. -- Checking C++11 support for "decltype": works
  44. -- Checking C++11 support for "initializer_list"
  45. -- Checking C++11 support for "initializer_list": works
  46. -- Checking C++11 support for "lambda"
  47. -- Checking C++11 support for "lambda": works
  48. -- Checking C++11 support for "long_long"
  49. -- Checking C++11 support for "long_long": works
  50. -- Checking C++11 support for "nullptr"
  51. -- Checking C++11 support for "nullptr": works
  52. -- Checking C++11 support for "regex"
  53. -- Checking C++11 support for "regex": works
  54. -- Checking C++11 support for "rvalue-references"
  55. -- Checking C++11 support for "rvalue-references": works
  56. -- Checking C++11 support for "sizeof_member"
  57. -- Checking C++11 support for "sizeof_member": works
  58. -- Checking C++11 support for "static_assert"
  59. -- Checking C++11 support for "static_assert": works
  60. -- Checking C++11 support for "variadic_templates"
  61. -- Checking C++11 support for "variadic_templates": works
  62. -- Looking for C++ include unordered_map
  63. -- Looking for C++ include unordered_map - found
  64. -- Using system's malloc
  65. -- Looking for isfinite
  66. -- Looking for isfinite - not found
  67. -- Looking for isinf
  68. -- Looking for isinf - not found
  69. -- Looking for isnan
  70. -- Looking for isnan - not found
  71. -- Looking for signgam
  72. -- Looking for signgam - found
  73. -- Looking for fdopen
  74. -- Looking for fdopen - found
  75. -- Looking for log2
  76. -- Looking for log2 - found
  77. -- Looking for powl
  78. -- Looking for powl - found
  79. -- Looking for lgammal
  80. -- Looking for lgammal - found
  81. -- Looking for sqrtl
  82. -- Looking for sqrtl - found
  83. -- Looking for finite
  84. -- Looking for finite - found
  85. -- Looking for isfinite
  86. -- Looking for isfinite - not found
  87. -- Looking for isinf
  88. -- Looking for isinf - found
  89. -- Looking for isnan
  90. -- Looking for isnan - found
  91. -- Performing Test HAVE_STD_ISINF
  92. -- Performing Test HAVE_STD_ISINF - Success
  93. -- Performing Test HAVE_STD_ISFINITE
  94. -- Performing Test HAVE_STD_ISFINITE - Success
  95. -- Performing Test HAVE_STD_ISNAN
  96. -- Performing Test HAVE_STD_ISNAN - Success
  97. -- Looking for xmmintrin.h
  98. -- Looking for xmmintrin.h - found
  99. -- Looking for emmintrin.h
  100. -- Looking for emmintrin.h - found
  101. -- Looking for arc4random
  102. -- Looking for arc4random - found
  103. -- Found GDB: /usr/local/bin/gdb
  104. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
  105. -- Looking for pthread.h
  106. -- Looking for pthread.h - found
  107. -- Looking for pthread_create
  108. -- Looking for pthread_create - found
  109. -- Found Threads: TRUE
  110. -- Try OpenMP C flag = [-fopenmp=libomp]
  111. -- Performing Test OpenMP_FLAG_DETECTED
  112. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  113. -- Try OpenMP C flag = [ ]
  114. -- Performing Test OpenMP_FLAG_DETECTED
  115. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  116. -- Try OpenMP C flag = [-fopenmp]
  117. -- Performing Test OpenMP_FLAG_DETECTED
  118. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  119. -- Try OpenMP C flag = [/openmp]
  120. -- Performing Test OpenMP_FLAG_DETECTED
  121. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  122. -- Try OpenMP C flag = [-Qopenmp]
  123. -- Performing Test OpenMP_FLAG_DETECTED
  124. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  125. -- Try OpenMP C flag = [-openmp]
  126. -- Performing Test OpenMP_FLAG_DETECTED
  127. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  128. -- Try OpenMP C flag = [-xopenmp]
  129. -- Performing Test OpenMP_FLAG_DETECTED
  130. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  131. -- Try OpenMP C flag = [+Oopenmp]
  132. -- Performing Test OpenMP_FLAG_DETECTED
  133. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  134. -- Try OpenMP C flag = [-qsmp]
  135. -- Performing Test OpenMP_FLAG_DETECTED
  136. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  137. -- Try OpenMP C flag = [-mp]
  138. -- Performing Test OpenMP_FLAG_DETECTED
  139. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  140. -- Try OpenMP CXX flag = [-fopenmp=libomp]
  141. -- Performing Test OpenMP_FLAG_DETECTED
  142. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  143. -- Try OpenMP CXX flag = [ ]
  144. -- Performing Test OpenMP_FLAG_DETECTED
  145. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  146. -- Try OpenMP CXX flag = [-fopenmp]
  147. -- Performing Test OpenMP_FLAG_DETECTED
  148. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  149. -- Try OpenMP CXX flag = [/openmp]
  150. -- Performing Test OpenMP_FLAG_DETECTED
  151. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  152. -- Try OpenMP CXX flag = [-Qopenmp]
  153. -- Performing Test OpenMP_FLAG_DETECTED
  154. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  155. -- Try OpenMP CXX flag = [-openmp]
  156. -- Performing Test OpenMP_FLAG_DETECTED
  157. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  158. -- Try OpenMP CXX flag = [-xopenmp]
  159. -- Performing Test OpenMP_FLAG_DETECTED
  160. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  161. -- Try OpenMP CXX flag = [+Oopenmp]
  162. -- Performing Test OpenMP_FLAG_DETECTED
  163. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  164. -- Try OpenMP CXX flag = [-qsmp]
  165. -- Performing Test OpenMP_FLAG_DETECTED
  166. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  167. -- Try OpenMP CXX flag = [-mp]
  168. -- Performing Test OpenMP_FLAG_DETECTED
  169. -- Performing Test OpenMP_FLAG_DETECTED - Failed
  170. -- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
  171. -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.1")
  172. -- Looking for dgemm_
  173. -- Looking for dgemm_ - found
  174. -- A library with BLAS API found.
  175. -- Looking for cheev_
  176. -- Looking for cheev_ - found
  177. -- A library with LAPACK API found.
  178. -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND)
  179. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  180. -- Found Arpack : /usr/local/lib/libarpack.dylib
  181. -- Found Eigen3: /usr/include/eigen3 (found suitable version "3.2.8", minimum required is "3.1.2")
  182. -- Found OPENCL: /System/Library/Frameworks/OpenCL.framework
  183. -- Looking for viennacl::ocl::type_to_string<char>::apply
  184. -- Looking for viennacl::ocl::type_to_string<char>::apply - found
  185. -- Found ViennaCL: /usr/local/include (found suitable version "1.7.0", minimum required is "1.5.0")
  186. -- Checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
  187. -- Found NLOPT: /usr/local/lib/libnlopt.dylib
  188. -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
  189. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
  190. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  191. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) (Required is at least version "1.8.6")
  192. -- Found PythonInterp: /Library/Frameworks/Python.framework/Versions/2.7/bin/python (found version "2.7.11")
  193. -- Ctags flavour: Exuberant
  194. -- Found Ctags: /usr/local/bin/ctags (found version "exuberant ctags 5.8")
  195. -- Found Sphinx: /usr/local/bin/sphinx-build
  196. -- Checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
  197. -- Found LibXml2: /usr/lib/libxml2.dylib (found version "2.9.0")
  198. -- Found HDF5: /usr/local/Cellar/hdf5/1.8.16_1/lib/libhdf5.dylib;/usr/local/opt/szip/lib/libsz.dylib;/usr/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib (found version "1.8.16")
  199. -- Found CURL: /usr/lib/libcurl.dylib (found version "7.43.0")
  200. -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
  201. -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
  202. -- Looking for BZ2_bzCompressInit
  203. -- Looking for BZ2_bzCompressInit - found
  204. -- Looking for lzma_auto_decoder in /usr/lib/liblzma.dylib
  205. -- Looking for lzma_auto_decoder in /usr/lib/liblzma.dylib - found
  206. -- Looking for lzma_easy_encoder in /usr/lib/liblzma.dylib
  207. -- Looking for lzma_easy_encoder in /usr/lib/liblzma.dylib - found
  208. -- Looking for lzma_lzma_preset in /usr/lib/liblzma.dylib
  209. -- Looking for lzma_lzma_preset in /usr/lib/liblzma.dylib - found
  210. -- Could NOT find LibLZMA (missing: LIBLZMA_INCLUDE_DIR)
  211. -- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
  212. -- Lzo includes and libraries NOT found.
  213. -- Spinlock support found
  214. -- Could NOT find Protobuf (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
  215. -- Found Jinja2: 1
  216. -- ===================================================================================================================
  217. -- Summary of Configuration Variables
  218. --
  219. -- The following OPTIONAL packages have been found:
  220.  
  221. * CCache
  222. * GDB
  223. * BLAS
  224. * LAPACK
  225. * ARPACK
  226. * Eigen3 (required version >= 3.1.2)
  227. * ViennaCL (required version >= 1.5.0)
  228. * NLopt
  229. * Ctags
  230. * Sphinx
  231. * LibXml2
  232. * HDF5
  233. * CURL
  234. * ZLIB
  235. * BZip2
  236. * Spinlock
  237. * Threads
  238. * Jinja2
  239.  
  240. -- The following REQUIRED packages have been found:
  241.  
  242. * OpenCL
  243. * PythonInterp
  244. * PLY
  245.  
  246. -- The following OPTIONAL packages have not been found:
  247.  
  248. * Mosek
  249. * OpenMP
  250. * GLPK
  251. * CPLEX
  252. * LpSolve
  253. * ColPack
  254. * ARPREC
  255. * Doxygen (required version >= 1.8.6)
  256. * LibLZMA
  257. * SNAPPY
  258. * LZO
  259. * Protobuf
  260.  
  261. -- ===================================================================================================================
  262. -- Enabled Integration
  263. -- OpenCV Integration is OFF - enable with -DOpenCV=ON
  264. -- ===================================================================================================================
  265. -- Enabled Interfaces
  266. -- libshogun is ON
  267. -- python modular is OFF - enable with -DPythonModular=ON
  268. -- octave modular is OFF - enable with -DOctaveModular=ON
  269. -- java modular is OFF - enable with -DJavaModular=ON
  270. -- perl modular is OFF - enable with -DPerlModular=ON
  271. -- ruby modular is OFF - enable with -DRubyModular=ON
  272. -- csharp modular is OFF - enable with -DCSharpModular=ON
  273. -- R modular is OFF - enable with -DRModular=ON
  274. -- lua modular is OFF - enable with -DLuaModular=ON
  275. --
  276. -- Enabled legacy interfaces
  277. -- cmdline static is OFF - enable with -DCmdLineStatic=ON
  278. -- python static is OFF - enable with -DPythonStatic=ON
  279. -- octave static is OFF - enable with -DOctaveStatic=ON
  280. -- matlab static is OFF - enable with -DMatlabStatic=ON
  281. -- R static is OFF - enable with -DRStatic=ON
  282. -- ===================================================================================================================
  283. -- To compile shogun type
  284. -- make
  285. --
  286. -- To install shogun to /usr/local type
  287. -- make install
  288. --
  289. -- or to install to a custom directory
  290. -- make install DESTDIR=/my/special/path
  291. -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix
  292. -- ===================================================================================================================
  293. -- Configuring done
  294. CMake Warning (dev):
  295. Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake
  296. --help-policy CMP0042" for policy details. Use the cmake_policy command to
  297. set the policy and suppress this warning.
  298.  
  299. MACOSX_RPATH is not specified for the following targets:
  300.  
  301. shogun
  302.  
  303. This warning is for project developers. Use -Wno-dev to suppress it.
  304.  
  305. -- Generating done
  306. -- Build files have been written to: /Users/zora/Github/shogun/build
  307.  
  308.  
  309.  
  310.  
  311.  
  312. [output-2]
  313. Scanning dependencies of target version
  314. Scanning dependencies of target class_list
  315. [ 1%] Generating version header
  316. [ 1%] Built target class_list
  317. Scanning dependencies of target discover_gtest_tests
  318. [ 2%] Building CXX object tests/unit/CMakeFiles/discover_gtest_tests.dir/discover_gtest_tests.cpp.o
  319. [ 2%] Built target version
  320. Scanning dependencies of target GoogleMock
  321. [ 2%] Creating directories for 'GoogleMock'
  322. [ 2%] Linking CXX executable discover_gtest_tests
  323. [ 2%] Performing download step (download, verify and extract) for 'GoogleMock'
  324. -- downloading...
  325. src='http://googlemock.googlecode.com/files/gmock-1.7.0.zip'
  326. dst='/Users/zora/Github/shogun/third_party/GoogleMock/gmock-1.7.0.zip'
  327. timeout='10 seconds'
  328. ld: warning: directory not found for option '-L/Users/zora/Github/shogun/third_party/libs/gmock'
  329. [ 2%] Built target discover_gtest_tests
  330. Scanning dependencies of target ctags
  331. [ 2%] Generating tags
  332. -- [download 0% complete]
  333. -- [download 1% complete]
  334. -- [download 2% complete]
  335. -- [download 3% complete]
  336. -- [download 4% complete]
  337. -- [download 5% complete]
  338. -- [download 6% complete]
  339. -- [download 7% complete]
  340. -- [download 8% complete]
  341. -- [download 9% complete]
  342. -- [download 10% complete]
  343. -- [download 11% complete]
  344. -- [download 12% complete]
  345. -- [download 13% complete]
  346. -- [download 14% complete]
  347. -- [download 15% complete]
  348. -- [download 16% complete]
  349. -- [download 17% complete]
  350. -- [download 18% complete]
  351. -- [download 19% complete]
  352. -- [download 20% complete]
  353. -- [download 21% complete]
  354. -- [download 22% complete]
  355. -- [download 23% complete]
  356. -- [download 24% complete]
  357. -- [download 25% complete]
  358. -- [download 26% complete]
  359. -- [download 27% complete]
  360. -- [download 28% complete]
  361. -- [download 29% complete]
  362. -- [download 30% complete]
  363. -- [download 31% complete]
  364. -- [download 32% complete]
  365. -- [download 33% complete]
  366. -- [download 34% complete]
  367. -- [download 35% complete]
  368. -- [download 36% complete]
  369. -- [download 37% complete]
  370. -- [download 38% complete]
  371. -- [download 39% complete]
  372. -- [download 40% complete]
  373. -- [download 41% complete]
  374. -- [download 42% complete]
  375. -- [download 43% complete]
  376. -- [download 44% complete]
  377. -- [download 45% complete]
  378. -- [download 46% complete]
  379. -- [download 47% complete]
  380. -- [download 48% complete]
  381. -- [download 49% complete]
  382. -- [download 50% complete]
  383. -- [download 51% complete]
  384. -- [download 52% complete]
  385. -- [download 53% complete]
  386. -- [download 54% complete]
  387. -- [download 55% complete]
  388. -- [download 56% complete]
  389. -- [download 57% complete]
  390. -- [download 58% complete]
  391. -- [download 59% complete]
  392. -- [download 60% complete]
  393. -- [download 61% complete]
  394. -- [download 62% complete]
  395. -- [download 63% complete]
  396. -- [download 64% complete]
  397. -- [download 65% complete]
  398. -- [download 66% complete]
  399. -- [download 67% complete]
  400. -- [download 68% complete]
  401. -- [download 69% complete]
  402. -- [download 70% complete]
  403. -- [download 71% complete]
  404. -- [download 72% complete]
  405. -- [download 73% complete]
  406. -- [download 74% complete]
  407. -- [download 75% complete]
  408. -- [download 76% complete]
  409. -- [download 77% complete]
  410. -- [download 78% complete]
  411. -- [download 79% complete]
  412. -- [download 80% complete]
  413. -- [download 81% complete]
  414. -- [download 82% complete]
  415. -- [download 83% complete]
  416. -- [download 84% complete]
  417. -- [download 85% complete]
  418. -- [download 86% complete]
  419. -- [download 87% complete]
  420. -- [download 88% complete]
  421. -- [download 89% complete]
  422. -- [download 90% complete]
  423. -- [download 91% complete]
  424. -- [download 92% complete]
  425. -- [download 93% complete]
  426. -- [download 94% complete]
  427. -- [download 95% complete]
  428. -- [download 96% complete]
  429. -- [download 97% complete]
  430. -- [download 98% complete]
  431. -- [download 99% complete]
  432. -- [download 100% complete]
  433. -- downloading... done
  434. -- verifying file...
  435. file='/Users/zora/Github/shogun/third_party/GoogleMock/gmock-1.7.0.zip'
  436. -- verifying file... done
  437. -- extracting...
  438. src='/Users/zora/Github/shogun/third_party/GoogleMock/gmock-1.7.0.zip'
  439. dst='/Users/zora/Github/shogun/build/GoogleMock/src/GoogleMock'
  440. -- extracting... [tar xfz]
  441. -- extracting... [analysis]
  442. -- extracting... [rename]
  443. -- extracting... [clean up]
  444. -- extracting... done
  445. [ 2%] No patch step for 'GoogleMock'
  446. [ 2%] No update step for 'GoogleMock'
  447. [ 2%] Performing configure step for 'GoogleMock'
  448. -- The CXX compiler identification is AppleClang 7.0.2.7000181
  449. -- The C compiler identification is AppleClang 7.0.2.7000181
  450. -- Check for working CXX compiler: /usr/local/opt/ccache/libexec/c++
  451. -- Check for working CXX compiler: /usr/local/opt/ccache/libexec/c++ -- works
  452. -- Detecting CXX compiler ABI info
  453. -- Detecting CXX compiler ABI info - done
  454. -- Detecting CXX compile features
  455. -- Detecting CXX compile features - done
  456. -- Check for working C compiler: /usr/local/opt/ccache/libexec/cc
  457. -- Check for working C compiler: /usr/local/opt/ccache/libexec/cc -- works
  458. -- Detecting C compiler ABI info
  459. -- Detecting C compiler ABI info - done
  460. -- Detecting C compile features
  461. -- Detecting C compile features - done
  462. -- Found PythonInterp: /Library/Frameworks/Python.framework/Versions/2.7/bin/python (found version "2.7.11")
  463. -- Looking for pthread.h
  464. -- Looking for pthread.h - found
  465. -- Looking for pthread_create
  466. -- Looking for pthread_create - found
  467. -- Found Threads: TRUE
  468. -- Configuring done
  469. -- Generating done
  470. -- Build files have been written to: /Users/zora/Github/shogun/build/GoogleMock/src/GoogleMock-build
  471. [ 2%] Performing build step for 'GoogleMock'
  472. Scanning dependencies of target gmock_main
  473. [ 9%] Building CXX object CMakeFiles/gmock_main.dir/gtest/src/gtest-all.cc.o
  474. [ 18%] Building CXX object CMakeFiles/gmock_main.dir/src/gmock-all.cc.o
  475. [ 27%] Building CXX object CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
  476. [ 36%] Linking CXX static library /Users/zora/Github/shogun/third_party/libs/gmock/libgmock_main.a
  477. /usr/local/bin/ranlib: Cannot find plugin 'liblto_plugin.so'
  478. make[5]: *** [/Users/zora/Github/shogun/third_party/libs/gmock/libgmock_main.a] Error 1
  479. make[5]: *** Deleting file `/Users/zora/Github/shogun/third_party/libs/gmock/libgmock_main.a'
  480. make[4]: *** [CMakeFiles/gmock_main.dir/all] Error 2
  481. make[3]: *** [all] Error 2
  482. make[2]: *** [GoogleMock/src/GoogleMock-stamp/GoogleMock-build] Error 2
  483. make[1]: *** [tests/unit/CMakeFiles/GoogleMock.dir/all] Error 2
  484. make[1]: *** Waiting for unfinished jobs....
  485. [ 2%] Built target ctags
  486. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement