Guest User

Untitled

a guest
May 25th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 183.10 KB | None | 0 0
  1. jakub@T470p:~/opencv_repo$ mkdir build
  2. jakub@T470p:~/opencv_repo$ cd build
  3. jakub@T470p:~/opencv_repo/build$ ls
  4. jakub@T470p:~/opencv_repo/build$ mkdir debug
  5. jakub@T470p:~/opencv_repo/build$ cd debug/
  6. jakub@T470p:~/opencv_repo/build/debug$ ls
  7. jakub@T470p:~/opencv_repo/build/debug$ $CXXFLAGS
  8. -std=c++14: command not found
  9. jakub@T470p:~/opencv_repo/build/debug$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=~/packages/opencv/ -DWITH_HPX=ON -DHPX_DIR=/home/jakub/hpx_repo/build/debug/lib/cmake/HPX ../../
  10. -- The CXX compiler identification is GNU 5.4.0
  11. -- The C compiler identification is GNU 5.4.0
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- Check for working C compiler: /usr/bin/cc
  19. -- Check for working C compiler: /usr/bin/cc -- works
  20. -- Detecting C compiler ABI info
  21. -- Detecting C compiler ABI info - done
  22. -- Detecting C compile features
  23. -- Detecting C compile features - done
  24. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  25. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.12")
  26. -- Found PythonInterp: /home/jakub/miniconda3/bin/python3 (found suitable version "3.6.3", minimum required is "3.4")
  27. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.6.3")
  28. -- Looking for ccache - not found
  29. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  30. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  31. -- Performing Test HAVE_C_FSIGNED_CHAR
  32. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  33. -- Performing Test HAVE_CXX_W
  34. -- Performing Test HAVE_CXX_W - Success
  35. -- Performing Test HAVE_C_W
  36. -- Performing Test HAVE_C_W - Success
  37. -- Performing Test HAVE_CXX_WALL
  38. -- Performing Test HAVE_CXX_WALL - Success
  39. -- Performing Test HAVE_C_WALL
  40. -- Performing Test HAVE_C_WALL - Success
  41. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  42. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  43. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  44. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  45. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  46. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  47. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  48. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  49. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  50. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  51. -- Performing Test HAVE_C_WERROR_ADDRESS
  52. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  53. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  54. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  55. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  56. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  57. -- Performing Test HAVE_CXX_WFORMAT
  58. -- Performing Test HAVE_CXX_WFORMAT - Success
  59. -- Performing Test HAVE_C_WFORMAT
  60. -- Performing Test HAVE_C_WFORMAT - Success
  61. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  62. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  63. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  64. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  65. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  66. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  67. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  68. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  69. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  70. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  71. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  72. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  73. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  74. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  75. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  76. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  77. -- Performing Test HAVE_CXX_WUNDEF
  78. -- Performing Test HAVE_CXX_WUNDEF - Success
  79. -- Performing Test HAVE_C_WUNDEF
  80. -- Performing Test HAVE_C_WUNDEF - Success
  81. -- Performing Test HAVE_CXX_WINIT_SELF
  82. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  83. -- Performing Test HAVE_C_WINIT_SELF
  84. -- Performing Test HAVE_C_WINIT_SELF - Success
  85. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  86. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  87. -- Performing Test HAVE_C_WPOINTER_ARITH
  88. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  89. -- Performing Test HAVE_CXX_WSHADOW
  90. -- Performing Test HAVE_CXX_WSHADOW - Success
  91. -- Performing Test HAVE_C_WSHADOW
  92. -- Performing Test HAVE_C_WSHADOW - Success
  93. -- Performing Test HAVE_CXX_WSIGN_PROMO
  94. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  95. -- Performing Test HAVE_C_WSIGN_PROMO
  96. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  97. -- Performing Test HAVE_CXX_WUNINITIALIZED
  98. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  99. -- Performing Test HAVE_C_WUNINITIALIZED
  100. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  101. -- Performing Test HAVE_CXX_WNO_NARROWING
  102. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  103. -- Performing Test HAVE_C_WNO_NARROWING
  104. -- Performing Test HAVE_C_WNO_NARROWING - Success
  105. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  106. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  107. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  108. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  109. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  110. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  111. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  112. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  113. -- Performing Test HAVE_CXX_WNO_COMMENT
  114. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  115. -- Performing Test HAVE_C_WNO_COMMENT
  116. -- Performing Test HAVE_C_WNO_COMMENT - Success
  117. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  118. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  119. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  120. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  121. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  122. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  123. -- Performing Test HAVE_C_WNO_LONG_LONG
  124. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  125. -- Performing Test HAVE_CXX_PTHREAD
  126. -- Performing Test HAVE_CXX_PTHREAD - Success
  127. -- Performing Test HAVE_C_PTHREAD
  128. -- Performing Test HAVE_C_PTHREAD - Success
  129. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  130. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  131. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  132. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  133. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  134. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  135. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  136. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  137. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  138. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  139. -- Performing Test HAVE_C_FDATA_SECTIONS
  140. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  141. -- Performing Test HAVE_CXX_MSSE (check file: cmake/checks/cpu_sse.cpp)
  142. -- Performing Test HAVE_CXX_MSSE - Success
  143. -- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
  144. -- Performing Test HAVE_CXX_MSSE2 - Success
  145. -- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
  146. -- Performing Test HAVE_CXX_MSSE3 - Success
  147. -- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
  148. -- Performing Test HAVE_CXX_MSSSE3 - Success
  149. -- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
  150. -- Performing Test HAVE_CXX_MSSE4_1 - Success
  151. -- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
  152. -- Performing Test HAVE_CXX_MPOPCNT - Success
  153. -- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
  154. -- Performing Test HAVE_CXX_MSSE4_2 - Success
  155. -- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
  156. -- Performing Test HAVE_CXX_MF16C - Success
  157. -- Performing Test HAVE_CXX_MFMA
  158. -- Performing Test HAVE_CXX_MFMA - Success
  159. -- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
  160. -- Performing Test HAVE_CXX_MAVX - Success
  161. -- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
  162. -- Performing Test HAVE_CXX_MAVX2 - Success
  163. -- Performing Test HAVE_CXX_MAVX512F (check file: cmake/checks/cpu_avx512.cpp)
  164. -- Performing Test HAVE_CXX_MAVX512F - Success
  165. -- Performing Test HAVE_CXX_MAVX512F_MAVX512CD_MAVX512VL_MAVX512BW_MAVX512DQ (check file: cmake/checks/cpu_avx512skx.cpp)
  166. -- Performing Test HAVE_CXX_MAVX512F_MAVX512CD_MAVX512VL_MAVX512BW_MAVX512DQ - Success
  167. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  168. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  169. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
  170. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
  171. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
  172. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
  173. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
  174. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
  175. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
  176. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
  177. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
  178. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
  179. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX512_SKX
  180. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX512_SKX - Success
  181. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  182. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  183. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  184. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  185. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  186. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  187. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  188. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  189. -- Looking for pthread.h
  190. -- Looking for pthread.h - found
  191. -- Looking for posix_memalign
  192. -- Looking for posix_memalign - found
  193. -- Looking for malloc.h
  194. -- Looking for malloc.h - found
  195. -- Looking for memalign
  196. -- Looking for memalign - found
  197. -- Check if the system is big endian
  198. -- Searching 16 bit integer
  199. -- Looking for sys/types.h
  200. -- Looking for sys/types.h - found
  201. -- Looking for stdint.h
  202. -- Looking for stdint.h - found
  203. -- Looking for stddef.h
  204. -- Looking for stddef.h - found
  205. -- Check size of unsigned short
  206. -- Check size of unsigned short - done
  207. -- Using unsigned short
  208. -- Check if the system is big endian - little endian
  209. -- Found ZLIB: /home/jakub/miniconda3/lib/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
  210. -- Found JPEG: /home/jakub/miniconda3/lib/libjpeg.so
  211. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  212. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  213. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  214. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  215. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  216. -- Performing Test HAVE_C_WNO_SHADOW
  217. -- Performing Test HAVE_C_WNO_SHADOW - Success
  218. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  219. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  220. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  221. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  222. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  223. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  224. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  225. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Failed
  226. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  227. -- Found ZLIB: /home/jakub/miniconda3/lib/libz.so (found version "1.2.11")
  228. -- Found PNG: /home/jakub/miniconda3/lib/libpng.so (found version "1.6.34")
  229. -- Looking for /home/jakub/miniconda3/include/libpng/png.h
  230. -- Looking for /home/jakub/miniconda3/include/libpng/png.h - not found
  231. -- Looking for semaphore.h
  232. -- Looking for semaphore.h - found
  233. -- Performing Test HAVE_CXX_WNO_SHADOW
  234. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  235. -- Performing Test HAVE_CXX_WNO_UNUSED
  236. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  237. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  238. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  239. -- Performing Test HAVE_CXX_WNO_UNDEF
  240. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  241. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  242. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  243. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  244. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  245. -- Performing Test HAVE_CXX_WNO_SWITCH
  246. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  247. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  248. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  249. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  250. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  251. -- Performing Test HAVE_CXX_WNO_EXTRA
  252. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  253. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  254. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  255. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  256. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  257. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  258. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  259. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
  260. -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
  261. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
  262. -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
  263. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  264. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Failed
  265. -- Checking for module 'gtk+-3.0'
  266. -- No package 'gtk+-3.0' found
  267. -- Checking for module 'gtk+-2.0'
  268. -- Found gtk+-2.0, version 2.24.30
  269. -- Checking for module 'gthread-2.0'
  270. -- Found gthread-2.0, version 2.48.2
  271. -- Checking for module 'gstreamer-base-1.0'
  272. -- No package 'gstreamer-base-1.0' found
  273. -- Checking for module 'gstreamer-video-1.0'
  274. -- No package 'gstreamer-video-1.0' found
  275. -- Checking for module 'gstreamer-app-1.0'
  276. -- No package 'gstreamer-app-1.0' found
  277. -- Checking for module 'gstreamer-riff-1.0'
  278. -- No package 'gstreamer-riff-1.0' found
  279. -- Checking for module 'gstreamer-pbutils-1.0'
  280. -- No package 'gstreamer-pbutils-1.0' found
  281. -- Checking for module 'gstreamer-base-0.10'
  282. -- No package 'gstreamer-base-0.10' found
  283. -- Checking for module 'gstreamer-video-0.10'
  284. -- No package 'gstreamer-video-0.10' found
  285. -- Checking for module 'gstreamer-app-0.10'
  286. -- No package 'gstreamer-app-0.10' found
  287. -- Checking for module 'gstreamer-riff-0.10'
  288. -- No package 'gstreamer-riff-0.10' found
  289. -- Checking for module 'gstreamer-pbutils-0.10'
  290. -- No package 'gstreamer-pbutils-0.10' found
  291. -- Checking for module 'libdc1394-2'
  292. -- Found libdc1394-2, version 2.2.4
  293. -- Looking for linux/videodev.h
  294. -- Looking for linux/videodev.h - not found
  295. -- Looking for linux/videodev2.h
  296. -- Looking for linux/videodev2.h - found
  297. -- Looking for sys/videoio.h
  298. -- Looking for sys/videoio.h - not found
  299. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  300. -- Found libavcodec, version 56.60.100
  301. -- Found libavformat, version 56.40.101
  302. -- Found libavutil, version 54.31.100
  303. -- Found libswscale, version 3.1.101
  304. -- Checking for module 'libavresample'
  305. -- Found libavresample, version 2.1.0
  306. -- Checking for module 'libgphoto2'
  307. -- No package 'libgphoto2' found
  308. -- Using tcmalloc allocator.
  309. -- IPPICV: Download: ippicv_2017u3_lnx_intel64_general_20180518.tgz
  310. -- found Intel IPP (ICV version): 2017.0.3 [2017.0.3]
  311. -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippicv_lnx
  312. -- found Intel IPP IW sources: 2017.0.3
  313. -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippiw_lnx
  314. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  315. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  316. -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
  317. -- Looking for pthread.h
  318. -- Looking for pthread.h - found
  319. -- Looking for pthread_create
  320. -- Looking for pthread_create - found
  321. -- Found Threads: TRUE
  322. -- Looking for sgemm_
  323. -- Looking for sgemm_ - found
  324. -- A library with BLAS API found.
  325. -- Looking for cheev_
  326. -- Looking for cheev_ - found
  327. -- A library with LAPACK API found.
  328. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  329. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  330. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  331. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  332. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  333. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  334. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  335. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  336. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  337. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  338. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  339. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  340. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  341. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  342. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  343. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  344. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  345. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  346. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  347. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  348. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
  349. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Failed
  350. -- Found apache ant: /usr/bin/ant (1.9.6)
  351. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so
  352. -- 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)
  353. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  354. -- Looking for dlerror in dl
  355. -- Looking for dlerror in dl - found
  356. -- Performing Test HAVE_C_WNO_UNDEF
  357. -- Performing Test HAVE_C_WNO_UNDEF - Success
  358. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  359. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  360. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  361. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  362. -- Performing Test HAVE_CXX_WNO_ERROR_NON_VIRTUAL_DTOR
  363. -- Performing Test HAVE_CXX_WNO_ERROR_NON_VIRTUAL_DTOR - Success
  364. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  365. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  366. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  367. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  368. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  369. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  370. --
  371. -- General configuration for OpenCV 4.0.0-pre =====================================
  372. -- Version control: 3.4.1-583-gc320bd2-dirty
  373. --
  374. -- Platform:
  375. -- Timestamp: 2018-05-25T20:13:14Z
  376. -- Host: Linux 4.13.0-43-generic x86_64
  377. -- CMake: 3.5.1
  378. -- CMake generator: Unix Makefiles
  379. -- CMake build tool: /usr/bin/make
  380. -- Configuration: Debug
  381. --
  382. -- CPU/HW features:
  383. -- Baseline: SSE SSE2 SSE3
  384. -- requested: SSE3
  385. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
  386. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
  387. -- SSE4_1 (3 files): + SSSE3 SSE4_1
  388. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  389. -- FP16 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  390. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  391. -- AVX2 (9 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  392. -- AVX512_SKX (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_SKX
  393. --
  394. -- C/C++:
  395. -- Built as dynamic libs?: YES
  396. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  397. -- C++ flags (Release): -std=c++14 -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  398. -- C++ flags (Debug): -std=c++14 -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  399. -- C Compiler: /usr/bin/cc
  400. -- C flags (Release): -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  401. -- C flags (Debug): -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  402. -- Linker flags (Release):
  403. -- Linker flags (Debug):
  404. -- ccache: NO
  405. -- Precompiled headers: YES
  406. -- Extra dependencies: m pthread hpx general dl rt /usr/lib/x86_64-linux-gnu/libpthread.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_atomic.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_filesystem.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_program_options.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_regex.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_system.so /home/jakub/packages/gperftools/lib/libtcmalloc_minimal.so /home/jakub/packages/hwloc/lib/libhwloc.so
  407. -- 3rdparty dependencies:
  408. --
  409. -- OpenCV modules:
  410. -- To be built: calib3d core dnn features2d flann highgui imgcodecs imgproc java java_bindings_generator ml objdetect photo python2 python_bindings_generator shape stitching superres ts video videoio videostab
  411. -- Disabled: js world
  412. -- Disabled by dependency: -
  413. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev python3 viz
  414. -- Applications: tests perf_tests apps
  415. -- Documentation: NO
  416. -- Non-free algorithms: NO
  417. --
  418. -- GUI:
  419. -- GTK+: YES (ver 2.24.30)
  420. -- GThread : YES (ver 2.48.2)
  421. -- GtkGlExt: NO
  422. -- VTK support: NO
  423. --
  424. -- Media I/O:
  425. -- ZLib: /home/jakub/miniconda3/lib/libz.so (ver 1.2.11)
  426. -- JPEG: /home/jakub/miniconda3/lib/libjpeg.so (ver 90)
  427. -- WEBP: build (ver encoder: 0x020e)
  428. -- PNG: /home/jakub/miniconda3/lib/libpng.so (ver 1.6.34)
  429. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.0.6)
  430. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  431. -- OpenEXR: build (ver 1.7.1)
  432. -- HDR: YES
  433. -- SUNRASTER: YES
  434. -- PXM: YES
  435. --
  436. -- Video I/O:
  437. -- DC1394: YES (ver 2.2.4)
  438. -- FFMPEG: YES
  439. -- avcodec: YES (ver 56.60.100)
  440. -- avformat: YES (ver 56.40.101)
  441. -- avutil: YES (ver 54.31.100)
  442. -- swscale: YES (ver 3.1.101)
  443. -- avresample: YES (ver 2.1.0)
  444. -- GStreamer: NO
  445. -- libv4l/libv4l2: NO
  446. -- v4l/v4l2: linux/videodev2.h
  447. -- gPhoto2: NO
  448. --
  449. -- Parallel framework: HPX
  450. --
  451. -- Trace: YES (with Intel ITT)
  452. --
  453. -- Other third-party libraries:
  454. -- Intel IPP: 2017.0.3 [2017.0.3]
  455. -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippicv_lnx
  456. -- Intel IPP IW: sources (2017.0.3)
  457. -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippiw_lnx
  458. -- Lapack: NO
  459. -- Eigen: NO
  460. -- Custom HAL: NO
  461. -- Protobuf: build (3.5.1)
  462. --
  463. -- OpenCL: YES (no extra features)
  464. -- Include path: /home/jakub/opencv_repo/3rdparty/include/opencl/1.2
  465. -- Link libraries: Dynamic load
  466. --
  467. -- Python 2:
  468. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  469. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
  470. -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.0)
  471. -- packages path: lib/python2.7/dist-packages
  472. --
  473. -- Python (for build): /usr/bin/python2.7
  474. --
  475. -- Java:
  476. -- ant: /usr/bin/ant (ver 1.9.6)
  477. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
  478. -- Java wrappers: YES
  479. -- Java tests: YES
  480. --
  481. -- Matlab: NO
  482. --
  483. -- Install to: /home/jakub/packages/opencv
  484. -- -----------------------------------------------------------------
  485. --
  486. -- Configuring done
  487. -- Generating done
  488. -- Build files have been written to: /home/jakub/opencv_repo/build/debug
  489. jakub@T470p:~/opencv_repo/build/debug$ make -j7
  490. Scanning dependencies of target gen-pkgconfig
  491. Scanning dependencies of target opencv_test_core_pch_dephelp
  492. Scanning dependencies of target ippiw
  493. Scanning dependencies of target ittnotify
  494. Scanning dependencies of target IlmImf
  495. Scanning dependencies of target libwebp
  496. Scanning dependencies of target libprotobuf
  497. [ 0%] Generate opencv.pc
  498. [ 0%] Building C object 3rdparty/ittnotify/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o
  499. [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image.c.o
  500. [ 0%] Built target gen-pkgconfig
  501. [ 0%] Building CXX object modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/opencv_test_core_pch_dephelp.cxx.o
  502. [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_gaussian.c.o
  503. [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/tree_dec.c.o
  504. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Half/half.cpp.o
  505. [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/buffer_dec.c.o
  506. [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/idec_dec.c.o
  507. [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_scharr.c.o
  508. [ 0%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o
  509. [ 0%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o
  510. [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/vp8_dec.c.o
  511. [ 0%] Building C object 3rdparty/ittnotify/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o
  512. [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_resize.c.o
  513. [ 0%] Linking C static library ../lib/libittnotify.a
  514. [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/quant_dec.c.o
  515. [ 0%] Built target ittnotify
  516. Scanning dependencies of target opencv_core_pch_dephelp
  517. [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_mirror.c.o
  518. [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/webp_dec.c.o
  519. [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
  520. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_sobel.c.o
  521. [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/alpha_dec.c.o
  522. [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/frame_dec.c.o
  523. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_warpaffine.c.o
  524. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexThrowErrnoExc.cpp.o
  525. [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/vp8l_dec.c.o
  526. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_box.c.o
  527. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_bilateral.c.o
  528. [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/io_dec.c.o
  529. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_scale.c.o
  530. [ 1%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o
  531. Scanning dependencies of target opencv_ts_pch_dephelp
  532. [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/demux/anim_decode.c.o
  533. [ 1%] Building CXX object modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o
  534. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_core.c.o
  535. [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/demux/demux.c.o
  536. [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_set.c.o
  537. [ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_mips_dsp_r2.c.o
  538. [ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing.c.o
  539. [ 2%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_laplacian.c.o
  540. [ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost_sse2.c.o
  541. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_general.c.o
  542. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexBaseExc.cpp.o
  543. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_sse2.c.o
  544. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_split.c.o
  545. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_set_channel.c.o
  546. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_sse2.c.o
  547. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_merge.c.o
  548. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphorePosix.cpp.o
  549. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_swap_channels.c.o
  550. [ 3%] Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
  551. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_neon.c.o
  552. [ 3%] Built target opencv_core_pch_dephelp
  553. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_neon.c.o
  554. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_make_border.c.o
  555. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling.c.o
  556. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_morphology.c.o
  557. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphore.cpp.o
  558. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThread.cpp.o
  559. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_sse2.c.o
  560. [ 3%] Linking CXX static library ../../lib/libopencv_test_core_pch_dephelp.a
  561. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadMutexPosix.cpp.o
  562. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_color_convert_all.c.o
  563. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_channel.c.o
  564. [ 3%] Built target opencv_test_core_pch_dephelp
  565. Scanning dependencies of target opencv_imgproc_pch_dephelp
  566. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_mips_dsp_r2.c.o
  567. [ 3%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o
  568. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_own.c.o
  569. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_sse41.c.o
  570. [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_canny.c.o
  571. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_msa.c.o
  572. [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_mips_dsp_r2.c.o
  573. [ 4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_clip_tables.c.o
  574. [ 4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_avx2.c.o
  575. [ 4%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_color_convert_rgbs.c.o
  576. [ 4%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_rotate.c.o
  577. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadMutex.cpp.o
  578. [ 4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv.c.o
  579. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphorePosixCompat.cpp.o
  580. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadPosix.cpp.o
  581. [ 5%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy.c.o
  582. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_msa.c.o
  583. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_msa.c.o
  584. Scanning dependencies of target opencv_imgcodecs_pch_dephelp
  585. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cpu.c.o
  586. [ 5%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/opencv_imgcodecs_pch_dephelp.cxx.o
  587. [ 5%] Linking C static library ../lib/libippiw.a
  588. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_sse2.c.o
  589. [ 5%] Built target ippiw
  590. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_mips_dsp_r2.c.o
  591. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/ssim_sse2.c.o
  592. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadPool.cpp.o
  593. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_sse2.c.o
  594. [ 5%] Linking CXX static library ../../lib/libopencv_ts_pch_dephelp.a
  595. [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven_lite.cc.o
  596. [ 5%] Built target opencv_ts_pch_dephelp
  597. Scanning dependencies of target opencv_videoio_pch_dephelp
  598. [ 5%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/opencv_videoio_pch_dephelp.cxx.o
  599. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_sse2.c.o
  600. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathFun.cpp.o
  601. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathVec.cpp.o
  602. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_neon.c.o
  603. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_mips32.c.o
  604. [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_sse41.c.o
  605. [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_mips_dsp_r2.c.o
  606. [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc.c.o
  607. [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost_mips_dsp_r2.c.o
  608. [ 6%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o
  609. [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_msa.c.o
  610. [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters.c.o
  611. [ 7%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathColorAlgo.cpp.o
  612. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_mips_dsp_r2.c.o
  613. [ 7%] Linking CXX static library ../../lib/libopencv_imgproc_pch_dephelp.a
  614. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_sse2.c.o
  615. [ 7%] Built target opencv_imgproc_pch_dephelp
  616. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_mips32.c.o
  617. [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o
  618. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/argb.c.o
  619. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost.c.o
  620. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_neon.c.o
  621. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_mips_dsp_r2.c.o
  622. [ 7%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathRandom.cpp.o
  623. [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_msa.c.o
  624. [ 7%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathMatrixAlgo.cpp.o
  625. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_sse41.c.o
  626. [ 8%] Linking CXX static library ../../lib/libopencv_imgcodecs_pch_dephelp.a
  627. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_mips_dsp_r2.c.o
  628. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_neon.c.o
  629. [ 8%] Built target opencv_imgcodecs_pch_dephelp
  630. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_neon.c.o
  631. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_neon.c.o
  632. Scanning dependencies of target opencv_highgui_pch_dephelp
  633. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost_mips32.c.o
  634. [ 8%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o
  635. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc.c.o
  636. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_mips32.c.o
  637. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/argb_sse2.c.o
  638. [ 8%] Linking CXX static library ../../lib/libopencv_videoio_pch_dephelp.a
  639. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_mips32.c.o
  640. [ 8%] Built target opencv_videoio_pch_dephelp
  641. Scanning dependencies of target pch_Generate_opencv_test_core
  642. [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_sse2.c.o
  643. [ 8%] Generating test_precomp.hpp
  644. [ 9%] Generating test_precomp.hpp.gch/opencv_test_core_Debug.gch
  645. [ 9%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_neon.c.o
  646. [ 9%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_msa.c.o
  647. [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o
  648. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/ssim.c.o
  649. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_sse2.c.o
  650. Scanning dependencies of target opencv_perf_core_pch_dephelp
  651. [ 10%] Building CXX object modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/opencv_perf_core_pch_dephelp.cxx.o
  652. [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
  653. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler.c.o
  654. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/argb_mips_dsp_r2.c.o
  655. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_mips32.c.o
  656. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_neon.c.o
  657. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_sse41.c.o
  658. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_msa.c.o
  659. [ 10%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfConvert.cpp.o
  660. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec.c.o
  661. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_mips_dsp_r2.c.o
  662. [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless.c.o
  663. [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o
  664. [ 11%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfVersion.cpp.o
  665. [ 11%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMultiView.cpp.o
  666. [ 11%] Linking CXX static library ../../lib/libopencv_highgui_pch_dephelp.a
  667. [ 11%] Built target opencv_highgui_pch_dephelp
  668. [ 11%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/delta_palettization_enc.c.o
  669. [ 11%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_csp_enc.c.o
  670. [ 11%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/config_enc.c.o
  671. Scanning dependencies of target opencv_flann_pch_dephelp
  672. [ 11%] Building CXX object modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/opencv_flann_pch_dephelp.cxx.o
  673. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_tools_enc.c.o
  674. [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o
  675. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/histogram_enc.c.o
  676. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/backward_references_cost_enc.c.o
  677. [ 12%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChromaticitiesAttribute.cpp.o
  678. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/filter_enc.c.o
  679. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/token_enc.c.o
  680. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/predictor_enc.c.o
  681. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/backward_references_enc.c.o
  682. [ 12%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfLut.cpp.o
  683. [ 12%] Linking CXX static library ../../lib/libopencv_perf_core_pch_dephelp.a
  684. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/tree_enc.c.o
  685. [ 12%] Built target opencv_perf_core_pch_dephelp
  686. Scanning dependencies of target opencv_test_flann_pch_dephelp
  687. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/analysis_enc.c.o
  688. [ 12%] Building CXX object modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/opencv_test_flann_pch_dephelp.cxx.o
  689. [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
  690. [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o
  691. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_rescale_enc.c.o
  692. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/frame_enc.c.o
  693. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/webp_enc.c.o
  694. [ 12%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPreviewImage.cpp.o
  695. [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/vp8l_enc.c.o
  696. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_psnr_enc.c.o
  697. [ 13%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMisc.cpp.o
  698. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/iterator_enc.c.o
  699. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/cost_enc.c.o
  700. [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o
  701. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/near_lossless_enc.c.o
  702. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_enc.c.o
  703. [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o
  704. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/alpha_enc.c.o
  705. [ 13%] Linking CXX static library ../../lib/libopencv_flann_pch_dephelp.a
  706. [ 13%] Built target opencv_flann_pch_dephelp
  707. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/quant_enc.c.o
  708. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/syntax_enc.c.o
  709. Scanning dependencies of target opencv_test_imgproc_pch_dephelp
  710. [ 13%] Building CXX object modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/opencv_test_imgproc_pch_dephelp.cxx.o
  711. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/muxedit.c.o
  712. [ 13%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStandardAttributes.cpp.o
  713. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/anim_encode.c.o
  714. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/muxinternal.c.o
  715. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/muxread.c.o
  716. [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/color_cache_utils.c.o
  717. Scanning dependencies of target opencv_perf_imgproc_pch_dephelp
  718. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/huffman_encode_utils.c.o
  719. [ 14%] Building CXX object modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/opencv_perf_imgproc_pch_dephelp.cxx.o
  720. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/thread_utils.c.o
  721. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/quant_levels_dec_utils.c.o
  722. [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/io_win32.cc.o
  723. [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o
  724. [ 14%] Linking CXX static library ../../lib/libopencv_test_flann_pch_dephelp.a
  725. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/utils.c.o
  726. [ 14%] Built target opencv_test_flann_pch_dephelp
  727. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/bit_writer_utils.c.o
  728. [ 14%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfBoxAttribute.cpp.o
  729. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/huffman_utils.c.o
  730. [ 14%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCRgbaFile.cpp.o
  731. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/rescaler_utils.c.o
  732. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/bit_reader_utils.c.o
  733. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/random_utils.c.o
  734. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/filters_utils.c.o
  735. [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/quant_levels_utils.c.o
  736. [ 15%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRationalAttribute.cpp.o
  737. [ 15%] Linking C static library ../lib/liblibwebp.a
  738. [ 15%] Built target libwebp
  739. Scanning dependencies of target opencv_ml_pch_dephelp
  740. [ 16%] Building CXX object modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/opencv_ml_pch_dephelp.cxx.o
  741. [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o
  742. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMatrixAttribute.cpp.o
  743. [ 16%] Built target pch_Generate_opencv_test_core
  744. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStringVectorAttribute.cpp.o
  745. [ 16%] Linking CXX static library ../../lib/libopencv_test_imgproc_pch_dephelp.a
  746. [ 16%] Built target opencv_test_imgproc_pch_dephelp
  747. Scanning dependencies of target opencv_test_ml_pch_dephelp
  748. [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o
  749. [ 16%] Building CXX object modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/opencv_test_ml_pch_dephelp.cxx.o
  750. [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o
  751. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStringAttribute.cpp.o
  752. [ 16%] Linking CXX static library ../../lib/libopencv_perf_imgproc_pch_dephelp.a
  753. [ 16%] Built target opencv_perf_imgproc_pch_dephelp
  754. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFrameBuffer.cpp.o
  755. [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o
  756. [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o
  757. Scanning dependencies of target opencv_test_objdetect_pch_dephelp
  758. [ 16%] Building CXX object modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/opencv_test_objdetect_pch_dephelp.cxx.o
  759. [ 16%] Linking CXX static library ../../lib/libopencv_ml_pch_dephelp.a
  760. [ 16%] Built target opencv_ml_pch_dephelp
  761. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPreviewImageAttribute.cpp.o
  762. [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o
  763. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfInputFile.cpp.o
  764. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfHuf.cpp.o
  765. [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfB44Compressor.cpp.o
  766. [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o
  767. [ 17%] Linking CXX static library ../../lib/libopencv_test_ml_pch_dephelp.a
  768. [ 17%] Built target opencv_test_ml_pch_dephelp
  769. Scanning dependencies of target opencv_objdetect_pch_dephelp
  770. [ 17%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/opencv_objdetect_pch_dephelp.cxx.o
  771. [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfIO.cpp.o
  772. [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o
  773. [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfZipCompressor.cpp.o
  774. [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o
  775. [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRational.cpp.o
  776. Scanning dependencies of target opencv_perf_objdetect_pch_dephelp
  777. [ 17%] Building CXX object modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/opencv_perf_objdetect_pch_dephelp.cxx.o
  778. [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRgbaFile.cpp.o
  779. [ 17%] Linking CXX static library ../../lib/libopencv_test_objdetect_pch_dephelp.a
  780. [ 17%] Built target opencv_test_objdetect_pch_dephelp
  781. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfEnvmapAttribute.cpp.o
  782. [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o
  783. [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o
  784. [ 18%] Linking CXX static library ../../lib/libopencv_objdetect_pch_dephelp.a
  785. [ 18%] Built target opencv_objdetect_pch_dephelp
  786. Scanning dependencies of target opencv_test_photo_pch_dephelp
  787. [ 18%] Building CXX object modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/opencv_test_photo_pch_dephelp.cxx.o
  788. Scanning dependencies of target opencv_photo_pch_dephelp
  789. [ 18%] Building CXX object modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/opencv_photo_pch_dephelp.cxx.o
  790. Scanning dependencies of target opencv_perf_photo_pch_dephelp
  791. [ 18%] Building CXX object modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/opencv_perf_photo_pch_dephelp.cxx.o
  792. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledMisc.cpp.o
  793. [ 18%] Linking CXX static library ../../lib/libopencv_perf_objdetect_pch_dephelp.a
  794. [ 18%] Built target opencv_perf_objdetect_pch_dephelp
  795. Scanning dependencies of target opencv_test_video_pch_dephelp
  796. [ 18%] Building CXX object modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/opencv_test_video_pch_dephelp.cxx.o
  797. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPxr24Compressor.cpp.o
  798. [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o
  799. [ 18%] Linking CXX static library ../../lib/libopencv_test_photo_pch_dephelp.a
  800. [ 18%] Built target opencv_test_photo_pch_dephelp
  801. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTestFile.cpp.o
  802. [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o
  803. [ 18%] Linking CXX static library ../../lib/libopencv_photo_pch_dephelp.a
  804. [ 18%] Built target opencv_photo_pch_dephelp
  805. Scanning dependencies of target opencv_video_pch_dephelp
  806. [ 18%] Building CXX object modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/opencv_video_pch_dephelp.cxx.o
  807. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTimeCodeAttribute.cpp.o
  808. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfEnvmap.cpp.o
  809. [ 18%] Linking CXX static library ../../lib/libopencv_perf_photo_pch_dephelp.a
  810. Scanning dependencies of target opencv_perf_video_pch_dephelp
  811. [ 18%] Building CXX object modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/opencv_perf_video_pch_dephelp.cxx.o
  812. [ 18%] Built target opencv_perf_photo_pch_dephelp
  813. [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o
  814. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCompressor.cpp.o
  815. [ 18%] Linking CXX static library ../../lib/libopencv_test_video_pch_dephelp.a
  816. [ 18%] Built target opencv_test_video_pch_dephelp
  817. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRleCompressor.cpp.o
  818. [ 18%] Linking CXX static library ../../lib/libopencv_video_pch_dephelp.a
  819. [ 18%] Built target opencv_video_pch_dephelp
  820. Scanning dependencies of target opencv_test_dnn_pch_dephelp
  821. Scanning dependencies of target opencv_dnn_pch_dephelp
  822. [ 18%] Building CXX object modules/dnn/CMakeFiles/opencv_dnn_pch_dephelp.dir/opencv_dnn_pch_dephelp.cxx.o
  823. [ 18%] Building CXX object modules/dnn/CMakeFiles/opencv_test_dnn_pch_dephelp.dir/opencv_test_dnn_pch_dephelp.cxx.o
  824. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRgbaYca.cpp.o
  825. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfHeader.cpp.o
  826. [ 18%] Linking CXX static library ../../lib/libopencv_perf_video_pch_dephelp.a
  827. [ 18%] Built target opencv_perf_video_pch_dephelp
  828. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFloatAttribute.cpp.o
  829. [ 18%] Linking CXX static library ../../lib/libopencv_dnn_pch_dephelp.a
  830. [ 18%] Built target opencv_dnn_pch_dephelp
  831. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTileOffsets.cpp.o
  832. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStdIO.cpp.o
  833. Scanning dependencies of target opencv_perf_dnn_pch_dephelp
  834. [ 18%] Building CXX object modules/dnn/CMakeFiles/opencv_perf_dnn_pch_dephelp.dir/opencv_perf_dnn_pch_dephelp.cxx.o
  835. Scanning dependencies of target opencv_test_imgcodecs_pch_dephelp
  836. [ 18%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/opencv_test_imgcodecs_pch_dephelp.cxx.o
  837. [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChromaticities.cpp.o
  838. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChannelListAttribute.cpp.o
  839. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfThreading.cpp.o
  840. [ 19%] Linking CXX static library ../../lib/libopencv_test_dnn_pch_dephelp.a
  841. [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o
  842. [ 19%] Built target opencv_test_dnn_pch_dephelp
  843. [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o
  844. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfAttribute.cpp.o
  845. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfLineOrderAttribute.cpp.o
  846. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfScanLineInputFile.cpp.o
  847. Scanning dependencies of target opencv_perf_imgcodecs_pch_dephelp
  848. [ 19%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/opencv_perf_imgcodecs_pch_dephelp.cxx.o
  849. [ 19%] Linking CXX static library ../../lib/libopencv_perf_dnn_pch_dephelp.a
  850. [ 19%] Built target opencv_perf_dnn_pch_dephelp
  851. Scanning dependencies of target opencv_shape_pch_dephelp
  852. Scanning dependencies of target opencv_test_shape_pch_dephelp
  853. [ 19%] Building CXX object modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/opencv_shape_pch_dephelp.cxx.o
  854. [ 19%] Building CXX object modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/opencv_test_shape_pch_dephelp.cxx.o
  855. [ 19%] Linking CXX static library ../../lib/libopencv_test_imgcodecs_pch_dephelp.a
  856. [ 19%] Built target opencv_test_imgcodecs_pch_dephelp
  857. [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o
  858. [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o
  859. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPizCompressor.cpp.o
  860. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledRgbaFile.cpp.o
  861. [ 19%] Linking CXX static library ../../lib/libopencv_shape_pch_dephelp.a
  862. [ 19%] Built target opencv_shape_pch_dephelp
  863. Scanning dependencies of target opencv_test_videoio_pch_dephelp
  864. [ 19%] Building CXX object modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/opencv_test_videoio_pch_dephelp.cxx.o
  865. Scanning dependencies of target opencv_perf_videoio_pch_dephelp
  866. [ 19%] Building CXX object modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/opencv_perf_videoio_pch_dephelp.cxx.o
  867. [ 19%] Linking CXX static library ../../lib/libopencv_perf_imgcodecs_pch_dephelp.a
  868. [ 19%] Built target opencv_perf_imgcodecs_pch_dephelp
  869. [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o
  870. Scanning dependencies of target opencv_test_highgui_pch_dephelp
  871. [ 19%] Building CXX object modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/opencv_test_highgui_pch_dephelp.cxx.o
  872. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfKeyCode.cpp.o
  873. [ 19%] Linking CXX static library ../../lib/libopencv_test_shape_pch_dephelp.a
  874. [ 19%] Built target opencv_test_shape_pch_dephelp
  875. Scanning dependencies of target opencv_test_superres_pch_dephelp
  876. [ 19%] Building CXX object modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/opencv_test_superres_pch_dephelp.cxx.o
  877. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChannelList.cpp.o
  878. [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledOutputFile.cpp.o
  879. Scanning dependencies of target opencv_superres_pch_dephelp
  880. [ 19%] Building CXX object modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/opencv_superres_pch_dephelp.cxx.o
  881. [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o
  882. [ 20%] Linking CXX static library ../../lib/libopencv_test_videoio_pch_dephelp.a
  883. [ 20%] Built target opencv_test_videoio_pch_dephelp
  884. [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven.cc.o
  885. [ 20%] Linking CXX static library ../../lib/libopencv_perf_videoio_pch_dephelp.a
  886. [ 20%] Built target opencv_perf_videoio_pch_dephelp
  887. [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o
  888. [ 20%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfKeyCodeAttribute.cpp.o
  889. [ 21%] Linking CXX static library ../../lib/libopencv_test_highgui_pch_dephelp.a
  890. [ 21%] Built target opencv_test_highgui_pch_dephelp
  891. Scanning dependencies of target opencv_perf_superres_pch_dephelp
  892. [ 21%] Building CXX object modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/opencv_perf_superres_pch_dephelp.cxx.o
  893. [ 21%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfOpaqueAttribute.cpp.o
  894. [ 21%] Linking CXX static library ../../lib/libopencv_test_superres_pch_dephelp.a
  895. [ 21%] Built target opencv_test_superres_pch_dephelp
  896. [ 21%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCompressionAttribute.cpp.o
  897. [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o
  898. [ 21%] Linking CXX static library ../../lib/libopencv_superres_pch_dephelp.a
  899. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfVecAttribute.cpp.o
  900. [ 22%] Built target opencv_superres_pch_dephelp
  901. Scanning dependencies of target opencv_features2d_pch_dephelp
  902. [ 22%] Building CXX object modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o
  903. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTimeCode.cpp.o
  904. [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o
  905. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfWav.cpp.o
  906. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledInputFile.cpp.o
  907. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfOutputFile.cpp.o
  908. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfAcesFile.cpp.o
  909. [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfIntAttribute.cpp.o
  910. [ 22%] Linking CXX static library ../../lib/libopencv_features2d_pch_dephelp.a
  911. Scanning dependencies of target opencv_perf_features2d_pch_dephelp
  912. [ 22%] Built target opencv_features2d_pch_dephelp
  913. Scanning dependencies of target opencv_test_features2d_pch_dephelp
  914. [ 22%] Building CXX object modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/opencv_perf_features2d_pch_dephelp.cxx.o
  915. [ 22%] Building CXX object modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/opencv_test_features2d_pch_dephelp.cxx.o
  916. [ 22%] Linking CXX static library ../../lib/libopencv_perf_superres_pch_dephelp.a
  917. Scanning dependencies of target opencv_test_calib3d_pch_dephelp
  918. [ 22%] Built target opencv_perf_superres_pch_dephelp
  919. [ 23%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/opencv_test_calib3d_pch_dephelp.cxx.o
  920. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o
  921. [ 23%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTileDescriptionAttribute.cpp.o
  922. Scanning dependencies of target opencv_calib3d_pch_dephelp
  923. [ 23%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.cxx.o
  924. Scanning dependencies of target opencv_perf_calib3d_pch_dephelp
  925. [ 23%] Building CXX object modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/opencv_perf_calib3d_pch_dephelp.cxx.o
  926. [ 23%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfDoubleAttribute.cpp.o
  927. [ 23%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFramesPerSecond.cpp.o
  928. [ 23%] Linking CXX static library ../lib/libIlmImf.a
  929. [ 23%] Built target IlmImf
  930. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o
  931. Scanning dependencies of target gen_opencv_java_source
  932. [ 23%] Generate files for Java bindings
  933. JAVA: Processing OpenCV modules: 12
  934. [ 23%] Linking CXX static library ../../lib/libopencv_calib3d_pch_dephelp.a
  935. [ 23%] Built target opencv_calib3d_pch_dephelp
  936. duplicated: CLASS cv::.Algorithm :
  937. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o
  938. [ 23%] Linking CXX static library ../../lib/libopencv_perf_features2d_pch_dephelp.a
  939. [ 23%] Built target opencv_perf_features2d_pch_dephelp
  940. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o
  941. [ 23%] Linking CXX static library ../../lib/libopencv_test_features2d_pch_dephelp.a
  942. SKIP:void read(FileNode fn) due to ARG typeFileNode/I
  943. SKIP:void write(Ptr_FileStorage fs, String name = String()) due to ARG typePtr_FileStorage/I
  944. [ 23%] Built target opencv_test_features2d_pch_dephelp
  945. Scanning dependencies of target opencv_test_stitching_pch_dephelp
  946. [ 23%] Building CXX object modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/opencv_test_stitching_pch_dephelp.cxx.o
  947. [ 23%] Linking CXX static library ../../lib/libopencv_test_calib3d_pch_dephelp.a
  948. Scanning dependencies of target opencv_stitching_pch_dephelp
  949. [ 23%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/opencv_stitching_pch_dephelp.cxx.o
  950. [ 23%] Built target opencv_test_calib3d_pch_dephelp
  951. Scanning dependencies of target opencv_perf_stitching_pch_dephelp
  952. [ 23%] Building CXX object modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/opencv_perf_stitching_pch_dephelp.cxx.o
  953. [ 23%] Linking CXX static library ../../lib/libopencv_perf_calib3d_pch_dephelp.a
  954. [ 23%] Built target opencv_perf_calib3d_pch_dephelp
  955. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o
  956. SKIP:bool read(FileNode node) due to ARG typeFileNode/I
  957. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o
  958. SKIP:void forward(vector_vector_Mat& outputBlobs, vector_String outBlobNames) due to ARG typevector_vector_Mat/O
  959. SKIP:void getLayersShapes(MatShape netInputShape, vector_int& layersIds, vector_vector_MatShape& inLayersShapes, vector_vector_MatShape& outLayersShapes) due to ARG typevector_vector_MatShape/O
  960. SKIP:void getLayersShapes(vector_MatShape netInputShapes, vector_int& layersIds, vector_vector_MatShape& inLayersShapes, vector_vector_MatShape& outLayersShapes) due to ARG typevector_vector_MatShape/O
  961. [ 23%] Linking CXX static library ../../lib/libopencv_stitching_pch_dephelp.a
  962. [ 23%] Built target opencv_stitching_pch_dephelp
  963. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o
  964. [ 23%] Linking CXX static library ../../lib/libopencv_test_stitching_pch_dephelp.a
  965. SKIP:BOWImgDescriptorExtractor(Ptr_DescriptorExtractor dextractor, Ptr_DescriptorMatcher dmatcher) due to ARG typePtr_DescriptorExtractor/I
  966. [ 23%] Built target opencv_test_stitching_pch_dephelp
  967. Scanning dependencies of target opencv_videostab_pch_dephelp
  968. SKIP:void read(FileNode arg1) due to ARG typeFileNode/I
  969. SKIP:void write(Ptr_FileStorage fs, String name = String()) due to ARG typePtr_FileStorage/I
  970. [ 23%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/opencv_videostab_pch_dephelp.cxx.o
  971. SKIP:void read(FileNode arg1) due to ARG typeFileNode/I
  972. SKIP:void write(Ptr_FileStorage fs, String name = String()) due to ARG typePtr_FileStorage/I
  973. SKIP:uchar Params::blobColor due to RET typeuchar
  974. SKIP:void Params::blobColor due to ARG typeuchar/I
  975. [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o
  976. [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o
  977. [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o
  978. duplicated: CONST CALIB_FIX_PRINCIPAL_POINT=1 << 9
  979. [ 24%] Linking CXX static library ../../lib/libopencv_perf_stitching_pch_dephelp.a
  980. SKIP:bool findCirclesGrid(Mat image, Size patternSize, Mat& centers, int flags, Ptr_FeatureDetector blobDetector, CirclesGridFinderParameters parameters) due to ARG typePtr_FeatureDetector/I
  981. [ 24%] Built target opencv_perf_stitching_pch_dephelp
  982. Scanning dependencies of target opencv_test_videostab_pch_dephelp
  983. Generated files: 205 (updated 205)
  984. [ 24%] Building CXX object modules/videostab/CMakeFiles/opencv_test_videostab_pch_dephelp.dir/opencv_test_videostab_pch_dephelp.cxx.o
  985. [ 24%] Built target gen_opencv_java_source
  986. [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o
  987. [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o
  988. [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o
  989. [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o
  990. [ 24%] Linking CXX static library ../../lib/libopencv_videostab_pch_dephelp.a
  991. [ 24%] Built target opencv_videostab_pch_dephelp
  992. Scanning dependencies of target gen_opencv_python_source
  993. [ 25%] Generate files for Python bindings and documentation
  994. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o
  995. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o
  996. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o
  997. [ 25%] Linking CXX static library ../../lib/libopencv_test_videostab_pch_dephelp.a
  998. [ 25%] Built target gen_opencv_python_source
  999. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o
  1000. [ 25%] Built target opencv_test_videostab_pch_dephelp
  1001. Scanning dependencies of target pch_Generate_opencv_ts
  1002. [ 25%] Generating precomp.hpp
  1003. [ 25%] Generating precomp.hpp.gch/opencv_ts_Debug.gch
  1004. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
  1005. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o
  1006. Scanning dependencies of target pch_Generate_opencv_core
  1007. [ 25%] Generating precomp.hpp
  1008. [ 25%] Generating precomp.hpp.gch/opencv_core_Debug.gch
  1009. [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o
  1010. Scanning dependencies of target pch_Generate_opencv_imgproc
  1011. [ 25%] Generating precomp.hpp
  1012. [ 26%] Generating precomp.hpp.gch/opencv_imgproc_Debug.gch
  1013. Scanning dependencies of target pch_Generate_opencv_imgcodecs
  1014. [ 26%] Generating precomp.hpp
  1015. [ 26%] Generating precomp.hpp.gch/opencv_imgcodecs_Debug.gch
  1016. Scanning dependencies of target pch_Generate_opencv_videoio
  1017. [ 26%] Generating precomp.hpp
  1018. [ 26%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o
  1019. [ 26%] Generating precomp.hpp.gch/opencv_videoio_Debug.gch
  1020. Scanning dependencies of target pch_Generate_opencv_highgui
  1021. [ 26%] Generating precomp.hpp
  1022. [ 26%] Generating precomp.hpp.gch/opencv_highgui_Debug.gch
  1023. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o
  1024. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o
  1025. [ 27%] Built target pch_Generate_opencv_imgproc
  1026. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o
  1027. [ 27%] Built target pch_Generate_opencv_core
  1028. Scanning dependencies of target pch_Generate_opencv_perf_core
  1029. [ 27%] Generating perf_precomp.hpp
  1030. [ 27%] Generating perf_precomp.hpp.gch/opencv_perf_core_Debug.gch
  1031. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o
  1032. [ 27%] Built target pch_Generate_opencv_imgcodecs
  1033. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
  1034. [ 27%] Built target pch_Generate_opencv_ts
  1035. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o
  1036. [ 27%] Built target pch_Generate_opencv_videoio
  1037. Scanning dependencies of target pch_Generate_opencv_flann
  1038. [ 27%] Generating precomp.hpp
  1039. [ 27%] Generating precomp.hpp.gch/opencv_flann_Debug.gch
  1040. [ 27%] Built target pch_Generate_opencv_highgui
  1041. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o
  1042. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o
  1043. Scanning dependencies of target pch_Generate_opencv_test_flann
  1044. [ 27%] Generating test_precomp.hpp
  1045. [ 27%] Generating test_precomp.hpp.gch/opencv_test_flann_Debug.gch
  1046. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o
  1047. [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o
  1048. Scanning dependencies of target pch_Generate_opencv_test_imgproc
  1049. [ 28%] Generating test_precomp.hpp
  1050. Scanning dependencies of target pch_Generate_opencv_perf_imgproc
  1051. [ 28%] Generating test_precomp.hpp.gch/opencv_test_imgproc_Debug.gch
  1052. [ 28%] Generating perf_precomp.hpp
  1053. [ 28%] Generating perf_precomp.hpp.gch/opencv_perf_imgproc_Debug.gch
  1054. Scanning dependencies of target pch_Generate_opencv_ml
  1055. [ 28%] Generating precomp.hpp
  1056. [ 28%] Generating precomp.hpp.gch/opencv_ml_Debug.gch
  1057. [ 28%] Built target pch_Generate_opencv_perf_core
  1058. [ 28%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o
  1059. [ 28%] Built target pch_Generate_opencv_flann
  1060. [ 28%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o
  1061. Scanning dependencies of target pch_Generate_opencv_test_ml
  1062. [ 28%] Generating test_precomp.hpp
  1063. [ 28%] Generating test_precomp.hpp.gch/opencv_test_ml_Debug.gch
  1064. [ 28%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o
  1065. Scanning dependencies of target pch_Generate_opencv_test_objdetect
  1066. [ 28%] Generating test_precomp.hpp
  1067. [ 28%] Generating test_precomp.hpp.gch/opencv_test_objdetect_Debug.gch
  1068. [ 28%] Built target pch_Generate_opencv_test_flann
  1069. Scanning dependencies of target pch_Generate_opencv_objdetect
  1070. [ 28%] Generating precomp.hpp
  1071. [ 28%] Generating precomp.hpp.gch/opencv_objdetect_Debug.gch
  1072. [ 28%] Built target pch_Generate_opencv_ml
  1073. Scanning dependencies of target pch_Generate_opencv_perf_objdetect
  1074. [ 28%] Generating perf_precomp.hpp
  1075. [ 28%] Generating perf_precomp.hpp.gch/opencv_perf_objdetect_Debug.gch
  1076. [ 28%] Built target pch_Generate_opencv_perf_imgproc
  1077. Scanning dependencies of target pch_Generate_opencv_test_photo
  1078. [ 28%] Built target pch_Generate_opencv_test_imgproc
  1079. [ 28%] Generating test_precomp.hpp
  1080. Scanning dependencies of target pch_Generate_opencv_photo
  1081. [ 29%] Linking CXX static library ../lib/liblibprotobuf.a
  1082. [ 29%] Generating precomp.hpp
  1083. [ 29%] Generating test_precomp.hpp.gch/opencv_test_photo_Debug.gch
  1084. [ 29%] Generating precomp.hpp.gch/opencv_photo_Debug.gch
  1085. [ 29%] Built target libprotobuf
  1086. Scanning dependencies of target pch_Generate_opencv_perf_photo
  1087. [ 29%] Generating perf_precomp.hpp
  1088. [ 29%] Generating perf_precomp.hpp.gch/opencv_perf_photo_Debug.gch
  1089. [ 29%] Built target pch_Generate_opencv_test_ml
  1090. Scanning dependencies of target pch_Generate_opencv_test_video
  1091. [ 29%] Generating test_precomp.hpp
  1092. [ 30%] Generating test_precomp.hpp.gch/opencv_test_video_Debug.gch
  1093. [ 30%] Built target pch_Generate_opencv_objdetect
  1094. Scanning dependencies of target pch_Generate_opencv_video
  1095. [ 30%] Generating precomp.hpp
  1096. [ 30%] Generating precomp.hpp.gch/opencv_video_Debug.gch
  1097. [ 30%] Built target pch_Generate_opencv_photo
  1098. Scanning dependencies of target pch_Generate_opencv_perf_video
  1099. [ 30%] Generating perf_precomp.hpp
  1100. [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_video_Debug.gch
  1101. [ 31%] Built target pch_Generate_opencv_test_objdetect
  1102. Scanning dependencies of target pch_Generate_opencv_test_dnn
  1103. [ 31%] Generating test_precomp.hpp
  1104. [ 31%] Generating test_precomp.hpp.gch/opencv_test_dnn_Debug.gch
  1105. [ 31%] Built target pch_Generate_opencv_perf_objdetect
  1106. Scanning dependencies of target pch_Generate_opencv_dnn
  1107. [ 31%] Generating precomp.hpp
  1108. [ 31%] Generating precomp.hpp.gch/opencv_dnn_Debug.gch
  1109. [ 31%] Built target pch_Generate_opencv_test_photo
  1110. Scanning dependencies of target pch_Generate_opencv_perf_dnn
  1111. [ 31%] Generating perf_precomp.hpp
  1112. [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_dnn_Debug.gch
  1113. [ 31%] Built target pch_Generate_opencv_perf_photo
  1114. Scanning dependencies of target pch_Generate_opencv_test_imgcodecs
  1115. [ 31%] Generating test_precomp.hpp
  1116. [ 31%] Generating test_precomp.hpp.gch/opencv_test_imgcodecs_Debug.gch
  1117. [ 31%] Built target pch_Generate_opencv_test_video
  1118. [ 31%] Built target pch_Generate_opencv_video
  1119. Scanning dependencies of target pch_Generate_opencv_perf_imgcodecs
  1120. Scanning dependencies of target pch_Generate_opencv_shape
  1121. [ 31%] Generating perf_precomp.hpp
  1122. [ 31%] Generating precomp.hpp
  1123. [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_imgcodecs_Debug.gch
  1124. [ 31%] Generating precomp.hpp.gch/opencv_shape_Debug.gch
  1125. [ 31%] Built target pch_Generate_opencv_dnn
  1126. Scanning dependencies of target pch_Generate_opencv_test_shape
  1127. [ 31%] Generating test_precomp.hpp
  1128. [ 31%] Generating test_precomp.hpp.gch/opencv_test_shape_Debug.gch
  1129. [ 31%] Built target pch_Generate_opencv_perf_video
  1130. Scanning dependencies of target pch_Generate_opencv_test_videoio
  1131. [ 31%] Generating test_precomp.hpp
  1132. [ 31%] Generating test_precomp.hpp.gch/opencv_test_videoio_Debug.gch
  1133. [ 31%] Built target pch_Generate_opencv_test_dnn
  1134. Scanning dependencies of target pch_Generate_opencv_perf_videoio
  1135. [ 31%] Generating perf_precomp.hpp
  1136. [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_videoio_Debug.gch
  1137. [ 31%] Built target pch_Generate_opencv_perf_dnn
  1138. Scanning dependencies of target pch_Generate_opencv_test_highgui
  1139. [ 31%] Generating test_precomp.hpp
  1140. [ 31%] Generating test_precomp.hpp.gch/opencv_test_highgui_Debug.gch
  1141. [ 31%] Built target pch_Generate_opencv_shape
  1142. Scanning dependencies of target pch_Generate_opencv_superres
  1143. [ 31%] Built target pch_Generate_opencv_test_imgcodecs
  1144. [ 31%] Generating precomp.hpp
  1145. Scanning dependencies of target pch_Generate_opencv_perf_superres
  1146. [ 31%] Generating precomp.hpp.gch/opencv_superres_Debug.gch
  1147. [ 31%] Generating perf_precomp.hpp
  1148. [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_superres_Debug.gch
  1149. [ 31%] Built target pch_Generate_opencv_perf_imgcodecs
  1150. Scanning dependencies of target pch_Generate_opencv_test_superres
  1151. [ 31%] Generating test_precomp.hpp
  1152. [ 31%] Generating test_precomp.hpp.gch/opencv_test_superres_Debug.gch
  1153. [ 31%] Built target pch_Generate_opencv_test_shape
  1154. Scanning dependencies of target pch_Generate_opencv_features2d
  1155. [ 31%] Generating precomp.hpp
  1156. [ 31%] Generating precomp.hpp.gch/opencv_features2d_Debug.gch
  1157. [ 31%] Built target pch_Generate_opencv_test_videoio
  1158. Scanning dependencies of target pch_Generate_opencv_perf_features2d
  1159. [ 32%] Generating perf_precomp.hpp
  1160. [ 32%] Generating perf_precomp.hpp.gch/opencv_perf_features2d_Debug.gch
  1161. [ 32%] Built target pch_Generate_opencv_perf_videoio
  1162. Scanning dependencies of target pch_Generate_opencv_test_features2d
  1163. [ 32%] Generating test_precomp.hpp
  1164. [ 32%] Generating test_precomp.hpp.gch/opencv_test_features2d_Debug.gch
  1165. [ 32%] Built target pch_Generate_opencv_superres
  1166. Scanning dependencies of target pch_Generate_opencv_calib3d
  1167. [ 32%] Generating precomp.hpp
  1168. [ 33%] Generating precomp.hpp.gch/opencv_calib3d_Debug.gch
  1169. [ 33%] Built target pch_Generate_opencv_test_highgui
  1170. Scanning dependencies of target pch_Generate_opencv_test_calib3d
  1171. [ 33%] Generating test_precomp.hpp
  1172. [ 33%] Generating test_precomp.hpp.gch/opencv_test_calib3d_Debug.gch
  1173. [ 33%] Built target pch_Generate_opencv_perf_superres
  1174. Scanning dependencies of target pch_Generate_opencv_perf_calib3d
  1175. [ 33%] Generating perf_precomp.hpp
  1176. [ 33%] Generating perf_precomp.hpp.gch/opencv_perf_calib3d_Debug.gch
  1177. [ 33%] Built target pch_Generate_opencv_test_superres
  1178. Scanning dependencies of target opencv_java_jar_source_copy
  1179. [ 33%] Copy Java(JAR) source files
  1180. COPYFILES: ... 1 entries (JAVA_SRC_COPY)
  1181. COPYFILES: ... directory '.../gen/java' with 114 files
  1182. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/osgi/OpenCVNativeLoader.java' ...
  1183. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/osgi/OpenCVInterface.java' ...
  1184. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/utils/Converters.java' ...
  1185. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/StereoSGBM.java' ...
  1186. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/StereoBM.java' ...
  1187. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/Calib3d.java' ...
  1188. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/StereoMatcher.java' ...
  1189. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/videoio/VideoWriter.java' ...
  1190. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/videoio/Videoio.java' ...
  1191. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/videoio/VideoCapture.java' ...
  1192. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/FlannBasedMatcher.java' ...
  1193. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BOWImgDescriptorExtractor.java' ...
  1194. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/Features2d.java' ...
  1195. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/Params.java' ...
  1196. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BRISK.java' ...
  1197. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/Feature2D.java' ...
  1198. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/AgastFeatureDetector.java' ...
  1199. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/FastFeatureDetector.java' ...
  1200. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/KAZE.java' ...
  1201. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/AKAZE.java' ...
  1202. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BOWKMeansTrainer.java' ...
  1203. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/GFTTDetector.java' ...
  1204. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/ORB.java' ...
  1205. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BFMatcher.java' ...
  1206. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/DescriptorMatcher.java' ...
  1207. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BOWTrainer.java' ...
  1208. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/MSER.java' ...
  1209. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/StatModel.java' ...
  1210. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/SVM.java' ...
  1211. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/RTrees.java' ...
  1212. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/EM.java' ...
  1213. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/Boost.java' ...
  1214. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/Ml.java' ...
  1215. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/ParamGrid.java' ...
  1216. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/DTrees.java' ...
  1217. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/SVMSGD.java' ...
  1218. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/KNearest.java' ...
  1219. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/LogisticRegression.java' ...
  1220. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/ANN_MLP.java' ...
  1221. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/TrainData.java' ...
  1222. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/NormalBayesClassifier.java' ...
  1223. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgcodecs/Imgcodecs.java' ...
  1224. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/SparseOpticalFlow.java' ...
  1225. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/BackgroundSubtractorMOG2.java' ...
  1226. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/KalmanFilter.java' ...
  1227. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/SparsePyrLKOpticalFlow.java' ...
  1228. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/DualTVL1OpticalFlow.java' ...
  1229. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/DenseOpticalFlow.java' ...
  1230. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/FarnebackOpticalFlow.java' ...
  1231. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/BackgroundSubtractorKNN.java' ...
  1232. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/BackgroundSubtractor.java' ...
  1233. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/Video.java' ...
  1234. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/CascadeClassifier.java' ...
  1235. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/HOGDescriptor.java' ...
  1236. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/Objdetect.java' ...
  1237. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/BaseCascadeClassifier.java' ...
  1238. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/Imgproc.java' ...
  1239. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/Subdiv2D.java' ...
  1240. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/CLAHE.java' ...
  1241. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/Moments.java' ...
  1242. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/LineSegmentDetector.java' ...
  1243. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapDurand.java' ...
  1244. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/AlignMTB.java' ...
  1245. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapReinhard.java' ...
  1246. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/CalibrateCRF.java' ...
  1247. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/CalibrateDebevec.java' ...
  1248. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/Tonemap.java' ...
  1249. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeExposures.java' ...
  1250. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeMertens.java' ...
  1251. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapMantiuk.java' ...
  1252. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeDebevec.java' ...
  1253. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeRobertson.java' ...
  1254. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapDrago.java' ...
  1255. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/Photo.java' ...
  1256. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/AlignExposures.java' ...
  1257. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/CalibrateRobertson.java' ...
  1258. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/highgui/HighGui.java' ...
  1259. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/highgui/ImageWindow.java' ...
  1260. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/Dnn.java' ...
  1261. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/Net.java' ...
  1262. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/DictValue.java' ...
  1263. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/Layer.java' ...
  1264. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Core.java' ...
  1265. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfByte.java' ...
  1266. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/RotatedRect.java' ...
  1267. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfInt4.java' ...
  1268. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfFloat6.java' ...
  1269. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint2f.java' ...
  1270. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Rect.java' ...
  1271. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/TickMeter.java' ...
  1272. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/CvException.java' ...
  1273. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfDMatch.java' ...
  1274. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfRect2d.java' ...
  1275. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Point3.java' ...
  1276. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/CvType.java' ...
  1277. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Algorithm.java' ...
  1278. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfFloat4.java' ...
  1279. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Point.java' ...
  1280. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Size.java' ...
  1281. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/TermCriteria.java' ...
  1282. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfKeyPoint.java' ...
  1283. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Range.java' ...
  1284. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfFloat.java' ...
  1285. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/DMatch.java' ...
  1286. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Mat.java' ...
  1287. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfRect.java' ...
  1288. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Scalar.java' ...
  1289. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/KeyPoint.java' ...
  1290. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfDouble.java' ...
  1291. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint.java' ...
  1292. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint3f.java' ...
  1293. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint3.java' ...
  1294. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfInt.java' ...
  1295. COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Rect2d.java' ...
  1296. COPYFILES: Updated!
  1297. [ 33%] Built target opencv_java_jar_source_copy
  1298. Scanning dependencies of target opencv_java_test_source_copy
  1299. [ 33%] Copying res/drawable/chessboard.jpg
  1300. [ 33%] Copying res/drawable/lena.png
  1301. [ 33%] Copying res/drawable/icon.png
  1302. [ 33%] Copying res/values/strings.xml
  1303. [ 33%] Copying res/layout/main.xml
  1304. [ 33%] Copying res/raw/lbpcascade_frontalface.xml
  1305. [ 33%] Copying src/org/opencv/test/utils/ConvertersTest.java
  1306. [ 33%] Built target pch_Generate_opencv_features2d
  1307. Scanning dependencies of target pch_Generate_opencv_test_stitching
  1308. [ 33%] Copy Java(Test) source files
  1309. [ 33%] Generating test_precomp.hpp
  1310. COPYFILES: ... 1 entries (JAVA_TEST_SRC_COPY)
  1311. COPYFILES: ... directory '.../gen/test' with 52 files
  1312. COPYFILES: Copying: 'java_test/src/org/opencv/test/calib3d/StereoSGBMTest.java' ...
  1313. COPYFILES: Copying: 'java_test/src/org/opencv/test/calib3d/StereoBMTest.java' ...
  1314. COPYFILES: Copying: 'java_test/src/org/opencv/test/calib3d/Calib3dTest.java' ...
  1315. COPYFILES: Copying: 'java_test/src/org/opencv/test/videoio/VideoCaptureTest.java' ...
  1316. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/STARFeatureDetectorTest.java' ...
  1317. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SIFTFeatureDetectorTest.java' ...
  1318. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceSL2DescriptorMatcherTest.java' ...
  1319. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceL1DescriptorMatcherTest.java' ...
  1320. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SURFDescriptorExtractorTest.java' ...
  1321. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceHammingLUTDescriptorMatcherTest.java' ...
  1322. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceDescriptorMatcherTest.java' ...
  1323. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/HARRISFeatureDetectorTest.java' ...
  1324. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/MSERFeatureDetectorTest.java' ...
  1325. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/ORBDescriptorExtractorTest.java' ...
  1326. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BRIEFDescriptorExtractorTest.java' ...
  1327. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/FASTFeatureDetectorTest.java' ...
  1328. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/GFTTFeatureDetectorTest.java' ...
  1329. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SURFFeatureDetectorTest.java' ...
  1330. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/DENSEFeatureDetectorTest.java' ...
  1331. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/Features2dTest.java' ...
  1332. [ 33%] Generating test_precomp.hpp.gch/opencv_test_stitching_Debug.gch
  1333. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceHammingDescriptorMatcherTest.java' ...
  1334. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/ORBFeatureDetectorTest.java' ...
  1335. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SIMPLEBLOBFeatureDetectorTest.java' ...
  1336. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/FlannBasedDescriptorMatcherTest.java' ...
  1337. COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SIFTDescriptorExtractorTest.java' ...
  1338. COPYFILES: Copying: 'java_test/src/org/opencv/test/ml/MLTest.java' ...
  1339. COPYFILES: Copying: 'java_test/src/org/opencv/test/imgcodecs/ImgcodecsTest.java' ...
  1340. COPYFILES: Copying: 'java_test/src/org/opencv/test/video/BackgroundSubtractorMOGTest.java' ...
  1341. COPYFILES: Copying: 'java_test/src/org/opencv/test/video/VideoTest.java' ...
  1342. COPYFILES: Copying: 'java_test/src/org/opencv/test/video/KalmanFilterTest.java' ...
  1343. COPYFILES: Copying: 'java_test/src/org/opencv/test/objdetect/CascadeClassifierTest.java' ...
  1344. COPYFILES: Copying: 'java_test/src/org/opencv/test/objdetect/ObjdetectTest.java' ...
  1345. COPYFILES: Copying: 'java_test/src/org/opencv/test/objdetect/HOGDescriptorTest.java' ...
  1346. COPYFILES: Copying: 'java_test/src/org/opencv/test/imgproc/MomentsTest.java' ...
  1347. COPYFILES: Copying: 'java_test/src/org/opencv/test/imgproc/ImgprocTest.java' ...
  1348. COPYFILES: Copying: 'java_test/src/org/opencv/test/imgproc/Subdiv2DTest.java' ...
  1349. COPYFILES: Copying: 'java_test/src/org/opencv/test/photo/PhotoTest.java' ...
  1350. COPYFILES: Copying: 'java_test/src/org/opencv/test/dnn/DnnTensorFlowTest.java' ...
  1351. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/SizeTest.java' ...
  1352. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/PointTest.java' ...
  1353. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/Point3Test.java' ...
  1354. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/DMatchTest.java' ...
  1355. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/TermCriteriaTest.java' ...
  1356. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/CoreTest.java' ...
  1357. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/RectTest.java' ...
  1358. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/KeyPointTest.java' ...
  1359. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/RangeTest.java' ...
  1360. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/CvTypeTest.java' ...
  1361. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/ScalarTest.java' ...
  1362. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/RotatedRectTest.java' ...
  1363. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/MatOfByteTest.java' ...
  1364. COPYFILES: Copying: 'java_test/src/org/opencv/test/core/MatTest.java' ...
  1365. COPYFILES: Updated!
  1366. [ 33%] Built target opencv_java_test_source_copy
  1367. Scanning dependencies of target pch_Generate_opencv_stitching
  1368. [ 33%] Generating precomp.hpp
  1369. [ 33%] Generating precomp.hpp.gch/opencv_stitching_Debug.gch
  1370. [ 33%] Built target pch_Generate_opencv_calib3d
  1371. Scanning dependencies of target pch_Generate_opencv_perf_stitching
  1372. [ 33%] Generating perf_precomp.hpp
  1373. [ 33%] Generating perf_precomp.hpp.gch/opencv_perf_stitching_Debug.gch
  1374. [ 33%] Built target pch_Generate_opencv_perf_features2d
  1375. Scanning dependencies of target pch_Generate_opencv_videostab
  1376. [ 34%] Generating precomp.hpp
  1377. [ 34%] Generating precomp.hpp.gch/opencv_videostab_Debug.gch
  1378. [ 34%] Built target pch_Generate_opencv_test_features2d
  1379. Scanning dependencies of target pch_Generate_opencv_test_videostab
  1380. [ 34%] Generating test_precomp.hpp
  1381. [ 34%] Generating test_precomp.hpp.gch/opencv_test_videostab_Debug.gch
  1382. [ 34%] Built target pch_Generate_opencv_test_calib3d
  1383. [ 34%] Processing OpenCL kernels (core)
  1384. Scanning dependencies of target opencv_core
  1385. [ 34%] Built target pch_Generate_opencv_perf_calib3d
  1386. Scanning dependencies of target opencv_java_jar
  1387. [ 34%] Generating opencv-400.jar
  1388. Buildfile: /home/jakub/opencv_repo/build/debug/modules/java/jar/opencv/build.xml
  1389.  
  1390. jar:
  1391. [javac] Compiling 114 source files to /home/jakub/opencv_repo/build/debug/modules/java/jar/opencv/build/classes
  1392. [ 34%] Built target pch_Generate_opencv_stitching
  1393. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o
  1394. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o
  1395. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1396. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1397. [ 34%] Built target pch_Generate_opencv_test_stitching
  1398. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o
  1399. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1400. [ 34%] Built target pch_Generate_opencv_videostab
  1401. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat_c.cpp.o
  1402. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1403. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o
  1404. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1405. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o
  1406. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1407. [ 34%] Built target pch_Generate_opencv_perf_stitching
  1408. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o
  1409. [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o
  1410. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1411. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1412. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o
  1413. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1414. [ 35%] Built target pch_Generate_opencv_test_videostab
  1415. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o
  1416. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1417. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o
  1418. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1419. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_expressions.cpp.o
  1420. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1421. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o
  1422. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1423. [jar] Building jar: /home/jakub/opencv_repo/build/debug/bin/opencv-400.jar
  1424. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o
  1425. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1426. [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.cpp.o
  1427. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1428.  
  1429. BUILD SUCCESSFUL
  1430. Total time: 7 seconds
  1431. [ 36%] Built target opencv_java_jar
  1432. [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o
  1433. [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o
  1434. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1435. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1436. [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o
  1437. [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_iterator.cpp.o
  1438. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1439. [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o
  1440. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1441. [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o
  1442. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1443. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_wrap.cpp.o
  1444. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1445. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_json.cpp.o
  1446. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1447. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_cpp.cpp.o
  1448. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1449. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/count_non_zero.cpp.o
  1450. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1451. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o
  1452. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1453. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o
  1454. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1455. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.cpp.o
  1456. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1457. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/check.cpp.o
  1458. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1459. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o
  1460. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o
  1461. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1462. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1463. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o
  1464. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1465. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_base64.cpp.o
  1466. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1467. [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o
  1468. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1469. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o
  1470. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1471. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o
  1472. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o
  1473. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1474. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1475. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o
  1476. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1477. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/channels.cpp.o
  1478. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1479. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o
  1480. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1481. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/merge.cpp.o
  1482. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1483. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o
  1484. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1485. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o
  1486. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/minmax.cpp.o
  1487. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1488. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1489. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_xml.cpp.o
  1490. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1491. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o
  1492. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1493. [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o
  1494. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1495. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel_impl.cpp.o
  1496. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1497. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o
  1498. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1499. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o
  1500. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1501. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_operations.cpp.o
  1502. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1503. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o
  1504. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1505. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o
  1506. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1507. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdblas.cpp.o
  1508. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdfft.cpp.o
  1509. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1510. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1511. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o
  1512. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1513. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o
  1514. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1515. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o
  1516. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1517. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_c.cpp.o
  1518. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1519. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_sparse.cpp.o
  1520. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1521. [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/logger.cpp.o
  1522. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1523. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_c.cpp.o
  1524. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/split.cpp.o
  1525. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1526. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1527. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o
  1528. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1529. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o
  1530. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1531. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o
  1532. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1533. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o
  1534. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1535. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/sum.cpp.o
  1536. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1537. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o
  1538. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1539. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o
  1540. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1541. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o
  1542. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1543. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matmul.cpp.o
  1544. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1545. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o
  1546. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1547. [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o
  1548. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1549. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o
  1550. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1551. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o
  1552. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1553. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o
  1554. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1555. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mean.cpp.o
  1556. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1557. In file included from /home/jakub/hpx_repo/hpx/runtime/threads/thread_data_fwd.hpp:15:0,
  1558. from /home/jakub/hpx_repo/hpx/runtime/threads_fwd.hpp:11,
  1559. from /home/jakub/hpx_repo/hpx/runtime/threads/thread_helpers.hpp:15,
  1560. from /home/jakub/hpx_repo/hpx/lcos/local/spinlock.hpp:17,
  1561. from /home/jakub/hpx_repo/hpx/runtime/naming/name.hpp:12,
  1562. from /home/jakub/hpx_repo/hpx/runtime/agas/interface.hpp:19,
  1563. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:12,
  1564. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1565. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1566. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1567. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In member function ‘constexpr void hpx::threads::thread_id_type::reset() const’:
  1568. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:58:19: error: assignment of member ‘hpx::threads::thread_id_type::thrd_’ in read-only object
  1569. thrd_ = nullptr;
  1570. ^
  1571. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:56:34: error: invalid return type ‘void’ of constexpr function ‘constexpr void hpx::threads::thread_id_type::reset() const’
  1572. HPX_CXX14_CONSTEXPR void reset()
  1573. ^
  1574. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator<(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
  1575. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:100:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
  1576. return std::less<void const*>{}(lhs.thrd_, rhs.thrd_);
  1577. ^
  1578. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator>(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
  1579. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:106:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
  1580. return std::less<void const*>{}(rhs.thrd_, lhs.thrd_);
  1581. ^
  1582. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o
  1583. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  1584. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.sse4_1.cpp.o
  1585. In file included from /home/jakub/hpx_repo/hpx/util/invoke_fused.hpp:16:0,
  1586. from /home/jakub/hpx_repo/hpx/util/bind.hpp:20,
  1587. from /home/jakub/hpx_repo/hpx/lcos/detail/future_data.hpp:24,
  1588. from /home/jakub/hpx_repo/hpx/traits/serialization_access_data.hpp:10,
  1589. from /home/jakub/hpx_repo/hpx/runtime/serialization/input_container.hpp:15,
  1590. from /home/jakub/hpx_repo/hpx/runtime/serialization/input_archive.hpp:16,
  1591. from /home/jakub/hpx_repo/hpx/runtime/serialization/base_object.hpp:13,
  1592. from /home/jakub/hpx_repo/hpx/runtime/actions/action_support.hpp:17,
  1593. from /home/jakub/hpx_repo/hpx/runtime/applier/apply_helper.hpp:12,
  1594. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:13,
  1595. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1596. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1597. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1598. /home/jakub/hpx_repo/hpx/util/tuple.hpp: At global scope:
  1599. /home/jakub/hpx_repo/hpx/util/tuple.hpp:112:18: error: ‘is_final’ is not a member of ‘std’
  1600. && !std::is_final<T>::value
  1601. ^
  1602. /home/jakub/hpx_repo/hpx/util/tuple.hpp:109:27: error: parse error in template argument list
  1603. typename std::enable_if<
  1604. ^
  1605. /home/jakub/hpx_repo/hpx/util/tuple.hpp:114:13: error: template argument 3 is invalid
  1606. >::type
  1607. ^
  1608. /home/jakub/hpx_repo/hpx/util/tuple.hpp:115:9: error: expected unqualified-id before ‘>’ token
  1609. > : T
  1610. ^
  1611. In file included from /home/jakub/hpx_repo/hpx/lcos/future.hpp:22:0,
  1612. from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
  1613. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
  1614. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1615. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1616. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1617. /home/jakub/hpx_repo/hpx/traits/future_then_result.hpp:73:50: error: ‘error’ function uses ‘auto’ type specifier without trailing return type
  1618. static auto error(Future future, F& f)
  1619. ^
  1620. /home/jakub/hpx_repo/hpx/traits/future_then_result.hpp:73:50: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1621. In file included from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:13:0,
  1622. from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
  1623. from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
  1624. from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
  1625. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
  1626. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1627. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1628. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1629. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1630. auto operator()(Executor && exec, F && f, Ts &&... ts) const;
  1631. ^
  1632. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1633. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1634. auto operator()(Executor && exec, F && f, Ts &&... ts) const;
  1635. ^
  1636. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1637. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1638. auto operator()(Executor && exec, F && f, Ts &&... ts) const;
  1639. ^
  1640. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1641. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1642. Ts &&... ts) const;
  1643. ^
  1644. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1645. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1646. Ts &&... ts) const;
  1647. ^
  1648. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1649. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1650. Ts &&... ts) const;
  1651. ^
  1652. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1653. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:139:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1654. Future&& predecessor, Ts &&... ts) const;
  1655. ^
  1656. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:139:52: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1657. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1658. operator()(Executor&& exec, F&& f, Ts&&... ts) const
  1659. ^
  1660. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1661. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1662. operator()(Executor&& exec, F&& f, Ts&&... ts) const
  1663. ^
  1664. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1665. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:377:71: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1666. Executor&& exec, F&& f, Future&& predecessor, Ts&&... ts) const
  1667. ^
  1668. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:377:71: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1669. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:409:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1670. Executor&& exec, F&& f, Ts&&... ts) const
  1671. ^
  1672. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:409:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1673. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:438:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1674. Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
  1675. ^
  1676. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:438:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1677. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:468:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1678. Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
  1679. ^
  1680. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:468:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1681. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:498:47: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1682. Future&& predecessor, Ts&&... ts) const
  1683. ^
  1684. /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:498:47: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1685. In file included from /home/jakub/hpx_repo/hpx/exception.hpp:16:0,
  1686. from /home/jakub/hpx_repo/hpx/exception_list.hpp:12,
  1687. from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:15,
  1688. from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
  1689. from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
  1690. from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
  1691. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
  1692. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1693. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1694. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1695. /home/jakub/hpx_repo/hpx/exception_info.hpp: In function ‘void hpx::throw_with_info(E&&, hpx::exception_info&&)’:
  1696. /home/jakub/hpx_repo/hpx/exception_info.hpp:195:42: error: ‘is_final’ is not a member of ‘std’
  1697. std::is_class<ED>::value && !std::is_final<ED>::value,
  1698. ^
  1699. /home/jakub/hpx_repo/hpx/exception_info.hpp:195:58: error: expected primary-expression before ‘>’ token
  1700. std::is_class<ED>::value && !std::is_final<ED>::value,
  1701. ^
  1702. /home/jakub/hpx_repo/hpx/exception_info.hpp:195:59: error: ‘::value’ has not been declared
  1703. std::is_class<ED>::value && !std::is_final<ED>::value,
  1704. ^
  1705. In file included from /home/jakub/hpx_repo/hpx/parallel/executors/static_chunk_size.hpp:15:0,
  1706. from /home/jakub/hpx_repo/hpx/parallel/executors/parallel_executor.hpp:17,
  1707. from /home/jakub/hpx_repo/hpx/lcos/dataflow.hpp:43,
  1708. from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:16,
  1709. from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
  1710. from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
  1711. from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
  1712. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
  1713. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1714. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1715. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1716. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp: At global scope:
  1717. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:41:40: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1718. std::size_t num_tasks) const;
  1719. ^
  1720. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:41:40: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1721. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:50:40: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1722. std::size_t num_tasks) const;
  1723. ^
  1724. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:50:40: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1725. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:58:55: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1726. Parameters&& params, Executor&& exec) const;
  1727. ^
  1728. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:58:55: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1729. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:66:34: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1730. Executor&& exec) const;
  1731. ^
  1732. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:66:34: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1733. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:74:34: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1734. Executor&& exec) const;
  1735. ^
  1736. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:74:34: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1737. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:82:34: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1738. Executor&& exec) const;
  1739. ^
  1740. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:82:34: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1741. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:141:55: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1742. std::size_t cores, std::size_t num_tasks) const
  1743. ^
  1744. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:141:55: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1745. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:189:36: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1746. std::size_t num_tasks) const
  1747. ^
  1748. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:189:36: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1749. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:235:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1750. operator()(Parameters&& params, Executor&& exec) const
  1751. ^
  1752. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:235:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1753. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:281:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1754. operator()(Parameters&& params, Executor&& exec) const
  1755. ^
  1756. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:281:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1757. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:326:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1758. operator()(Parameters&& params, Executor&& exec) const
  1759. ^
  1760. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:326:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1761. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:369:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1762. operator()(Parameters&& params, Executor&& exec) const
  1763. ^
  1764. /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:369:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1765. In file included from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:16:0,
  1766. from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
  1767. from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
  1768. from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
  1769. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
  1770. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  1771. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  1772. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1773. /home/jakub/hpx_repo/hpx/lcos/dataflow.hpp:63:41: error: ‘error’ function uses ‘auto’ type specifier without trailing return type
  1774. static auto error(F f, Args args)
  1775. ^
  1776. /home/jakub/hpx_repo/hpx/lcos/dataflow.hpp:63:41: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1777. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/stat.sse4_2.cpp.o
  1778. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.fp16.cpp.o
  1779. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/mathfuncs_core.avx.cpp.o
  1780. In file included from /home/jakub/hpx_repo/hpx/lcos/base_lco.hpp:13:0,
  1781. from /home/jakub/hpx_repo/hpx/lcos/base_lco_with_value.hpp:12,
  1782. from /home/jakub/hpx_repo/hpx/lcos/detail/promise_lco.hpp:12,
  1783. from /home/jakub/hpx_repo/hpx/lcos/detail/promise_base.hpp:13,
  1784. from /home/jakub/hpx_repo/hpx/lcos/promise.hpp:12,
  1785. from /home/jakub/hpx_repo/hpx/lcos/packaged_action.hpp:11,
  1786. from /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:12,
  1787. from /home/jakub/hpx_repo/hpx/lcos/async.hpp:11,
  1788. from /home/jakub/hpx_repo/hpx/async.hpp:11,
  1789. from /home/jakub/hpx_repo/hpx/hpx.hpp:10,
  1790. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1791. /home/jakub/hpx_repo/hpx/runtime/components/server/managed_component_base.hpp: In static member function ‘static constexpr void hpx::components::detail::base_managed_component::finalize()’:
  1792. /home/jakub/hpx_repo/hpx/runtime/components/server/managed_component_base.hpp:171:45: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::detail::base_managed_component::finalize()’
  1793. HPX_CXX14_CONSTEXPR static void finalize() {}
  1794. ^
  1795. In file included from /home/jakub/hpx_repo/hpx/lcos/base_lco_with_value.hpp:18:0,
  1796. from /home/jakub/hpx_repo/hpx/lcos/detail/promise_lco.hpp:12,
  1797. from /home/jakub/hpx_repo/hpx/lcos/detail/promise_base.hpp:13,
  1798. from /home/jakub/hpx_repo/hpx/lcos/promise.hpp:12,
  1799. from /home/jakub/hpx_repo/hpx/lcos/packaged_action.hpp:11,
  1800. from /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:12,
  1801. from /home/jakub/hpx_repo/hpx/lcos/async.hpp:11,
  1802. from /home/jakub/hpx_repo/hpx/async.hpp:11,
  1803. from /home/jakub/hpx_repo/hpx/hpx.hpp:10,
  1804. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1805. /home/jakub/hpx_repo/hpx/runtime/components/server/component_base.hpp: In static member function ‘static constexpr void hpx::components::detail::base_component::finalize()’:
  1806. /home/jakub/hpx_repo/hpx/runtime/components/server/component_base.hpp:71:45: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::detail::base_component::finalize()’
  1807. HPX_CXX14_CONSTEXPR static void finalize()
  1808. ^
  1809. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.avx2.cpp.o
  1810. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/mathfuncs_core.avx2.cpp.o
  1811. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/stat.avx2.cpp.o
  1812. In file included from /home/jakub/hpx_repo/hpx/lcos/server/latch.hpp:14:0,
  1813. from /home/jakub/hpx_repo/hpx/lcos/latch.hpp:11,
  1814. from /home/jakub/hpx_repo/hpx/include/lcos.hpp:21,
  1815. from /home/jakub/hpx_repo/hpx/hpx.hpp:13,
  1816. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1817. /home/jakub/hpx_repo/hpx/runtime/components/server/runtime_support.hpp: In static member function ‘static constexpr void hpx::components::server::runtime_support::finalize()’:
  1818. /home/jakub/hpx_repo/hpx/runtime/components/server/runtime_support.hpp:109:41: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::server::runtime_support::finalize()’
  1819. HPX_CXX14_CONSTEXPR static void finalize() {}
  1820. ^
  1821. In file included from /home/jakub/hpx_repo/hpx/runtime/components/stubs/memory_block.hpp:12:0,
  1822. from /home/jakub/hpx_repo/hpx/runtime/components/memory_block.hpp:12,
  1823. from /home/jakub/hpx_repo/hpx/include/components.hpp:21,
  1824. from /home/jakub/hpx_repo/hpx/include/runtime.hpp:12,
  1825. from /home/jakub/hpx_repo/hpx/hpx.hpp:15,
  1826. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1827. /home/jakub/hpx_repo/hpx/runtime/components/server/memory.hpp: In static member function ‘static constexpr void hpx::components::server::memory::finalize()’:
  1828. /home/jakub/hpx_repo/hpx/runtime/components/server/memory.hpp:46:41: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::server::memory::finalize()’
  1829. HPX_CXX14_CONSTEXPR static void finalize() {}
  1830. ^
  1831. In file included from /home/jakub/hpx_repo/hpx/runtime/components/stubs/memory_block.hpp:13:0,
  1832. from /home/jakub/hpx_repo/hpx/runtime/components/memory_block.hpp:12,
  1833. from /home/jakub/hpx_repo/hpx/include/components.hpp:21,
  1834. from /home/jakub/hpx_repo/hpx/include/runtime.hpp:12,
  1835. from /home/jakub/hpx_repo/hpx/hpx.hpp:15,
  1836. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1837. /home/jakub/hpx_repo/hpx/runtime/components/server/memory_block.hpp: In static member function ‘static constexpr void hpx::components::server::memory_block::finalize()’:
  1838. /home/jakub/hpx_repo/hpx/runtime/components/server/memory_block.hpp:514:41: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::server::memory_block::finalize()’
  1839. HPX_CXX14_CONSTEXPR static void finalize() {}
  1840. ^
  1841. In file included from /home/jakub/hpx_repo/hpx/parallel/executors/execution_information.hpp:17:0,
  1842. from /home/jakub/hpx_repo/hpx/parallel/util/detail/chunk_size.hpp:18,
  1843. from /home/jakub/hpx_repo/hpx/parallel/util/partitioner.hpp:24,
  1844. from /home/jakub/hpx_repo/hpx/parallel/algorithms/for_loop.hpp:33,
  1845. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:104:
  1846. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp: At global scope:
  1847. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:40:67: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1848. auto operator()(Executor && exec, Parameters& params) const;
  1849. ^
  1850. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:40:67: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1851. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:48:47: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1852. auto operator()(Executor && exec) const;
  1853. ^
  1854. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:48:47: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1855. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:57:41: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1856. std::size_t thread_num) const;
  1857. ^
  1858. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:57:41: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1859. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:65:65: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1860. auto operator()(Executor && exec, Mode const& mode) const;
  1861. ^
  1862. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:65:65: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1863. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:111:57: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1864. operator()(Executor&& exec, Parameters& params) const
  1865. ^
  1866. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:111:57: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1867. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:149:37: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1868. operator()(Executor&& exec) const
  1869. ^
  1870. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:149:37: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1871. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:186:37: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1872. std::size_t thread_num) const
  1873. ^
  1874. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:186:37: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1875. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:223:55: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1876. operator()(Executor&& exec, Mode const& mode) const
  1877. ^
  1878. /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:223:55: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1879. In file included from /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution.hpp:11:0,
  1880. from /home/jakub/hpx_repo/hpx/parallel/executors/thread_timed_execution.hpp:17,
  1881. from /home/jakub/hpx_repo/hpx/parallel/executors/default_executor.hpp:16,
  1882. from /home/jakub/hpx_repo/hpx/parallel/executors.hpp:22,
  1883. from /home/jakub/hpx_repo/hpx/parallel/execution.hpp:9,
  1884. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:105:
  1885. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:109:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1886. F && f, Ts &&... ts) const;
  1887. ^
  1888. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:109:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1889. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:119:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1890. F && f, Ts &&... ts) const;
  1891. ^
  1892. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:119:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1893. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:129:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1894. F && f, Ts &&... ts) const;
  1895. ^
  1896. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:129:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1897. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:139:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1898. F && f, Ts &&... ts) const;
  1899. ^
  1900. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:139:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1901. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:149:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1902. F && f, Ts &&... ts) const;
  1903. ^
  1904. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:149:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1905. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:159:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1906. F && f, Ts &&... ts) const;
  1907. ^
  1908. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:159:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1909. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:275:25: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1910. Ts&&... ts) const
  1911. ^
  1912. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:275:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1913. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:301:32: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1914. F&& f, Ts&&... ts) const
  1915. ^
  1916. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:301:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1917. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:327:32: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1918. F&& f, Ts&&... ts) const
  1919. ^
  1920. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:327:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1921. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:354:25: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1922. Ts&&... ts) const
  1923. ^
  1924. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:354:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1925. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:381:25: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1926. Ts&&... ts) const
  1927. ^
  1928. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:381:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1929. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:407:32: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
  1930. F&& f, Ts&&... ts) const
  1931. ^
  1932. /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:407:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
  1933. In file included from /home/jakub/hpx_repo/hpx/hpx.hpp:10:0,
  1934. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  1935. /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>; Ts = {long unsigned int&, int&}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
  1936. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>; Ts = {long unsigned int&, int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>]’
  1937. /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_event_action; Ts = {}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
  1938. /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {}; Action = hpx::lcos::base_lco::set_event_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
  1939. /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_event_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
  1940. /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco; Signature = void(); Derived = hpx::lcos::base_lco::set_event_action; Ts = {}; Action = hpx::lcos::base_lco::set_event_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
  1941. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco::set_event_action&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco::set_event_action]’
  1942. /home/jakub/hpx_repo/hpx/lcos/latch.hpp:119:44: required from here
  1943. /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
  1944. return parallel::execution::async_execute(
  1945. ^
  1946. /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>; Ts = {long unsigned int&, int&, long int}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
  1947. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>; Ts = {long unsigned int&, int&, long int}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>]’
  1948. /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; Ts = {long int}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
  1949. /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {long int}; Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
  1950. /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&, long int}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
  1951. /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco_with_value<bool, long int>; Signature = void(long int&&); Derived = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; Ts = {long int}; Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
  1952. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action&; Ts = {const hpx::naming::id_type&, long int}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action]’
  1953. /home/jakub/hpx_repo/hpx/lcos/latch.hpp:125:58: required from here
  1954. /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
  1955. /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>; Ts = {long unsigned int&, int&}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<bool>]’:
  1956. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>; Ts = {long unsigned int&, int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<bool>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>]’
  1957. /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; Ts = {}; typename hpx::traits::extract_action<Action>::type::local_result_type = bool]’
  1958. /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {}; Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = bool]’
  1959. /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<bool>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
  1960. /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco_with_value<bool, long int>; Signature = bool(); Derived = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; Ts = {}; Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = bool]’
  1961. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<bool>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action]’
  1962. /home/jakub/hpx_repo/hpx/lcos/latch.hpp:131:44: required from here
  1963. /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
  1964. /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>; Ts = {long unsigned int&, int&}; Func = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
  1965. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>; Ts = {long unsigned int&, int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>]’
  1966. /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::server::latch::wait_action; Ts = {}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
  1967. /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {}; Action = hpx::lcos::server::latch::wait_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
  1968. /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::server::latch::wait_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
  1969. /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = const hpx::lcos::server::latch; Signature = void(); Derived = hpx::lcos::server::latch::wait_action; Ts = {}; Action = hpx::lcos::server::latch::wait_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
  1970. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::server::latch::wait_action&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::server::latch::wait_action]’
  1971. /home/jakub/hpx_repo/hpx/lcos/latch.hpp:137:44: required from here
  1972. /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
  1973. /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>; Ts = {long unsigned int&, int&, const std::__exception_ptr::exception_ptr&}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
  1974. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>; Ts = {long unsigned int&, int&, const std::__exception_ptr::exception_ptr&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>]’
  1975. /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_exception_action; Ts = {const std::__exception_ptr::exception_ptr&}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
  1976. /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {const std::__exception_ptr::exception_ptr&}; Action = hpx::lcos::base_lco::set_exception_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
  1977. /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_exception_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&, const std::__exception_ptr::exception_ptr&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
  1978. /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco; Signature = void(const std::__exception_ptr::exception_ptr&); Derived = hpx::lcos::base_lco::set_exception_action; Ts = {const std::__exception_ptr::exception_ptr&}; Action = hpx::lcos::base_lco::set_exception_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
  1979. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco::set_exception_action&; Ts = {const hpx::naming::id_type&, const std::__exception_ptr::exception_ptr&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco::set_exception_action]’
  1980. /home/jakub/hpx_repo/hpx/lcos/latch.hpp:143:48: required from here
  1981. /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
  1982. /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >; Ts = {long unsigned int&, int&, long int&}; Func = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<hpx::naming::id_type>]’:
  1983. /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >; Ts = {long unsigned int&, int&, long int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<hpx::naming::id_type>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >]’
  1984. /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; Ts = {long int&}; typename hpx::traits::extract_action<Action>::type::local_result_type = hpx::naming::id_type]’
  1985. /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {long int&}; Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = hpx::naming::id_type]’
  1986. /home/jakub/hpx_repo/hpx/lcos/async.hpp:153:24: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type>::call(const hpx::naming::id_type&, Ts&& ...) [with Ts = {long int&}; Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = hpx::naming::id_type]’
  1987. /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; F = const hpx::naming::id_type&; Ts = {long int&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<hpx::naming::id_type>; typename hpx::util::decay<F>::type = hpx::naming::id_type]’
  1988. /home/jakub/hpx_repo/hpx/runtime/components/stubs/stub_base.hpp:67:43: required from ‘static hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type&, Ts&& ...) [with Ts = {long int&}; ServerComponent = hpx::lcos::server::latch]’
  1989. /home/jakub/hpx_repo/hpx/runtime/components/new.hpp:265:58: required from ‘static hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type&, Ts&& ...) [with Ts = {long int&}; Component = hpx::lcos::server::latch; hpx::components::detail::new_component<Component>::type = hpx::lcos::future<hpx::naming::id_type>]’
  1990. /home/jakub/hpx_repo/hpx/runtime/components/new.hpp:380:54: required from ‘typename hpx::util::lazy_enable_if<hpx::traits::is_component_or_component_array<Component>::value, hpx::components::detail::new_component<Component> >::type hpx::components::new_(const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::server::latch; Ts = {long int&}; typename hpx::util::lazy_enable_if<hpx::traits::is_component_or_component_array<Component>::value, hpx::components::detail::new_component<Component> >::type = hpx::lcos::future<hpx::naming::id_type>]’
  1991. /home/jakub/hpx_repo/hpx/lcos/latch.hpp:38:77: required from here
  1992. /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
  1993. modules/core/CMakeFiles/opencv_core.dir/build.make:1649: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o' failed
  1994. make[2]: *** [modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o] Error 1
  1995. CMakeFiles/Makefile2:1679: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed
  1996. make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
  1997. Makefile:160: recipe for target 'all' failed
  1998. make: *** [all] Error 2
  1999. jakub@T470p:~/opencv_repo/build/debug$ ~~~~
Advertisement
Add Comment
Please, Sign In to add comment