Guest User

Untitled

a guest
Oct 17th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.53 KB | None | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:72 (cmake_policy):
  2. The OLD behavior for policy CMP0020 will be removed from a future version
  3. of CMake.
  4.  
  5. The cmake-policies(7) manual explains that the OLD behaviors of all
  6. policies are deprecated and that a policy should be set to OLD only under
  7. specific short-term circumstances. Projects should be ported to the NEW
  8. behavior and not rely on setting a policy to OLD.
  9.  
  10.  
  11. CMake Deprecation Warning at CMakeLists.txt:76 (cmake_policy):
  12. The OLD behavior for policy CMP0022 will be removed from a future version
  13. of CMake.
  14.  
  15. The cmake-policies(7) manual explains that the OLD behaviors of all
  16. policies are deprecated and that a policy should be set to OLD only under
  17. specific short-term circumstances. Projects should be ported to the NEW
  18. behavior and not rely on setting a policy to OLD.
  19.  
  20.  
  21. CMake Deprecation Warning at CMakeLists.txt:81 (cmake_policy):
  22. The OLD behavior for policy CMP0026 will be removed from a future version
  23. of CMake.
  24.  
  25. The cmake-policies(7) manual explains that the OLD behaviors of all
  26. policies are deprecated and that a policy should be set to OLD only under
  27. specific short-term circumstances. Projects should be ported to the NEW
  28. behavior and not rely on setting a policy to OLD.
  29.  
  30.  
  31. -- The CXX compiler identification is GNU 8.2.1
  32. -- The C compiler identification is GNU 8.2.1
  33. -- Check for working CXX compiler: /usr/bin/c++
  34. -- Check for working CXX compiler: /usr/bin/c++ -- works
  35. -- Detecting CXX compiler ABI info
  36. -- Detecting CXX compiler ABI info - done
  37. -- Detecting CXX compile features
  38. -- Detecting CXX compile features - done
  39. -- Check for working C compiler: /usr/bin/cc
  40. -- Check for working C compiler: /usr/bin/cc -- works
  41. -- Detecting C compiler ABI info
  42. -- Detecting C compiler ABI info - done
  43. -- Detecting C compile features
  44. -- Detecting C compile features - done
  45. -- Detected version of GNU GCC: 82 (802)
  46. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  47. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  48. -- Performing Test HAVE_C_FSIGNED_CHAR
  49. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  50. -- Performing Test HAVE_CXX_W
  51. -- Performing Test HAVE_CXX_W - Success
  52. -- Performing Test HAVE_C_W
  53. -- Performing Test HAVE_C_W - Success
  54. -- Performing Test HAVE_CXX_WALL
  55. -- Performing Test HAVE_CXX_WALL - Success
  56. -- Performing Test HAVE_C_WALL
  57. -- Performing Test HAVE_C_WALL - Success
  58. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  59. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  60. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  61. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  62. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  63. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  64. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  65. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  66. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  67. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  68. -- Performing Test HAVE_C_WERROR_ADDRESS
  69. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  70. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  71. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  72. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  73. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  74. -- Performing Test HAVE_CXX_WFORMAT
  75. -- Performing Test HAVE_CXX_WFORMAT - Success
  76. -- Performing Test HAVE_C_WFORMAT
  77. -- Performing Test HAVE_C_WFORMAT - Success
  78. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  79. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  80. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  81. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  82. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  83. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  84. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  85. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  86. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  87. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  88. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  89. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  90. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  91. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  92. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  93. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  94. -- Performing Test HAVE_CXX_WUNDEF
  95. -- Performing Test HAVE_CXX_WUNDEF - Success
  96. -- Performing Test HAVE_C_WUNDEF
  97. -- Performing Test HAVE_C_WUNDEF - Success
  98. -- Performing Test HAVE_CXX_WINIT_SELF
  99. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  100. -- Performing Test HAVE_C_WINIT_SELF
  101. -- Performing Test HAVE_C_WINIT_SELF - Success
  102. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  103. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  104. -- Performing Test HAVE_C_WPOINTER_ARITH
  105. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  106. -- Performing Test HAVE_CXX_WSHADOW
  107. -- Performing Test HAVE_CXX_WSHADOW - Success
  108. -- Performing Test HAVE_C_WSHADOW
  109. -- Performing Test HAVE_C_WSHADOW - Success
  110. -- Performing Test HAVE_CXX_WSIGN_PROMO
  111. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  112. -- Performing Test HAVE_C_WSIGN_PROMO
  113. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  114. -- Performing Test HAVE_CXX_WNO_NARROWING
  115. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  116. -- Performing Test HAVE_C_WNO_NARROWING
  117. -- Performing Test HAVE_C_WNO_NARROWING - Success
  118. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  119. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  120. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  121. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  122. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  123. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  124. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  125. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  126. -- Performing Test HAVE_CXX_WNO_COMMENT
  127. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  128. -- Performing Test HAVE_C_WNO_COMMENT
  129. -- Performing Test HAVE_C_WNO_COMMENT - Success
  130. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  131. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  132. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  133. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  134. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  135. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  136. -- Performing Test HAVE_C_WNO_LONG_LONG
  137. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  138. -- Performing Test HAVE_CXX_PTHREAD
  139. -- Performing Test HAVE_CXX_PTHREAD - Success
  140. -- Performing Test HAVE_C_PTHREAD
  141. -- Performing Test HAVE_C_PTHREAD - Success
  142. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  143. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  144. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  145. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  146. -- Performing Test HAVE_CXX_MSSE
  147. -- Performing Test HAVE_CXX_MSSE - Success
  148. -- Performing Test HAVE_C_MSSE
  149. -- Performing Test HAVE_C_MSSE - Success
  150. -- Performing Test HAVE_CXX_MSSE2
  151. -- Performing Test HAVE_CXX_MSSE2 - Success
  152. -- Performing Test HAVE_C_MSSE2
  153. -- Performing Test HAVE_C_MSSE2 - Success
  154. -- Performing Test HAVE_CXX_MNO_AVX
  155. -- Performing Test HAVE_CXX_MNO_AVX - Success
  156. -- Performing Test HAVE_C_MNO_AVX
  157. -- Performing Test HAVE_C_MNO_AVX - Success
  158. -- Performing Test HAVE_CXX_MSSE3
  159. -- Performing Test HAVE_CXX_MSSE3 - Success
  160. -- Performing Test HAVE_C_MSSE3
  161. -- Performing Test HAVE_C_MSSE3 - Success
  162. -- Performing Test HAVE_CXX_MNO_SSSE3
  163. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  164. -- Performing Test HAVE_C_MNO_SSSE3
  165. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  166. -- Performing Test HAVE_CXX_MNO_SSE4_1
  167. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  168. -- Performing Test HAVE_C_MNO_SSE4_1
  169. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  170. -- Performing Test HAVE_CXX_MNO_SSE4_2
  171. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  172. -- Performing Test HAVE_C_MNO_SSE4_2
  173. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  174. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  175. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  176. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  177. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  178. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  179. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  180. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  181. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  182. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  183. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  184. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  185. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  186. -- FP16: Feature disabled
  187. -- Looking for pthread.h
  188. -- Looking for pthread.h - found
  189. -- Check if the system is big endian
  190. -- Searching 16 bit integer
  191. -- Looking for sys/types.h
  192. -- Looking for sys/types.h - found
  193. -- Looking for stdint.h
  194. -- Looking for stdint.h - found
  195. -- Looking for stddef.h
  196. -- Looking for stddef.h - found
  197. -- Check size of unsigned short
  198. -- Check size of unsigned short - done
  199. -- Using unsigned short
  200. -- Check if the system is big endian - little endian
  201. -- Found ZLIB: /lib64/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
  202. -- Found TIFF: /lib64/libtiff.so (found version "4.0.9")
  203. -- Found JPEG: /lib64/libjpeg.so (found version "80")
  204. -- Found WebP: /lib64/libwebp.so
  205. -- Found Jasper: /lib64/libjasper.so (found version "2.0.14")
  206. -- Found ZLIB: /lib64/libz.so (found version "1.2.11")
  207. -- Found PNG: /lib64/libpng.so (found version "1.6.35")
  208. -- Looking for /usr/include/libpng/png.h
  209. -- Looking for /usr/include/libpng/png.h - not found
  210. -- Found OpenEXR: /lib64/libIlmImf.so
  211. -- Checking for module 'gtk+-3.0'
  212. -- Found gtk+-3.0, version 3.24.1
  213. -- Checking for module 'gthread-2.0'
  214. -- Found gthread-2.0, version 2.58.1
  215. -- Checking for module 'libdc1394-2'
  216. -- Found libdc1394-2, version 2.2.5
  217. -- Checking for module 'libxine'
  218. -- Found libxine, version 1.2.9
  219. -- Looking for linux/videodev.h
  220. -- Looking for linux/videodev.h - not found
  221. -- Looking for linux/videodev2.h
  222. -- Looking for linux/videodev2.h - found
  223. -- Looking for sys/videoio.h
  224. -- Looking for sys/videoio.h - not found
  225. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  226. -- Found libavcodec, version 58.18.100
  227. -- Found libavformat, version 58.12.100
  228. -- Found libavutil, version 56.14.100
  229. -- Found libswscale, version 5.1.100
  230. -- Checking for module 'libavresample'
  231. -- Package 'libavresample', required by 'virtual:world', not found
  232. -- Checking for module 'libgphoto2'
  233. -- Found libgphoto2, version 2.5.19
  234. -- Found TBB: /lib64/libtbb.so
  235. -- ICV: Removing previous unpacked package: /home/philo/build/opencv/src/opencv-3.2.0/3rdparty/ippicv
  236. -- ICV: Downloading ippicv_linux_20151201.tgz...
  237. CMake Warning (dev) at cmake/OpenCVUtils.cmake:67 (message):
  238. Assertion failed: NOT EXISTS
  239. /home/philo/build/opencv/src/opencv-3.2.0/3rdparty/ippicv
  240. Call Stack (most recent call first):
  241. 3rdparty/ippicv/downloader.cmake:89 (ocv_assert)
  242. 3rdparty/ippicv/downloader.cmake:110 (_icv_downloader)
  243. cmake/OpenCVFindIPP.cmake:243 (include)
  244. cmake/OpenCVFindLibsPerf.cmake:37 (include)
  245. CMakeLists.txt:558 (include)
  246. This warning is for project developers. Use -Wno-dev to suppress it.
  247.  
  248. -- ICV: Unpacking ippicv_linux_20151201.tgz to /home/philo/build/opencv/src/opencv-3.2.0/3rdparty/ippicv...
  249. -- ICV: Package successfully downloaded
  250. -- found IPP (ICV version): 9.0.1 [9.0.1]
  251. -- at: /home/philo/build/opencv/src/opencv-3.2.0/3rdparty/ippicv/ippicv_lnx
  252. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  253. -- Could NOT find Atlas (missing: Atlas_BLAS_LIBRARY)
  254. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components: doxygen dot
  255. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.15", minimum required is "2.7")
  256. -- Found PythonLibs: /lib64/libpython2.7.so (found suitable exact version "2.7.15")
  257. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7", minimum required is "3.4")
  258. -- Found PythonLibs: /lib64/libpython3.7m.so (found suitable exact version "3.7.0")
  259. -- Found JNI: /usr/lib/jvm/default/jre/lib/amd64/libjawt.so
  260. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  261. -- Successfully loaded VTK-m component Base
  262. -- Successfully loaded VTK-m component Base
  263. -- Found VTK ver. 8.1.1 (usefile: /usr/lib/cmake/vtk-8.1/UseVTK.cmake)
  264. -- Performing Test HAVE_CXX_WNO_UNDEF
  265. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  266. -- Performing Test HAVE_CXX_WNO_SHADOW
  267. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  268. -- Caffe: NO
  269. -- Protobuf: NO
  270. -- Glog: NO
  271. -- Checking for one of the modules 'freetype2'
  272. -- Checking for one of the modules 'harfbuzz'
  273. -- freetype2: YES
  274. -- harfbuzz: YES
  275. -- HDF5: Using hdf5 compiler wrapper to determine C configuration
  276. -- Found HDF5: /lib64/libhdf5.so;/lib64/libsz.so;/lib64/libz.so;/lib64/libdl.so;/lib64/libm.so (found version "1.10.3")
  277. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  278. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  279. -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
  280. -- HDF5: Using hdf5 compiler wrapper to determine C configuration
  281. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  282. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  283. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  284. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  285. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  286. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  287. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  288. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  289. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  290. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  291. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  292. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  293. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  294. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  295. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  296. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  297. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  298. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  299. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  300. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  301. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  302. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  303. -- Performing Test HAVE_CXX_WNO_EXTRA
  304. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  305. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  306. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  307. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  308. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Success
  309. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  310. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  311. -- Downloading v3.1.0/protobuf-cpp-3.1.0.tar.gz...
  312. -- Downloading v3.1.0/protobuf-cpp-3.1.0.tar.gz... Done
  313. -- libprotobuf: Unpacking v3.1.0/protobuf-cpp-3.1.0.tar.gz to /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources...
  314. -- Looking for include file pthread.h
  315. -- Looking for include file pthread.h - found
  316. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  317. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  318. -- freetype2: YES
  319. -- harfbuzz: YES
  320. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  321. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  322. -- Checking for modules 'tesseract;lept'
  323. -- Package 'tesseract', required by 'virtual:world', not found
  324. -- Package 'lept', required by 'virtual:world', not found
  325. -- Tesseract: NO
  326. -- Check contents of vgg_generated_48.i ...
  327. -- Downloading vgg_generated_48.i...
  328. -- Downloading vgg_generated_48.i... Done
  329. -- Check contents of vgg_generated_64.i ...
  330. -- Downloading vgg_generated_64.i...
  331. -- Downloading vgg_generated_64.i... Done
  332. -- Check contents of vgg_generated_80.i ...
  333. -- Downloading vgg_generated_80.i...
  334. -- Downloading vgg_generated_80.i... Done
  335. -- Check contents of vgg_generated_120.i ...
  336. -- Downloading vgg_generated_120.i...
  337. -- Downloading vgg_generated_120.i... Done
  338. -- Check contents of boostdesc_bgm.i ...
  339. -- Downloading boostdesc_bgm.i...
  340. -- Downloading boostdesc_bgm.i... Done
  341. -- Check contents of boostdesc_bgm_bi.i ...
  342. -- Downloading boostdesc_bgm_bi.i...
  343. -- Downloading boostdesc_bgm_bi.i... Done
  344. -- Check contents of boostdesc_bgm_hd.i ...
  345. -- Downloading boostdesc_bgm_hd.i...
  346. -- Downloading boostdesc_bgm_hd.i... Done
  347. -- Check contents of boostdesc_binboost_064.i ...
  348. -- Downloading boostdesc_binboost_064.i...
  349. -- Downloading boostdesc_binboost_064.i... Done
  350. -- Check contents of boostdesc_binboost_128.i ...
  351. -- Downloading boostdesc_binboost_128.i...
  352. -- Downloading boostdesc_binboost_128.i... Done
  353. -- Check contents of boostdesc_binboost_256.i ...
  354. -- Downloading boostdesc_binboost_256.i...
  355. -- Downloading boostdesc_binboost_256.i... Done
  356. -- Check contents of boostdesc_lbgm.i ...
  357. -- Downloading boostdesc_lbgm.i...
  358. -- Downloading boostdesc_lbgm.i... Done
  359. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  360. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  361. -c:1: DeprecationWarning: SO is deprecated, use EXT_SUFFIX
  362. --
  363. -- General configuration for OpenCV 3.2.0 =====================================
  364. -- Version control: unknown
  365. --
  366. -- Extra modules:
  367. -- Location (extra): /home/philo/build/opencv/src/opencv_contrib-3.2.0/modules
  368. -- Version control (extra): unknown
  369. --
  370. -- Platform:
  371. -- Timestamp: 2018-10-17T06:05:01Z
  372. -- Host: Linux 4.18.13.a-1-hardened x86_64
  373. -- CMake: 3.12.3
  374. -- CMake generator: Unix Makefiles
  375. -- CMake build tool: /usr/bin/make
  376. -- Configuration: Release
  377. --
  378. -- C/C++:
  379. -- Built as dynamic libs?: YES
  380. -- C++ Compiler: /usr/bin/c++ (ver 8.2.1)
  381. -- C++ flags (Release): -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  382. -- C++ flags (Debug): -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  383. -- C Compiler: /usr/bin/cc
  384. -- C flags (Release): -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  385. -- C flags (Debug): -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  386. -- Linker flags (Release): -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  387. -- Linker flags (Debug): -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  388. -- ccache: NO
  389. -- Precompiled headers: YES
  390. -- Extra dependencies: /lib64/libwebp.so /lib64/libpng.so /lib64/libtiff.so /lib64/libjasper.so /lib64/libjpeg.so /lib64/libImath.so /lib64/libIlmImf.so /lib64/libIex.so /lib64/libHalf.so /lib64/libIlmThread.so gtk-3 gdk-3 pangocairo-1.0 pango-1.0 atk-1.0 cairo-gobject cairo gdk_pixbuf-2.0 gio-2.0 gobject-2.0 glib-2.0 gthread-2.0 dc1394 xine avcodec avformat avutil swscale gphoto2 gphoto2_port /lib64/libhdf5.so /lib64/libsz.so /lib64/libz.so /lib64/libdl.so /lib64/libm.so vtkRenderingOpenGL2 vtkCommonCore vtksys vtkCommonDataModel vtkCommonMath vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkCommonExecutionModel vtkRenderingCore vtkCommonColor vtkCommonComputationalGeometry vtkFiltersCore vtkFiltersGeneral vtkFiltersGeometry vtkFiltersSources /usr/lib/libGLEW.so vtkInteractionStyle vtkFiltersExtraction vtkFiltersStatistics vtkImagingFourier vtkImagingCore vtkalglib vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOCore /usr/lib/liblz4.so /usr/lib/libz.so vtkFiltersTexture vtkRenderingFreeType /usr/lib/libfreetype.so vtkIOExport vtkIOImage vtkDICOMParser vtkmetaio /usr/lib/libjpeg.so /usr/lib/libpng.so /usr/lib/libtiff.so vtkRenderingContext2D vtkRenderingGL2PSOpenGL2 vtkgl2ps vtklibharu vtkIOGeometry vtkIOLegacy dl m pthread rt tbb
  391. -- 3rdparty dependencies: libprotobuf
  392. --
  393. -- OpenCV modules:
  394. -- To be built: core flann hdf imgproc ml photo reg surface_matching video viz dnn freetype fuzzy imgcodecs shape videoio highgui objdetect plot superres xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib datasets rgbd stereo tracking videostab xfeatures2d ximgproc aruco optflow phase_unwrapping stitching structured_light python2 python3
  395. -- Disabled: world contrib_world
  396. -- Disabled by dependency: -
  397. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java ts cnn_3dobj cvv matlab sfm
  398. --
  399. -- GUI:
  400. -- QT: NO
  401. -- GTK+ 3.x: YES (ver 3.24.1)
  402. -- GThread : YES (ver 2.58.1)
  403. -- GtkGlExt: NO
  404. -- OpenGL support: NO
  405. -- VTK support: YES (ver 8.1.1)
  406. --
  407. -- Media I/O:
  408. -- ZLib: /lib64/libz.so (ver 1.2.11)
  409. -- JPEG: /lib64/libjpeg.so (ver )
  410. -- WEBP: /lib64/libwebp.so (ver encoder: 0x020e)
  411. -- PNG: /lib64/libpng.so (ver 1.6.35)
  412. -- TIFF: /lib64/libtiff.so (ver 42 - 4.0.9)
  413. -- JPEG 2000: /lib64/libjasper.so (ver 2.0.14)
  414. -- OpenEXR: /lib64/libImath.so /lib64/libIlmImf.so /lib64/libIex.so /lib64/libHalf.so /lib64/libIlmThread.so (ver 2.3.0)
  415. -- GDAL: NO
  416. -- GDCM: NO
  417. --
  418. -- Video I/O:
  419. -- DC1394 1.x: NO
  420. -- DC1394 2.x: YES (ver 2.2.5)
  421. -- FFMPEG: YES
  422. -- avcodec: YES (ver 58.18.100)
  423. -- avformat: YES (ver 58.12.100)
  424. -- avutil: YES (ver 56.14.100)
  425. -- swscale: YES (ver 5.1.100)
  426. -- avresample: NO
  427. -- GStreamer: NO
  428. -- OpenNI: NO
  429. -- OpenNI PrimeSensor Modules: NO
  430. -- OpenNI2: NO
  431. -- PvAPI: NO
  432. -- GigEVisionSDK: NO
  433. -- Aravis SDK: NO
  434. -- UniCap: NO
  435. -- UniCap ucil: NO
  436. -- V4L/V4L2: NO/YES
  437. -- XIMEA: NO
  438. -- Xine: YES (ver 1.2.9)
  439. -- gPhoto2: YES
  440. --
  441. -- Parallel framework: TBB (ver 2019.0 interface 11000)
  442. --
  443. -- Other third-party libraries:
  444. -- Use IPP: 9.0.1 [9.0.1]
  445. -- at: /home/philo/build/opencv/src/opencv-3.2.0/3rdparty/ippicv/ippicv_lnx
  446. -- Use IPP Async: NO
  447. -- Use VA: NO
  448. -- Use Intel VA-API/OpenCL: NO
  449. -- Use Lapack: NO
  450. -- Use Eigen: YES (ver 3.3.5)
  451. -- Use Cuda: NO
  452. -- Use OpenCL: YES
  453. -- Use OpenVX: NO
  454. -- Use custom HAL: NO
  455. --
  456. -- OpenCL: <Dynamic loading of OpenCL library>
  457. -- Include path: /home/philo/build/opencv/src/opencv-3.2.0/3rdparty/include/opencl/1.2
  458. -- Use AMDFFT: NO
  459. -- Use AMDBLAS: NO
  460. --
  461. -- Python 2:
  462. -- Interpreter: /usr/bin/python2.7 (ver 2.7.15)
  463. -- Libraries: /lib64/libpython2.7.so (ver 2.7.15)
  464. -- numpy: /usr/lib/python2.7/site-packages/numpy/core/include (ver 1.15.2)
  465. -- packages path: lib/python2.7/site-packages
  466. --
  467. -- Python 3:
  468. -- Interpreter: /usr/bin/python3 (ver 3.7)
  469. -- Libraries: /lib64/libpython3.7m.so (ver 3.7.0)
  470. -- numpy: /usr/lib/python3.7/site-packages/numpy/core/include (ver 1.15.2)
  471. -- packages path: lib/python3.7/site-packages
  472. --
  473. -- Python (for build): /usr/bin/python2.7
  474. --
  475. -- Java:
  476. -- ant: NO
  477. -- JNI: /usr/lib/jvm/default/include /usr/lib/jvm/default/include/linux /usr/lib/jvm/default/include
  478. -- Java wrappers: NO
  479. -- Java tests: NO
  480. --
  481. -- Matlab: Matlab not found or implicitly disabled
  482. --
  483. -- Documentation:
  484. -- Doxygen: /usr/bin/doxygen (ver 1.8.14)
  485. --
  486. -- Tests and samples:
  487. -- Tests: NO
  488. -- Performance tests: NO
  489. -- C/C++ Examples: YES
  490. --
  491. -- Install path: /usr
  492. --
  493. -- cvconfig.h is in: /home/philo/build/opencv/src/opencv-3.2.0
  494. -- -----------------------------------------------------------------
  495. --
  496. CMake Warning at CMakeLists.txt:1356 (message):
  497. The source directory is the same as binary directory. "make clean" may
  498. damage the source tree
  499.  
  500.  
  501. -- Configuring done
  502. -- Generating done
  503. -- Build files have been written to: /home/philo/build/opencv/src/opencv-3.2.0
  504. Scanning dependencies of target opencv_hdf_pch_dephelp
  505. Scanning dependencies of target opencv_imgproc_pch_dephelp
  506. Scanning dependencies of target opencv_ml_pch_dephelp
  507. Scanning dependencies of target opencv_flann_pch_dephelp
  508. [ 0%] Building CXX object modules/hdf/CMakeFiles/opencv_hdf_pch_dephelp.dir/opencv_hdf_pch_dephelp.cxx.o
  509. Scanning dependencies of target opencv_core_pch_dephelp
  510. [ 0%] Building CXX object modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/opencv_ml_pch_dephelp.cxx.o
  511. [ 1%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o
  512. [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
  513. [ 1%] Building CXX object modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/opencv_flann_pch_dephelp.cxx.o
  514. [ 1%] Linking CXX static library ../../lib/libopencv_hdf_pch_dephelp.a
  515. [ 1%] Built target opencv_hdf_pch_dephelp
  516. Scanning dependencies of target opencv_photo_pch_dephelp
  517. [ 1%] Building CXX object modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/opencv_photo_pch_dephelp.cxx.o
  518. [ 1%] Linking CXX static library ../../lib/libopencv_ml_pch_dephelp.a
  519. [ 1%] Linking CXX static library ../../lib/libopencv_imgproc_pch_dephelp.a
  520. [ 1%] Built target opencv_ml_pch_dephelp
  521. [ 1%] Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
  522. [ 1%] Built target opencv_imgproc_pch_dephelp
  523. Scanning dependencies of target opencv_reg_pch_dephelp
  524. [ 1%] Building CXX object modules/reg/CMakeFiles/opencv_reg_pch_dephelp.dir/opencv_reg_pch_dephelp.cxx.o
  525. Scanning dependencies of target opencv_videoio_pch_dephelp
  526. [ 1%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/opencv_videoio_pch_dephelp.cxx.o
  527. [ 1%] Linking CXX static library ../../lib/libopencv_reg_pch_dephelp.a
  528. [ 1%] Built target opencv_core_pch_dephelp
  529. [ 1%] Built target opencv_reg_pch_dephelp
  530. Scanning dependencies of target opencv_imgcodecs_pch_dephelp
  531. [ 1%] Linking CXX static library ../../lib/libopencv_flann_pch_dephelp.a
  532. [ 1%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/opencv_imgcodecs_pch_dephelp.cxx.o
  533. Scanning dependencies of target opencv_highgui_pch_dephelp
  534. [ 1%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o
  535. [ 1%] Built target opencv_flann_pch_dephelp
  536. Scanning dependencies of target opencv_surface_matching_pch_dephelp
  537. [ 1%] Building CXX object modules/surface_matching/CMakeFiles/opencv_surface_matching_pch_dephelp.dir/opencv_surface_matching_pch_dephelp.cxx.o
  538. [ 1%] Linking CXX static library ../../lib/libopencv_photo_pch_dephelp.a
  539. [ 1%] Built target opencv_photo_pch_dephelp
  540. Scanning dependencies of target opencv_video_pch_dephelp
  541. [ 1%] Building CXX object modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/opencv_video_pch_dephelp.cxx.o
  542. [ 1%] Linking CXX static library ../../lib/libopencv_surface_matching_pch_dephelp.a
  543. [ 1%] Linking CXX static library ../../lib/libopencv_videoio_pch_dephelp.a
  544. [ 1%] Built target opencv_surface_matching_pch_dephelp
  545. [ 1%] Built target opencv_videoio_pch_dephelp
  546. [ 1%] Linking CXX static library ../../lib/libopencv_imgcodecs_pch_dephelp.a
  547. Scanning dependencies of target opencv_dnn_pch_dephelp
  548. [ 1%] Building CXX object modules/dnn/CMakeFiles/opencv_dnn_pch_dephelp.dir/opencv_dnn_pch_dephelp.cxx.o
  549. [ 1%] Linking CXX static library ../../lib/libopencv_highgui_pch_dephelp.a
  550. [ 1%] Built target opencv_imgcodecs_pch_dephelp
  551. [ 1%] Built target opencv_highgui_pch_dephelp
  552. Scanning dependencies of target opencv_freetype_pch_dephelp
  553. [ 1%] Building CXX object modules/freetype/CMakeFiles/opencv_freetype_pch_dephelp.dir/opencv_freetype_pch_dephelp.cxx.o
  554. Scanning dependencies of target libprotobuf
  555. [ 1%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/arena.cc.o
  556. Scanning dependencies of target opencv_viz_pch_dephelp
  557. [ 1%] Building CXX object modules/viz/CMakeFiles/opencv_viz_pch_dephelp.dir/opencv_viz_pch_dephelp.cxx.o
  558. [ 1%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/arenastring.cc.o
  559. [ 2%] Linking CXX static library ../../lib/libopencv_dnn_pch_dephelp.a
  560. [ 2%] Linking CXX static library ../../lib/libopencv_freetype_pch_dephelp.a
  561. [ 2%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/extension_set.cc.o
  562. [ 2%] Built target opencv_dnn_pch_dephelp
  563. Scanning dependencies of target opencv_fuzzy_pch_dephelp
  564. [ 2%] Building CXX object modules/fuzzy/CMakeFiles/opencv_fuzzy_pch_dephelp.dir/opencv_fuzzy_pch_dephelp.cxx.o
  565. [ 2%] Linking CXX static library ../../lib/libopencv_video_pch_dephelp.a
  566. [ 2%] Built target opencv_freetype_pch_dephelp
  567. Scanning dependencies of target opencv_shape_pch_dephelp
  568. [ 2%] Built target opencv_video_pch_dephelp
  569. [ 2%] Building CXX object modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/opencv_shape_pch_dephelp.cxx.o
  570. Scanning dependencies of target opencv_objdetect_pch_dephelp
  571. [ 2%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/opencv_objdetect_pch_dephelp.cxx.o
  572. [ 2%] Linking CXX static library ../../lib/libopencv_viz_pch_dephelp.a
  573. [ 2%] Built target opencv_viz_pch_dephelp
  574. Scanning dependencies of target opencv_plot_pch_dephelp
  575. [ 2%] Building CXX object modules/plot/CMakeFiles/opencv_plot_pch_dephelp.dir/opencv_plot_pch_dephelp.cxx.o
  576. [ 2%] Linking CXX static library ../../lib/libopencv_fuzzy_pch_dephelp.a
  577. [ 2%] Built target opencv_fuzzy_pch_dephelp
  578. [ 2%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/generated_message_util.cc.o
  579. [ 2%] Linking CXX static library ../../lib/libopencv_plot_pch_dephelp.a
  580. [ 2%] Linking CXX static library ../../lib/libopencv_shape_pch_dephelp.a
  581. [ 2%] Built target opencv_plot_pch_dephelp
  582. Scanning dependencies of target opencv_superres_pch_dephelp
  583. [ 2%] Building CXX object modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/opencv_superres_pch_dephelp.cxx.o
  584. [ 2%] Built target opencv_shape_pch_dephelp
  585. Scanning dependencies of target opencv_xobjdetect_pch_dephelp
  586. [ 3%] Linking CXX static library ../../lib/libopencv_objdetect_pch_dephelp.a
  587. [ 3%] Building CXX object modules/xobjdetect/CMakeFiles/opencv_xobjdetect_pch_dephelp.dir/opencv_xobjdetect_pch_dephelp.cxx.o
  588. [ 3%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/coded_stream.cc.o
  589. [ 3%] Built target opencv_objdetect_pch_dephelp
  590. Scanning dependencies of target opencv_bgsegm_pch_dephelp
  591. [ 4%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm_pch_dephelp.dir/opencv_bgsegm_pch_dephelp.cxx.o
  592. Scanning dependencies of target opencv_bioinspired_pch_dephelp
  593. [ 4%] Building CXX object modules/bioinspired/CMakeFiles/opencv_bioinspired_pch_dephelp.dir/opencv_bioinspired_pch_dephelp.cxx.o
  594. [ 4%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/zero_copy_stream.cc.o
  595. [ 4%] Linking CXX static library ../../lib/libopencv_xobjdetect_pch_dephelp.a
  596. [ 4%] Linking CXX static library ../../lib/libopencv_bgsegm_pch_dephelp.a
  597. [ 4%] Built target opencv_bgsegm_pch_dephelp
  598. [ 4%] Built target opencv_xobjdetect_pch_dephelp
  599. Scanning dependencies of target opencv_dpm_pch_dephelp
  600. [ 4%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm_pch_dephelp.dir/opencv_dpm_pch_dephelp.cxx.o
  601. Scanning dependencies of target opencv_face_pch_dephelp
  602. [ 4%] Building CXX object modules/face/CMakeFiles/opencv_face_pch_dephelp.dir/opencv_face_pch_dephelp.cxx.o
  603. [ 4%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
  604. [ 4%] Linking CXX static library ../../lib/libopencv_superres_pch_dephelp.a
  605. [ 4%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/message_lite.cc.o
  606. [ 4%] Built target opencv_superres_pch_dephelp
  607. Scanning dependencies of target opencv_features2d_pch_dephelp
  608. [ 4%] Linking CXX static library ../../lib/libopencv_dpm_pch_dephelp.a
  609. [ 4%] Building CXX object modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o
  610. [ 4%] Built target opencv_dpm_pch_dephelp
  611. Scanning dependencies of target opencv_line_descriptor_pch_dephelp
  612. [ 5%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_line_descriptor_pch_dephelp.dir/opencv_line_descriptor_pch_dephelp.cxx.o
  613. [ 5%] Linking CXX static library ../../lib/libopencv_bioinspired_pch_dephelp.a
  614. [ 5%] Built target opencv_bioinspired_pch_dephelp
  615. [ 5%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/repeated_field.cc.o
  616. Scanning dependencies of target opencv_saliency_pch_dephelp
  617. [ 6%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency_pch_dephelp.dir/opencv_saliency_pch_dephelp.cxx.o
  618. [ 6%] Linking CXX static library ../../lib/libopencv_face_pch_dephelp.a
  619. [ 7%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
  620. [ 7%] Built target opencv_face_pch_dephelp
  621. [ 7%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/bytestream.cc.o
  622. Scanning dependencies of target opencv_text_pch_dephelp
  623. [ 7%] Building CXX object modules/text/CMakeFiles/opencv_text_pch_dephelp.dir/opencv_text_pch_dephelp.cxx.o
  624. [ 7%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/common.cc.o
  625. [ 7%] Linking CXX static library ../../lib/libopencv_features2d_pch_dephelp.a
  626. [ 7%] Built target opencv_features2d_pch_dephelp
  627. Scanning dependencies of target opencv_calib3d_pch_dephelp
  628. [ 7%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.cxx.o
  629. [ 7%] Linking CXX static library ../../lib/libopencv_line_descriptor_pch_dephelp.a
  630. [ 7%] Built target opencv_line_descriptor_pch_dephelp
  631. [ 7%] Linking CXX static library ../../lib/libopencv_text_pch_dephelp.a
  632. [ 7%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/int128.cc.o
  633. [ 7%] Built target opencv_text_pch_dephelp
  634. [ 7%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/once.cc.o
  635. Scanning dependencies of target opencv_ccalib_pch_dephelp
  636. [ 7%] Linking CXX static library ../../lib/libopencv_saliency_pch_dephelp.a
  637. [ 7%] Building CXX object modules/ccalib/CMakeFiles/opencv_ccalib_pch_dephelp.dir/opencv_ccalib_pch_dephelp.cxx.o
  638. [ 7%] Built target opencv_saliency_pch_dephelp
  639. Scanning dependencies of target opencv_rgbd_pch_dephelp
  640. [ 8%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd_pch_dephelp.dir/opencv_rgbd_pch_dephelp.cxx.o
  641. Scanning dependencies of target opencv_stereo_pch_dephelp
  642. [ 8%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo_pch_dephelp.dir/opencv_stereo_pch_dephelp.cxx.o
  643. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/status.cc.o
  644. [ 8%] Linking CXX static library ../../lib/libopencv_ccalib_pch_dephelp.a
  645. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/statusor.cc.o
  646. [ 8%] Built target opencv_ccalib_pch_dephelp
  647. Scanning dependencies of target opencv_tracking_pch_dephelp
  648. [ 8%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking_pch_dephelp.dir/opencv_tracking_pch_dephelp.cxx.o
  649. [ 8%] Linking CXX static library ../../lib/libopencv_calib3d_pch_dephelp.a
  650. [ 8%] Built target opencv_calib3d_pch_dephelp
  651. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/stringpiece.cc.o
  652. Scanning dependencies of target opencv_videostab_pch_dephelp
  653. [ 8%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/opencv_videostab_pch_dephelp.cxx.o
  654. [ 8%] Linking CXX static library ../../lib/libopencv_rgbd_pch_dephelp.a
  655. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/stringprintf.cc.o
  656. [ 8%] Linking CXX static library ../../lib/libopencv_tracking_pch_dephelp.a
  657. [ 8%] Built target opencv_rgbd_pch_dephelp
  658. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/structurally_valid.cc.o
  659. [ 8%] Built target opencv_tracking_pch_dephelp
  660. Scanning dependencies of target opencv_xfeatures2d_pch_dephelp
  661. [ 8%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d_pch_dephelp.dir/opencv_xfeatures2d_pch_dephelp.cxx.o
  662. [ 8%] Linking CXX static library ../../lib/libopencv_stereo_pch_dephelp.a
  663. Scanning dependencies of target opencv_ximgproc_pch_dephelp
  664. [ 8%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc_pch_dephelp.dir/opencv_ximgproc_pch_dephelp.cxx.o
  665. [ 8%] Built target opencv_stereo_pch_dephelp
  666. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/strutil.cc.o
  667. Scanning dependencies of target opencv_aruco_pch_dephelp
  668. [ 8%] Building CXX object modules/aruco/CMakeFiles/opencv_aruco_pch_dephelp.dir/opencv_aruco_pch_dephelp.cxx.o
  669. [ 8%] Linking CXX static library ../../lib/libopencv_aruco_pch_dephelp.a
  670. [ 8%] Linking CXX static library ../../lib/libopencv_videostab_pch_dephelp.a
  671. [ 8%] Built target opencv_aruco_pch_dephelp
  672. Scanning dependencies of target opencv_optflow_pch_dephelp
  673. [ 8%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow_pch_dephelp.dir/opencv_optflow_pch_dephelp.cxx.o
  674. [ 8%] Built target opencv_videostab_pch_dephelp
  675. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/time.cc.o
  676. [ 8%] Linking CXX static library ../../lib/libopencv_xfeatures2d_pch_dephelp.a
  677. [ 8%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/wire_format_lite.cc.o
  678. Scanning dependencies of target opencv_phase_unwrapping_pch_dephelp
  679. [ 8%] Building CXX object modules/phase_unwrapping/CMakeFiles/opencv_phase_unwrapping_pch_dephelp.dir/opencv_phase_unwrapping_pch_dephelp.cxx.o
  680. [ 8%] Built target opencv_xfeatures2d_pch_dephelp
  681. Scanning dependencies of target opencv_stitching_pch_dephelp
  682. [ 8%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/opencv_stitching_pch_dephelp.cxx.o
  683. [ 9%] Linking CXX static library ../../lib/libopencv_optflow_pch_dephelp.a
  684. [ 9%] Linking CXX static library ../../lib/libopencv_ximgproc_pch_dephelp.a
  685. [ 9%] Built target opencv_optflow_pch_dephelp
  686. [ 9%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/any.cc.o
  687. [ 9%] Built target opencv_ximgproc_pch_dephelp
  688. Scanning dependencies of target opencv_structured_light_pch_dephelp
  689. [ 9%] Building CXX object modules/structured_light/CMakeFiles/opencv_structured_light_pch_dephelp.dir/opencv_structured_light_pch_dephelp.cxx.o
  690. [ 9%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/any.pb.cc.o
  691. [ 10%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/api.pb.cc.o
  692. [ 10%] Linking CXX static library ../../lib/libopencv_phase_unwrapping_pch_dephelp.a
  693. [ 10%] Built target opencv_phase_unwrapping_pch_dephelp
  694. [ 10%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc.o
  695. Scanning dependencies of target pch_Generate_opencv_core
  696. [ 10%] Linking CXX static library ../../lib/libopencv_structured_light_pch_dephelp.a
  697. [ 10%] Generating precomp.hpp
  698. [ 10%] Generating precomp.hpp.gch/opencv_core_Release.gch
  699. [ 10%] Linking CXX static library ../../lib/libopencv_stitching_pch_dephelp.a
  700. [ 10%] Built target opencv_structured_light_pch_dephelp
  701. Scanning dependencies of target pch_Generate_opencv_flann
  702. [ 10%] Generating precomp.hpp
  703. [ 11%] Generating precomp.hpp.gch/opencv_flann_Release.gch
  704. [ 11%] Built target opencv_stitching_pch_dephelp
  705. Scanning dependencies of target pch_Generate_opencv_hdf
  706. [ 11%] Generating precomp.hpp
  707. [ 11%] Generating precomp.hpp.gch/opencv_hdf_Release.gch
  708. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc: In member function :
  709. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:3637:58: warning: clearing an object of type with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
  710. memset(placeholder_enum, 0, sizeof(*placeholder_enum));
  711. ^
  712. In file included from /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:47:
  713. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.h:811:26: note: declared here
  714. class LIBPROTOBUF_EXPORT EnumDescriptor {
  715. ^~~~~~~~~~~~~~
  716. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:3651:60: warning: clearing an object of type with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
  717. memset(placeholder_value, 0, sizeof(*placeholder_value));
  718. ^
  719. In file included from /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:47:
  720. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.h:929:26: note: declared here
  721. class LIBPROTOBUF_EXPORT EnumValueDescriptor {
  722. ^~~~~~~~~~~~~~~~~~~
  723. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:3670:64: warning: clearing an object of type with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
  724. memset(placeholder_message, 0, sizeof(*placeholder_message));
  725. ^
  726. In file included from /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:47:
  727. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.h:172:26: note: declared here
  728. class LIBPROTOBUF_EXPORT Descriptor {
  729. ^~~~~~~~~~
  730. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc: In member function :
  731. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:3696:46: warning: clearing an object of type with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
  732. memset(placeholder, 0, sizeof(*placeholder));
  733. ^
  734. In file included from /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.cc:47:
  735. /home/philo/build/opencv/src/opencv-3.2.0/modules/dnn/3rdparty/protobuf/sources/protobuf-3.1.0/src/google/protobuf/descriptor.h:1166:26: note: declared here
  736. class LIBPROTOBUF_EXPORT FileDescriptor {
  737. ^~~~~~~~~~~~~~
  738. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/descriptor.pb.cc.o
  739. [ 11%] Built target pch_Generate_opencv_hdf
  740. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/descriptor_database.cc.o
  741. [ 11%] Built target pch_Generate_opencv_core
  742. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/duration.pb.cc.o
  743. [ 11%] Built target pch_Generate_opencv_flann
  744. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/dynamic_message.cc.o
  745. Scanning dependencies of target pch_Generate_opencv_imgproc
  746. [ 11%] Generating precomp.hpp
  747. [ 11%] Generating precomp.hpp.gch/opencv_imgproc_Release.gch
  748. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/empty.pb.cc.o
  749. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/extension_set_heavy.cc.o
  750. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/field_mask.pb.cc.o
  751. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/generated_message_reflection.cc.o
  752. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/gzip_stream.cc.o
  753. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/printer.cc.o
  754. [ 11%] Built target pch_Generate_opencv_imgproc
  755. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/strtod.cc.o
  756. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/tokenizer.cc.o
  757. [ 11%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/io/zero_copy_stream_impl.cc.o
  758. Scanning dependencies of target pch_Generate_opencv_ml
  759. [ 11%] Generating precomp.hpp
  760. [ 12%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/map_field.cc.o
  761. [ 12%] Generating precomp.hpp.gch/opencv_ml_Release.gch
  762. [ 12%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/message.cc.o
  763. Scanning dependencies of target pch_Generate_opencv_photo
  764. [ 12%] Generating precomp.hpp
  765. [ 12%] Generating precomp.hpp.gch/opencv_photo_Release.gch
  766. [ 12%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/reflection_ops.cc.o
  767. Scanning dependencies of target pch_Generate_opencv_reg
  768. [ 13%] Generating precomp.hpp
  769. [ 13%] Generating precomp.hpp.gch/opencv_reg_Release.gch
  770. [ 13%] Built target pch_Generate_opencv_reg
  771. Scanning dependencies of target pch_Generate_opencv_videoio
  772. [ 13%] Generating precomp.hpp
  773. [ 13%] Generating precomp.hpp.gch/opencv_videoio_Release.gch
  774. [ 13%] Built target pch_Generate_opencv_ml
  775. Scanning dependencies of target pch_Generate_opencv_imgcodecs
  776. [ 13%] Generating precomp.hpp
  777. [ 13%] Generating precomp.hpp.gch/opencv_imgcodecs_Release.gch
  778. [ 13%] Built target pch_Generate_opencv_photo
  779. [ 13%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/service.cc.o
  780. [ 13%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/source_context.pb.cc.o
  781. Scanning dependencies of target pch_Generate_opencv_highgui
  782. [ 13%] Generating precomp.hpp
  783. [ 13%] Generating precomp.hpp.gch/opencv_highgui_Release.gch
  784. Scanning dependencies of target pch_Generate_opencv_surface_matching
  785. [ 13%] Generating precomp.hpp
  786. [ 14%] Generating precomp.hpp.gch/opencv_surface_matching_Release.gch
  787. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/struct.pb.cc.o
  788. [ 14%] Built target pch_Generate_opencv_videoio
  789. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/mathlimits.cc.o
  790. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/stubs/substitute.cc.o
  791. [ 14%] Built target pch_Generate_opencv_surface_matching
  792. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/text_format.cc.o
  793. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/timestamp.pb.cc.o
  794. [ 14%] Built target pch_Generate_opencv_imgcodecs
  795. Scanning dependencies of target pch_Generate_opencv_video
  796. [ 14%] Built target pch_Generate_opencv_highgui
  797. Scanning dependencies of target pch_Generate_opencv_viz
  798. [ 14%] Generating precomp.hpp
  799. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/type.pb.cc.o
  800. [ 14%] Generating precomp.hpp.gch/opencv_video_Release.gch
  801. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/unknown_field_set.cc.o
  802. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/field_comparator.cc.o
  803. [ 14%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/field_mask_util.cc.o
  804. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/datapiece.cc.o
  805. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
  806. [ 15%] Generating precomp.hpp
  807. Scanning dependencies of target pch_Generate_opencv_dnn
  808. [ 15%] Built target pch_Generate_opencv_video
  809. [ 15%] Generating precomp.hpp
  810. Scanning dependencies of target pch_Generate_opencv_freetype
  811. [ 15%] Generating precomp.hpp.gch/opencv_viz_Release.gch
  812. [ 15%] Generating precomp.hpp
  813. [ 15%] Generating precomp.hpp.gch/opencv_freetype_Release.gch
  814. [ 15%] Generating precomp.hpp.gch/opencv_dnn_Release.gch
  815. In file included from /usr/include/c++/8.2.1/ext/string_conversions.h:41,
  816. from /usr/include/c++/8.2.1/bits/basic_string.h:6391,
  817. from /usr/include/c++/8.2.1/string:52,
  818. from /usr/include/c++/8.2.1/stdexcept:39,
  819. from /usr/include/c++/8.2.1/array:39,
  820. from /usr/include/c++/8.2.1/tuple:39,
  821. from /usr/include/c++/8.2.1/bits/stl_map.h:63,
  822. from /usr/include/c++/8.2.1/map:61,
  823. from /home/philo/build/opencv/src/opencv-3.2.0/modules/viz/precomp.hpp:49:
  824. /usr/include/c++/8.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
  825. #include_next <stdlib.h>
  826. ^~~~~~~~~~
  827. compilation terminated.
  828. make[2]: *** [modules/viz/CMakeFiles/pch_Generate_opencv_viz.dir/build.make:64: modules/viz/precomp.hpp.gch/opencv_viz_Release.gch] Error 1
  829. make[1]: *** [CMakeFiles/Makefile2:3100: modules/viz/CMakeFiles/pch_Generate_opencv_viz.dir/all] Error 2
  830. make[1]: *** Waiting for unfinished jobs....
  831. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/field_mask_utility.cc.o
  832. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/json_escaping.cc.o
  833. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/json_objectwriter.cc.o
  834. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/json_stream_parser.cc.o
  835. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/object_writer.cc.o
  836. [ 15%] Built target pch_Generate_opencv_dnn
  837. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/proto_writer.cc.o
  838. [ 15%] Built target pch_Generate_opencv_freetype
  839. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/protostream_objectsource.cc.o
  840. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
  841. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/type_info.cc.o
  842. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/internal/utility.cc.o
  843. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/json_util.cc.o
  844. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/message_differencer.cc.o
  845. [ 15%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/time_util.cc.o
  846. [ 16%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/util/type_resolver_util.cc.o
  847. [ 16%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/wire_format.cc.o
  848. [ 16%] Building CXX object modules/dnn/3rdparty/protobuf/CMakeFiles/libprotobuf.dir/sources/protobuf-3.1.0/src/google/protobuf/wrappers.pb.cc.o
  849. [ 16%] Linking CXX static library ../../../../3rdparty/lib/liblibprotobuf.a
  850. [ 16%] Built target libprotobuf
  851. make: *** [Makefile:163: all] Error 2
  852. [1m[31m==> ERROR:(B[m[1m A failure occurred in build().(B[m
  853. [1m Aborting...(B[m
Add Comment
Please, Sign In to add comment