Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.85 KB | None | 0 0
  1.  
  2.  
  3. daniel@beepboop:~$ cd opencv-2.4.13/
  4. daniel@beepboop:~/opencv-2.4.13$ mkdir release
  5. daniel@beepboop:~/opencv-2.4.13$ cd release
  6. daniel@beepboop:~/opencv-2.4.13/release$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
  7. -- The CXX compiler identification is GNU 5.4.0
  8. -- The C compiler identification is GNU 5.4.0
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Check for working C compiler: /usr/bin/cc
  16. -- Check for working C compiler: /usr/bin/cc -- works
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Detecting C compile features
  20. -- Detecting C compile features - done
  21. -- Detected version of GNU GCC: 54 (504)
  22. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  23. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  24. -- Performing Test HAVE_C_FSIGNED_CHAR
  25. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  26. -- Performing Test HAVE_CXX_W
  27. -- Performing Test HAVE_CXX_W - Success
  28. -- Performing Test HAVE_C_W
  29. -- Performing Test HAVE_C_W - Success
  30. -- Performing Test HAVE_CXX_WALL
  31. -- Performing Test HAVE_CXX_WALL - Success
  32. -- Performing Test HAVE_C_WALL
  33. -- Performing Test HAVE_C_WALL - Success
  34. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  35. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  36. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  37. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  38. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  39. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  40. -- Performing Test HAVE_C_WERROR_ADDRESS
  41. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  42. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  43. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  44. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  45. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  46. -- Performing Test HAVE_CXX_WFORMAT
  47. -- Performing Test HAVE_CXX_WFORMAT - Success
  48. -- Performing Test HAVE_C_WFORMAT
  49. -- Performing Test HAVE_C_WFORMAT - Success
  50. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  51. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  52. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  53. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  54. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  55. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  56. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  57. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  58. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  59. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  60. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  61. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  62. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  63. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  64. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  65. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  66. -- Performing Test HAVE_CXX_WUNDEF
  67. -- Performing Test HAVE_CXX_WUNDEF - Success
  68. -- Performing Test HAVE_C_WUNDEF
  69. -- Performing Test HAVE_C_WUNDEF - Success
  70. -- Performing Test HAVE_CXX_WINIT_SELF
  71. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  72. -- Performing Test HAVE_C_WINIT_SELF
  73. -- Performing Test HAVE_C_WINIT_SELF - Success
  74. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  75. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  76. -- Performing Test HAVE_C_WPOINTER_ARITH
  77. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  78. -- Performing Test HAVE_CXX_WSHADOW
  79. -- Performing Test HAVE_CXX_WSHADOW - Success
  80. -- Performing Test HAVE_C_WSHADOW
  81. -- Performing Test HAVE_C_WSHADOW - Success
  82. -- Performing Test HAVE_CXX_WSIGN_PROMO
  83. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  84. -- Performing Test HAVE_C_WSIGN_PROMO
  85. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  86. -- Performing Test HAVE_CXX_WNO_NARROWING
  87. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  88. -- Performing Test HAVE_C_WNO_NARROWING
  89. -- Performing Test HAVE_C_WNO_NARROWING - Success
  90. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  91. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  92. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  93. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  94. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  95. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  96. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  97. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  98. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  99. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  100. -- Performing Test HAVE_C_WNO_ARRAY_BOUNDS
  101. -- Performing Test HAVE_C_WNO_ARRAY_BOUNDS - Success
  102. -- Performing Test HAVE_CXX_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS
  103. -- Performing Test HAVE_CXX_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS - Success
  104. -- Performing Test HAVE_C_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS
  105. -- Performing Test HAVE_C_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS - Success
  106. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  107. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  108. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  109. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  110. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  111. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  112. -- Performing Test HAVE_C_WNO_LONG_LONG
  113. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  114. -- Performing Test HAVE_CXX_PTHREAD
  115. -- Performing Test HAVE_CXX_PTHREAD - Success
  116. -- Performing Test HAVE_C_PTHREAD
  117. -- Performing Test HAVE_C_PTHREAD - Success
  118. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  119. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  120. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  121. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  122. -- Performing Test HAVE_CXX_MSSE
  123. -- Performing Test HAVE_CXX_MSSE - Success
  124. -- Performing Test HAVE_C_MSSE
  125. -- Performing Test HAVE_C_MSSE - Success
  126. -- Performing Test HAVE_CXX_MSSE2
  127. -- Performing Test HAVE_CXX_MSSE2 - Success
  128. -- Performing Test HAVE_C_MSSE2
  129. -- Performing Test HAVE_C_MSSE2 - Success
  130. -- Performing Test HAVE_CXX_MSSE3
  131. -- Performing Test HAVE_CXX_MSSE3 - Success
  132. -- Performing Test HAVE_C_MSSE3
  133. -- Performing Test HAVE_C_MSSE3 - Success
  134. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  135. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  136. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  137. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  138. -- Looking for pthread.h
  139. -- Looking for pthread.h - found
  140. -- Check if the system is big endian
  141. -- Searching 16 bit integer
  142. -- Looking for sys/types.h
  143. -- Looking for sys/types.h - found
  144. -- Looking for stdint.h
  145. -- Looking for stdint.h - found
  146. -- Looking for stddef.h
  147. -- Looking for stddef.h - found
  148. -- Check size of unsigned short
  149. -- Check size of unsigned short - done
  150. -- Using unsigned short
  151. -- Check if the system is big endian - little endian
  152. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  153. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  154. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  155. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  156. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54")
  157. -- Looking for /usr/include/libpng/png.h
  158. -- Looking for /usr/include/libpng/png.h - found
  159. -- Looking for semaphore.h
  160. -- Looking for semaphore.h - found
  161. -- Performing Test HAVE_CXX_WNO_SHADOW
  162. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  163. -- Performing Test HAVE_CXX_WNO_UNUSED
  164. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  165. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  166. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  167. -- Performing Test HAVE_CXX_WNO_UNDEF
  168. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  169. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  170. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  171. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  172. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  173. -- Performing Test HAVE_CXX_WNO_SWITCH
  174. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  175. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  176. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  177. -- Performing Test HAVE_CXX_WNO_EXTRA
  178. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  179. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  180. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  181. -- checking for module 'gtk+-2.0'
  182. -- found gtk+-2.0, version 2.24.30
  183. -- checking for module 'gthread-2.0'
  184. -- found gthread-2.0, version 2.48.1
  185. -- checking for module 'gstreamer-base-1.0'
  186. -- package 'gstreamer-base-1.0' not found
  187. -- checking for module 'gstreamer-video-1.0'
  188. -- package 'gstreamer-video-1.0' not found
  189. -- checking for module 'gstreamer-app-1.0'
  190. -- package 'gstreamer-app-1.0' not found
  191. -- checking for module 'gstreamer-riff-1.0'
  192. -- package 'gstreamer-riff-1.0' not found
  193. -- checking for module 'gstreamer-pbutils-1.0'
  194. -- package 'gstreamer-pbutils-1.0' not found
  195. -- checking for module 'gstreamer-base-0.10'
  196. -- package 'gstreamer-base-0.10' not found
  197. -- checking for module 'gstreamer-video-0.10'
  198. -- package 'gstreamer-video-0.10' not found
  199. -- checking for module 'gstreamer-app-0.10'
  200. -- package 'gstreamer-app-0.10' not found
  201. -- checking for module 'gstreamer-riff-0.10'
  202. -- package 'gstreamer-riff-0.10' not found
  203. -- checking for module 'gstreamer-pbutils-0.10'
  204. -- package 'gstreamer-pbutils-0.10' not found
  205. -- checking for module 'libdc1394-2'
  206. -- found libdc1394-2, version 2.2.4
  207. -- checking for module 'libv4l1'
  208. -- package 'libv4l1' not found
  209. -- checking for module 'libv4l2'
  210. -- package 'libv4l2' not found
  211. -- Looking for linux/videodev.h
  212. -- Looking for linux/videodev.h - not found
  213. -- Looking for linux/videodev2.h
  214. -- Looking for linux/videodev2.h - found
  215. -- Looking for sys/videoio.h
  216. -- Looking for sys/videoio.h - not found
  217. -- checking for module 'libavcodec'
  218. -- found libavcodec, version 56.60.100
  219. -- checking for module 'libavformat'
  220. -- found libavformat, version 56.40.101
  221. -- checking for module 'libavutil'
  222. -- found libavutil, version 54.31.100
  223. -- checking for module 'libswscale'
  224. -- found libswscale, version 3.1.101
  225. -- checking for module 'libavresample'
  226. -- package 'libavresample' not found
  227. -- Looking for libavformat/avformat.h
  228. -- Looking for libavformat/avformat.h - found
  229. -- Looking for ffmpeg/avformat.h
  230. -- Looking for ffmpeg/avformat.h - not found
  231. -- CUDA detected: 7.5
  232. -- CUDA NVCC target flags: -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_20,code=sm_21;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_30,code=compute_30
  233. -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.11", minimum required is "2.0")
  234. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.11+")
  235. -- Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  236. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
  237. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
  238. -- Performing Test HAVE_CXX_WNO_CLOBBERED
  239. -- Performing Test HAVE_CXX_WNO_CLOBBERED - Success
  240. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  241. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  242. --
  243. -- General configuration for OpenCV 2.4.13 =====================================
  244. -- Version control: unknown
  245. --
  246. -- Platform:
  247. -- Host: Linux 4.4.0-36-generic x86_64
  248. -- CMake: 3.5.1
  249. -- CMake generator: Unix Makefiles
  250. -- CMake build tool: /usr/bin/make
  251. -- Configuration: RELEASE
  252. --
  253. -- C/C++:
  254. -- Built as dynamic libs?: YES
  255. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  256. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -O3 -DNDEBUG -DNDEBUG
  257. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG
  258. -- C Compiler: /usr/bin/cc
  259. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -O3 -DNDEBUG -DNDEBUG
  260. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG
  261. -- Linker flags (Release):
  262. -- Linker flags (Debug):
  263. -- Precompiled headers: YES
  264. --
  265. -- OpenCV modules:
  266. -- To be built: core flann imgproc highgui features2d calib3d ml video legacy objdetect photo gpu ocl nonfree contrib python stitching superres ts videostab
  267. -- Disabled: world
  268. -- Disabled by dependency: -
  269. -- Unavailable: androidcamera dynamicuda java viz
  270. --
  271. -- GUI:
  272. -- QT: NO
  273. -- GTK+ 2.x: YES (ver 2.24.30)
  274. -- GThread : YES (ver 2.48.1)
  275. -- GtkGlExt: NO
  276. -- OpenGL support: NO
  277. -- VTK support: NO
  278. --
  279. -- Media I/O:
  280. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  281. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  282. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  283. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
  284. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  285. -- OpenEXR: build (ver 1.7.1)
  286. --
  287. -- Video I/O:
  288. -- DC1394 1.x: NO
  289. -- DC1394 2.x: YES (ver 2.2.4)
  290. -- FFMPEG: YES
  291. -- codec: YES (ver 56.60.100)
  292. -- format: YES (ver 56.40.101)
  293. -- util: YES (ver 54.31.100)
  294. -- swscale: YES (ver 3.1.101)
  295. -- resample: NO
  296. -- gentoo-style: YES
  297. -- GStreamer: NO
  298. -- OpenNI: NO
  299. -- OpenNI PrimeSensor Modules: NO
  300. -- PvAPI: NO
  301. -- GigEVisionSDK: NO
  302. -- UniCap: NO
  303. -- UniCap ucil: NO
  304. -- V4L/V4L2: NO/YES
  305. -- XIMEA: NO
  306. -- Xine: NO
  307. --
  308. -- Other third-party libraries:
  309. -- Use IPP: NO
  310. -- Use Eigen: NO
  311. -- Use TBB: NO
  312. -- Use OpenMP: NO
  313. -- Use GCD NO
  314. -- Use Concurrency NO
  315. -- Use C=: NO
  316. -- Use Cuda: YES (ver 7.5)
  317. -- Use OpenCL: YES
  318. --
  319. -- NVIDIA CUDA
  320. -- Use CUFFT: YES
  321. -- Use CUBLAS: NO
  322. -- USE NVCUVID: NO
  323. -- NVIDIA GPU arch: 20 21 30 35
  324. -- NVIDIA PTX archs: 30
  325. -- Use fast math: NO
  326. -- Tiny gpu module: NO
  327. --
  328. -- OpenCL:
  329. -- Version: dynamic
  330. -- Include path: /home/daniel/opencv-2.4.13/3rdparty/include/opencl/1.2
  331. -- Use AMD FFT: NO
  332. -- Use AMD BLAS: NO
  333. --
  334. -- Python:
  335. -- Interpreter: /usr/bin/python2 (ver 2.7.11)
  336. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.11+)
  337. -- numpy: /home/daniel/.local/lib/python2.7/site-packages/numpy/core/include (ver 1.11.0)
  338. -- packages path: lib/python2.7/dist-packages
  339. --
  340. -- Java:
  341. -- ant: NO
  342. -- JNI: NO
  343. -- Java tests: NO
  344. --
  345. -- Documentation:
  346. -- Build Documentation: NO
  347. -- Sphinx: NO
  348. -- PdfLaTeX compiler: NO
  349. -- Doxygen: NO
  350. --
  351. -- Tests and samples:
  352. -- Tests: YES
  353. -- Performance tests: YES
  354. -- C/C++ Examples: NO
  355. --
  356. -- Install path: /usr/local
  357. --
  358. -- cvconfig.h is in: /home/daniel/opencv-2.4.13/release
  359. -- -----------------------------------------------------------------
  360. --
  361. CMake Warning at cmake/OpenCVPackaging.cmake:23 (message):
  362. CPACK_PACKAGE_VERSION does not match version provided by version.hpp
  363. header!
  364. Call Stack (most recent call first):
  365. CMakeLists.txt:1105 (include)
  366.  
  367.  
  368. -- Configuring done
  369. -- Generating done
  370. -- Build files have been written to: /home/daniel/opencv-2.4.13/release
  371. daniel@beepboop:~/opencv-2.4.13/release$ dir
  372. 3rdparty CPackSourceConfig.cmake Makefile
  373. apps CTestTestfile.cmake modules
  374. bin cvconfig.h opencv2
  375. CMakeCache.txt data OpenCVConfig.cmake
  376. CMakeFiles doc OpenCVConfig-version.cmake
  377. cmake_install.cmake include OpenCVModules.cmake
  378. cmake_uninstall.cmake junk unix-install
  379. CPackConfig.cmake lib version_string.tmp
  380. daniel@beepboop:~/opencv-2.4.13/release$ make
  381. Scanning dependencies of target IlmImf
  382. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Half/half.cpp.o
  383. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexBaseExc.cpp.o
  384. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexThrowErrnoExc.cpp.o
  385. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadPosix.cpp.o
  386. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphorePosixCompat.cpp.o
  387. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphorePosix.cpp.o
  388. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThread.cpp.o
  389. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadPool.cpp.o
  390. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadMutexPosix.cpp.o
  391. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadMutex.cpp.o
  392. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphore.cpp.o
  393. [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathVec.cpp.o
  394. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathRandom.cpp.o
  395. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathMatrixAlgo.cpp.o
  396. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathColorAlgo.cpp.o
  397. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathFun.cpp.o
  398. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTileDescriptionAttribute.cpp.o
  399. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfOpaqueAttribute.cpp.o
  400. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRleCompressor.cpp.o
  401. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTileOffsets.cpp.o
  402. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRgbaFile.cpp.o
  403. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfLut.cpp.o
  404. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfInputFile.cpp.o
  405. [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/b44ExpLogTable.cpp.o
  406. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfThreading.cpp.o
  407. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStringVectorAttribute.cpp.o
  408. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfHeader.cpp.o
  409. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfZipCompressor.cpp.o
  410. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCompressor.cpp.o
  411. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFloatAttribute.cpp.o
  412. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTestFile.cpp.o
  413. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfIntAttribute.cpp.o
  414. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledMisc.cpp.o
  415. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMultiView.cpp.o
  416. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledOutputFile.cpp.o
  417. [ 2%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfEnvmap.cpp.o
  418. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfKeyCode.cpp.o
  419. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRationalAttribute.cpp.o
  420. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRational.cpp.o
  421. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStandardAttributes.cpp.o
  422. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChannelList.cpp.o
  423. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTimeCodeAttribute.cpp.o
  424. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfAttribute.cpp.o
  425. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPreviewImage.cpp.o
  426. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFramesPerSecond.cpp.o
  427. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfAcesFile.cpp.o
  428. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfVecAttribute.cpp.o
  429. [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStdIO.cpp.o
  430. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfScanLineInputFile.cpp.o
  431. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfIO.cpp.o
  432. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFrameBuffer.cpp.o
  433. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChromaticitiesAttribute.cpp.o
  434. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCompressionAttribute.cpp.o
  435. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfBoxAttribute.cpp.o
  436. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMisc.cpp.o
  437. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfOutputFile.cpp.o
  438. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPreviewImageAttribute.cpp.o
  439. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledRgbaFile.cpp.o
  440. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCRgbaFile.cpp.o
  441. [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfB44Compressor.cpp.o
  442. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChromaticities.cpp.o
  443. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPxr24Compressor.cpp.o
  444. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRgbaYca.cpp.o
  445. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfVersion.cpp.o
  446. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfHuf.cpp.o
  447. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfEnvmapAttribute.cpp.o
  448. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPizCompressor.cpp.o
  449. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfConvert.cpp.o
  450. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfLineOrderAttribute.cpp.o
  451. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfWav.cpp.o
  452. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfDoubleAttribute.cpp.o
  453. [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfKeyCodeAttribute.cpp.o
  454. [ 6%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStringAttribute.cpp.o
  455. [ 6%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledInputFile.cpp.o
  456. [ 6%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMatrixAttribute.cpp.o
  457. [ 6%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTimeCode.cpp.o
  458. [ 6%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChannelListAttribute.cpp.o
  459. [ 6%] Linking CXX static library ../lib/libIlmImf.a
  460. [ 6%] Built target IlmImf
  461. [ 6%] Generating opencv_core_pch_dephelp.cxx
  462. Scanning dependencies of target opencv_core_pch_dephelp
  463. [ 6%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
  464. [ 6%] Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
  465. [ 6%] Built target opencv_core_pch_dephelp
  466. Scanning dependencies of target pch_Generate_opencv_core
  467. [ 6%] Generating precomp.hpp
  468. [ 6%] Generating precomp.hpp.gch/opencv_core_RELEASE.gch
  469. [ 6%] Built target pch_Generate_opencv_core
  470. [ 6%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/__/dynamicuda/src/cuda/cuda_compile_generated_matrix_operations.cu.o
  471. /usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
  472. /usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
  473. return (char *) memcpy (__dest, __src, __n) + __n;
  474. ^
  475. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp: At global scope:
  476. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:147:9: warning: ‘template<class T> struct cv::gpu::DevMem2D_’ is deprecated [-Wdeprecated-declarations]
  477. typedef DevMem2D_<unsigned char> DevMem2Db;
  478. ^
  479. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:138:27: note: declared here
  480. template <typename T> struct __CV_GPU_DEPR_BEFORE__ DevMem2D_ : public PtrStepSz<T>
  481. ^
  482. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:149:9: warning: ‘template<class T> struct cv::gpu::DevMem2D_’ is deprecated [-Wdeprecated-declarations]
  483. typedef DevMem2D_<float> DevMem2Df;
  484. ^
  485. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:138:27: note: declared here
  486. template <typename T> struct __CV_GPU_DEPR_BEFORE__ DevMem2D_ : public PtrStepSz<T>
  487. ^
  488. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:150:9: warning: ‘template<class T> struct cv::gpu::DevMem2D_’ is deprecated [-Wdeprecated-declarations]
  489. typedef DevMem2D_<int> DevMem2Di;
  490. ^
  491. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:138:27: note: declared here
  492. template <typename T> struct __CV_GPU_DEPR_BEFORE__ DevMem2D_ : public PtrStepSz<T>
  493. ^
  494. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:154:20: warning: ‘template<class T> struct cv::gpu::DevMem2D_’ is deprecated [-Wdeprecated-declarations]
  495. PtrElemStep_(const DevMem2D_<T>& mem) : PtrStep<T>(mem.data, mem.step)
  496. ^
  497. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:138:27: note: declared here
  498. template <typename T> struct __CV_GPU_DEPR_BEFORE__ DevMem2D_ : public PtrStepSz<T>
  499. ^
  500. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:170:16: warning: ‘template<class T> struct cv::gpu::DevMem2D_’ is deprecated [-Wdeprecated-declarations]
  501. PtrStep_(const DevMem2D_<T>& mem) : PtrStep<T>(mem.data, mem.step) {}
  502. ^
  503. /home/daniel/opencv-2.4.13/modules/core/include/opencv2/core/cuda_devptrs.hpp:138:27: note: declared here
  504. template <typename T> struct __CV_GPU_DEPR_BEFORE__ DevMem2D_ : public PtrStepSz<T>
  505. ^
  506. CMake Error at cuda_compile_generated_matrix_operations.cu.o.cmake:266 (message):
  507. Error generating file
  508. /home/daniel/opencv-2.4.13/release/modules/core/CMakeFiles/cuda_compile.dir/__/dynamicuda/src/cuda/./cuda_compile_generated_matrix_operations.cu.o
  509.  
  510.  
  511. modules/core/CMakeFiles/opencv_core.dir/build.make:63: recipe for target 'modules/core/CMakeFiles/cuda_compile.dir/__/dynamicuda/src/cuda/cuda_compile_generated_matrix_operations.cu.o' failed
  512. make[2]: *** [modules/core/CMakeFiles/cuda_compile.dir/__/dynamicuda/src/cuda/cuda_compile_generated_matrix_operations.cu.o] Error 1
  513. CMakeFiles/Makefile2:945: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed
  514. make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
  515. Makefile:160: recipe for target 'all' failed
  516. make: *** [all] Error 2
  517. daniel@beepboop:~/opencv-2.4.13/release$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement