saikatbsk

Cmake Console Log

Apr 2nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.96 KB | None | 0 0
  1. -- Detected version of GNU GCC: 54 (504)
  2. -- Found ZLIB: /home/ubuntu/anaconda3/lib/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
  3. -- Found ZLIB: /home/ubuntu/anaconda3/lib/libz.so (found version "1.2.11")
  4. -- Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  5. -- Checking for module 'gtk+-3.0'
  6. -- No package 'gtk+-3.0' found
  7. -- Checking for module 'gstreamer-base-1.0'
  8. -- No package 'gstreamer-base-1.0' found
  9. -- Checking for module 'gstreamer-video-1.0'
  10. -- No package 'gstreamer-video-1.0' found
  11. -- Checking for module 'gstreamer-app-1.0'
  12. -- No package 'gstreamer-app-1.0' found
  13. -- Checking for module 'gstreamer-riff-1.0'
  14. -- No package 'gstreamer-riff-1.0' found
  15. -- Checking for module 'gstreamer-pbutils-1.0'
  16. -- No package 'gstreamer-pbutils-1.0' found
  17. -- Checking for module 'gstreamer-base-0.10'
  18. -- No package 'gstreamer-base-0.10' found
  19. -- Checking for module 'gstreamer-video-0.10'
  20. -- No package 'gstreamer-video-0.10' found
  21. -- Checking for module 'gstreamer-app-0.10'
  22. -- No package 'gstreamer-app-0.10' found
  23. -- Checking for module 'gstreamer-riff-0.10'
  24. -- No package 'gstreamer-riff-0.10' found
  25. -- Checking for module 'gstreamer-pbutils-0.10'
  26. -- No package 'gstreamer-pbutils-0.10' found
  27. -- Looking for linux/videodev.h
  28. -- Looking for linux/videodev.h - not found
  29. -- Looking for linux/videodev2.h
  30. -- Looking for linux/videodev2.h - found
  31. -- Looking for sys/videoio.h
  32. -- Looking for sys/videoio.h - not found
  33. -- Checking for module 'libavresample'
  34. -- No package 'libavresample' found
  35. -- Looking for libavformat/avformat.h
  36. -- Looking for libavformat/avformat.h - found
  37. -- Looking for ffmpeg/avformat.h
  38. -- Looking for ffmpeg/avformat.h - found
  39. -- Checking for module 'libgphoto2'
  40. -- No package 'libgphoto2' found
  41. -- found IPP (ICV version): 9.0.1 [9.0.1]
  42. -- at: /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/3rdparty/ippicv/unpack/ippicv_lnx
  43. -- CUDA detected: 9.2
  44. -- 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
  45. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  46. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  47. -- Found PythonInterp: /home/ubuntu/anaconda3/bin/python3 (found suitable version "3.7.1", minimum required is "3.4")
  48. -- Found PythonLibs: /home/ubuntu/anaconda3/lib/libpython3.7m.so (found suitable exact version "3.7.1")
  49. -- Found apache ant 1.9.6: /usr/bin/ant
  50. -- 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)
  51. -- The imported target "vtkRenderingPythonTkWidgets" references the file
  52. "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
  53. but this file does not exist. Possible reasons include:
  54. * The file was deleted, renamed, or moved to another location.
  55. * An install or uninstall procedure did not complete successfully.
  56. * The installation package was faulty and contained
  57. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  58. but not all the files it references.
  59.  
  60. -- The imported target "vtk" references the file
  61. "/usr/bin/vtk"
  62. but this file does not exist. Possible reasons include:
  63. * The file was deleted, renamed, or moved to another location.
  64. * An install or uninstall procedure did not complete successfully.
  65. * The installation package was faulty and contained
  66. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  67. but not all the files it references.
  68.  
  69. -- Found VTK ver. 6.2.0 (usefile: /usr/lib/cmake/vtk-6.2/UseVTK.cmake)
  70. -c:1: DeprecationWarning: SO is deprecated, use EXT_SUFFIX
  71. --
  72. -- General configuration for OpenCV 3.1.0 =====================================
  73. -- Version control: unknown
  74. --
  75. -- Platform:
  76. -- Host: Linux 4.4.0-1075-aws x86_64
  77. -- CMake: 3.5.1
  78. -- CMake generator: Unix Makefiles
  79. -- CMake build tool: /usr/bin/make
  80. -- Configuration: Release
  81. --
  82. -- C/C++:
  83. -- Built as dynamic libs?: YES
  84. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  85. -- 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 -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  86. -- 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 -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  87. -- C Compiler: /usr/bin/cc
  88. -- 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 -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  89. -- 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 -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  90. -- Linker flags (Release):
  91. -- Linker flags (Debug):
  92. -- Precompiled headers: YES
  93. -- Extra dependencies: /usr/lib/x86_64-linux-gnu/libwebp.so /home/ubuntu/anaconda3/lib/libpng.so /home/ubuntu/anaconda3/lib/libz.so /home/ubuntu/anaconda3/lib/libtiff.so /home/ubuntu/anaconda3/lib/libjasper.so /home/ubuntu/anaconda3/lib/libjpeg.so /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so gtk-x11-2.0 gdk-x11-2.0 pangocairo-1.0 atk-1.0 cairo gdk_pixbuf-2.0 gio-2.0 pangoft2-1.0 pango-1.0 gobject-2.0 fontconfig freetype gthread-2.0 glib-2.0 dc1394 v4l1 v4l2 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg /home/ubuntu/anaconda3/lib/libbz2.so vtkRenderingOpenGL vtkImagingHybrid vtkIOImage vtkCommonDataModel vtkCommonMath vtkCommonCore vtksys vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkCommonExecutionModel vtkDICOMParser vtkIOCore /usr/lib/x86_64-linux-gnu/libz.so vtkmetaio /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libtiff.so vtkImagingCore vtkRenderingCore vtkCommonColor vtkFiltersExtraction vtkFiltersCore vtkFiltersGeneral vtkCommonComputationalGeometry vtkFiltersStatistics vtkImagingFourier vtkalglib vtkFiltersGeometry vtkFiltersSources vtkInteractionStyle vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOGeometry /usr/lib/x86_64-linux-gnu/libjsoncpp.so vtkFiltersTexture vtkRenderingFreeType /usr/lib/x86_64-linux-gnu/libfreetype.so vtkftgl vtkIOExport vtkRenderingAnnotation vtkImagingColor vtkRenderingContext2D vtkRenderingGL2PS vtkRenderingContextOpenGL /usr/lib/libgl2ps.so vtkRenderingLabel dl m pthread rt cudart nppc CUDA_nppi_LIBRARY-NOTFOUND npps cufft -L/usr/local/cuda/lib64
  94. -- 3rdparty dependencies:
  95. --
  96. -- OpenCV modules:
  97. -- To be built: cudev core cudaarithm flann imgproc ml video viz cudabgsegm cudafilters cudaimgproc cudawarping imgcodecs photo shape videoio cudacodec highgui objdetect ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo java stitching superres videostab python2 python3
  98. -- Disabled: world
  99. -- Disabled by dependency: -
  100. -- Unavailable: -
  101. --
  102. -- GUI:
  103. -- QT: NO
  104. -- GTK+ 2.x: YES (ver 2.24.30)
  105. -- GThread : YES (ver 2.48.2)
  106. -- GtkGlExt: NO
  107. -- OpenGL support: NO
  108. -- VTK support: YES (ver 6.2.0)
  109. --
  110. -- Media I/O:
  111. -- ZLib: /home/ubuntu/anaconda3/lib/libz.so (ver 1.2.11)
  112. -- JPEG: /home/ubuntu/anaconda3/lib/libjpeg.so (ver 90)
  113. -- WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x0202)
  114. -- PNG: /home/ubuntu/anaconda3/lib/libpng.so (ver 1.6.35)
  115. -- TIFF: /home/ubuntu/anaconda3/lib/libtiff.so (ver 42 - 4.0.9)
  116. -- JPEG 2000: /home/ubuntu/anaconda3/lib/libjasper.so (ver 2.0.14)
  117. -- OpenEXR: /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so (ver 2.2.0)
  118. -- GDAL: NO
  119. --
  120. -- Video I/O:
  121. -- DC1394 1.x: NO
  122. -- DC1394 2.x: YES (ver 2.2.4)
  123. -- FFMPEG: YES
  124. -- codec: YES (ver 56.60.100)
  125. -- format: YES (ver 56.40.101)
  126. -- util: YES (ver 54.31.100)
  127. -- swscale: YES (ver 3.1.101)
  128. -- resample: NO
  129. -- gentoo-style: YES
  130. -- GStreamer: NO
  131. -- OpenNI: NO
  132. -- OpenNI PrimeSensor Modules: NO
  133. -- OpenNI2: NO
  134. -- PvAPI: NO
  135. -- GigEVisionSDK: NO
  136. -- UniCap: NO
  137. -- UniCap ucil: NO
  138. -- V4L/V4L2: Using libv4l1 (ver 1.10.0) / libv4l2 (ver 1.10.0)
  139. -- XIMEA: NO
  140. -- Xine: NO
  141. -- gPhoto2: NO
  142. --
  143. -- Parallel framework: pthreads
  144. --
  145. -- Other third-party libraries:
  146. -- Use IPP: 9.0.1 [9.0.1]
  147. -- at: /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/3rdparty/ippicv/unpack/ippicv_lnx
  148. -- Use IPP Async: NO
  149. -- Use VA: NO
  150. -- Use Intel VA-API/OpenCL: NO
  151. -- Use Eigen: YES (ver 3.2.92)
  152. -- Use Cuda: YES (ver 9.2)
  153. -- Use OpenCL: YES
  154. -- Use custom HAL: NO
  155. --
  156. -- NVIDIA CUDA
  157. -- Use CUFFT: YES
  158. -- Use CUBLAS: NO
  159. -- USE NVCUVID: NO
  160. -- NVIDIA GPU arch: 20 21 30 35
  161. -- NVIDIA PTX archs: 30
  162. -- Use fast math: NO
  163. --
  164. -- OpenCL:
  165. -- Version: dynamic
  166. -- Include path: /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/3rdparty/include/opencl/1.2
  167. -- Use AMDFFT: NO
  168. -- Use AMDBLAS: NO
  169. --
  170. -- Python 2:
  171. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  172. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
  173. -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.0)
  174. -- packages path: lib/python2.7/dist-packages
  175. --
  176. -- Python 3:
  177. -- Interpreter: /home/ubuntu/anaconda3/bin/python3 (ver 3.7.1)
  178. -- Libraries: /home/ubuntu/anaconda3/lib/libpython3.7m.so (ver 3.7.1)
  179. -- numpy: /home/ubuntu/anaconda3/lib/python3.7/site-packages/numpy/core/include (ver 1.15.4)
  180. -- packages path: lib/python3.7/site-packages
  181. --
  182. -- Python (for build): /usr/bin/python2.7
  183. --
  184. -- Java:
  185. -- ant: /usr/bin/ant (ver 1.9.6)
  186. -- JNI: /usr/lib/jvm/java-8-oracle/include /usr/lib/jvm/java-8-oracle/include/linux /usr/lib/jvm/java-8-oracle/include
  187. -- Java wrappers: YES
  188. -- Java tests: YES
  189. --
  190. -- Matlab: Matlab not found or implicitly disabled
  191. --
  192. -- Documentation:
  193. -- Doxygen: /usr/bin/doxygen (ver 1.8.11)
  194. -- PlantUML: NO
  195. --
  196. -- Tests and samples:
  197. -- Tests: YES
  198. -- Performance tests: YES
  199. -- C/C++ Examples: NO
  200. --
  201. -- Install path: /usr/local
  202. --
  203. -- cvconfig.h is in: /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/build
  204. -- -----------------------------------------------------------------
  205. --
  206. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  207. Please set them or make sure they are set and tested correctly in the CMake files:
  208. CUDA_nppi_LIBRARY (ADVANCED)
  209. linked by target "opencv_cudev" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudev
  210. linked by target "opencv_cudev" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudev
  211. linked by target "opencv_test_cudev" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudev/test
  212. linked by target "opencv_core" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/core
  213. linked by target "opencv_core" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/core
  214. linked by target "opencv_test_core" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/core
  215. linked by target "opencv_perf_core" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/core
  216. linked by target "opencv_perf_cudaarithm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaarithm
  217. linked by target "opencv_cudaarithm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaarithm
  218. linked by target "opencv_cudaarithm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaarithm
  219. linked by target "opencv_test_cudaarithm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaarithm
  220. linked by target "opencv_flann" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/flann
  221. linked by target "opencv_flann" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/flann
  222. linked by target "opencv_test_flann" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/flann
  223. linked by target "opencv_imgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgproc
  224. linked by target "opencv_imgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgproc
  225. linked by target "opencv_test_imgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgproc
  226. linked by target "opencv_perf_imgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgproc
  227. linked by target "opencv_ml" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/ml
  228. linked by target "opencv_ml" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/ml
  229. linked by target "opencv_test_ml" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/ml
  230. linked by target "opencv_video" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/video
  231. linked by target "opencv_video" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/video
  232. linked by target "opencv_test_video" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/video
  233. linked by target "opencv_perf_video" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/video
  234. linked by target "opencv_test_viz" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/viz
  235. linked by target "opencv_viz" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/viz
  236. linked by target "opencv_viz" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/viz
  237. linked by target "opencv_cudabgsegm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudabgsegm
  238. linked by target "opencv_cudabgsegm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudabgsegm
  239. linked by target "opencv_test_cudabgsegm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudabgsegm
  240. linked by target "opencv_perf_cudabgsegm" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudabgsegm
  241. linked by target "opencv_cudafilters" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafilters
  242. linked by target "opencv_cudafilters" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafilters
  243. linked by target "opencv_test_cudafilters" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafilters
  244. linked by target "opencv_perf_cudafilters" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafilters
  245. linked by target "opencv_cudaimgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaimgproc
  246. linked by target "opencv_cudaimgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaimgproc
  247. linked by target "opencv_test_cudaimgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaimgproc
  248. linked by target "opencv_perf_cudaimgproc" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaimgproc
  249. linked by target "opencv_cudawarping" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudawarping
  250. linked by target "opencv_cudawarping" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudawarping
  251. linked by target "opencv_test_cudawarping" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudawarping
  252. linked by target "opencv_perf_cudawarping" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudawarping
  253. linked by target "opencv_test_imgcodecs" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgcodecs
  254. linked by target "opencv_imgcodecs" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgcodecs
  255. linked by target "opencv_imgcodecs" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgcodecs
  256. linked by target "opencv_perf_imgcodecs" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/imgcodecs
  257. linked by target "opencv_test_photo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/photo
  258. linked by target "opencv_photo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/photo
  259. linked by target "opencv_photo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/photo
  260. linked by target "opencv_perf_photo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/photo
  261. linked by target "opencv_shape" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/shape
  262. linked by target "opencv_shape" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/shape
  263. linked by target "opencv_test_shape" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/shape
  264. linked by target "opencv_videoio" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/videoio
  265. linked by target "opencv_videoio" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/videoio
  266. linked by target "opencv_test_videoio" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/videoio
  267. linked by target "opencv_perf_videoio" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/videoio
  268. linked by target "opencv_test_cudacodec" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudacodec
  269. linked by target "opencv_cudacodec" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudacodec
  270. linked by target "opencv_cudacodec" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudacodec
  271. linked by target "opencv_perf_cudacodec" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudacodec
  272. linked by target "opencv_test_highgui" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/highgui
  273. linked by target "opencv_highgui" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/highgui
  274. linked by target "opencv_highgui" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/highgui
  275. linked by target "opencv_objdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/objdetect
  276. linked by target "opencv_objdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/objdetect
  277. linked by target "opencv_perf_objdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/objdetect
  278. linked by target "opencv_test_objdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/objdetect
  279. linked by target "opencv_ts" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/ts
  280. linked by target "opencv_ts" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/ts
  281. linked by target "opencv_features2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/features2d
  282. linked by target "opencv_features2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/features2d
  283. linked by target "opencv_test_features2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/features2d
  284. linked by target "opencv_perf_features2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/features2d
  285. linked by target "opencv_test_calib3d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/calib3d
  286. linked by target "opencv_calib3d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/calib3d
  287. linked by target "opencv_calib3d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/calib3d
  288. linked by target "opencv_perf_calib3d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/calib3d
  289. linked by target "opencv_perf_cudafeatures2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafeatures2d
  290. linked by target "opencv_cudafeatures2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafeatures2d
  291. linked by target "opencv_cudafeatures2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafeatures2d
  292. linked by target "opencv_test_cudafeatures2d" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudafeatures2d
  293. linked by target "opencv_cudalegacy" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudalegacy
  294. linked by target "opencv_cudalegacy" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudalegacy
  295. linked by target "opencv_test_cudalegacy" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudalegacy
  296. linked by target "opencv_perf_cudalegacy" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudalegacy
  297. linked by target "opencv_perf_cudaobjdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaobjdetect
  298. linked by target "opencv_cudaobjdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaobjdetect
  299. linked by target "opencv_cudaobjdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaobjdetect
  300. linked by target "opencv_test_cudaobjdetect" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaobjdetect
  301. linked by target "opencv_cudaoptflow" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaoptflow
  302. linked by target "opencv_cudaoptflow" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaoptflow
  303. linked by target "opencv_test_cudaoptflow" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaoptflow
  304. linked by target "opencv_perf_cudaoptflow" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudaoptflow
  305. linked by target "opencv_perf_cudastereo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudastereo
  306. linked by target "opencv_cudastereo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudastereo
  307. linked by target "opencv_cudastereo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudastereo
  308. linked by target "opencv_test_cudastereo" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/cudastereo
  309. linked by target "opencv_java" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/java
  310. linked by target "opencv_test_stitching" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/stitching
  311. linked by target "opencv_perf_stitching" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/stitching
  312. linked by target "opencv_stitching" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/stitching
  313. linked by target "opencv_stitching" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/stitching
  314. linked by target "opencv_superres" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/superres
  315. linked by target "opencv_superres" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/superres
  316. linked by target "opencv_test_superres" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/superres
  317. linked by target "opencv_perf_superres" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/superres
  318. linked by target "opencv_videostab" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/videostab
  319. linked by target "opencv_videostab" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/modules/videostab
  320. linked by target "opencv_traincascade" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/apps/traincascade
  321. linked by target "opencv_createsamples" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/apps/createsamples
  322. linked by target "opencv_annotation" in directory /new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/apps/annotation
  323.  
  324. -- Configuring incomplete, errors occurred!
  325. See also "/new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/build/CMakeFiles/CMakeOutput.log".
  326. See also "/new-data-volume/saikat/opencv-with-cuda/opencv-3.1.0/build/CMakeFiles/CMakeError.log".
Add Comment
Please, Sign In to add comment