Guest User

cmake

a guest
Oct 16th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.46 KB | None | 0 0
  1. root@debian:~/OpenCV# pwd
  2. /root/OpenCV
  3. root@debian:~/OpenCV# ls
  4. 3rdparty CMakeLists.txt include opencv_contrib
  5. apps CONTRIBUTING.md LICENSE platforms
  6. build data modules README.md
  7. cmake doc opencv-3.1.0 samples
  8. root@debian:~/OpenCV# cd build
  9. root@debian:~/OpenCV/build#
  10. root@debian:~/OpenCV/build# cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_C_EXAMPLES=OFF -D INSTALL_PYTHON_EXAMPLES=ON -D OPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules -D BUILD_EXAMPLES=ON ..
  11.  
  12. -- Detected version of GNU GCC: 49 (409)
  13. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  14. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  15. -- Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  16. -- checking for module 'gstreamer-base-1.0'
  17. -- package 'gstreamer-base-1.0' not found
  18. -- checking for module 'gstreamer-video-1.0'
  19. -- package 'gstreamer-video-1.0' not found
  20. -- checking for module 'gstreamer-app-1.0'
  21. -- package 'gstreamer-app-1.0' not found
  22. -- checking for module 'gstreamer-riff-1.0'
  23. -- package 'gstreamer-riff-1.0' not found
  24. -- checking for module 'gstreamer-pbutils-1.0'
  25. -- package 'gstreamer-pbutils-1.0' not found
  26. -- checking for module 'gstreamer-base-0.10'
  27. -- package 'gstreamer-base-0.10' not found
  28. -- checking for module 'gstreamer-video-0.10'
  29. -- package 'gstreamer-video-0.10' not found
  30. -- checking for module 'gstreamer-app-0.10'
  31. -- package 'gstreamer-app-0.10' not found
  32. -- checking for module 'gstreamer-riff-0.10'
  33. -- package 'gstreamer-riff-0.10' not found
  34. -- checking for module 'gstreamer-pbutils-0.10'
  35. -- package 'gstreamer-pbutils-0.10' not found
  36. -- Looking for linux/videodev.h
  37. -- Looking for linux/videodev.h - not found
  38. -- Looking for linux/videodev2.h
  39. -- Looking for linux/videodev2.h - found
  40. -- Looking for sys/videoio.h
  41. -- Looking for sys/videoio.h - not found
  42. -- Looking for libavformat/avformat.h
  43. -- Looking for libavformat/avformat.h - found
  44. -- Looking for ffmpeg/avformat.h
  45. -- Looking for ffmpeg/avformat.h - not found
  46. -- checking for module 'libgphoto2'
  47. -- package 'libgphoto2' not found
  48. -- found IPP (ICV version): 9.0.1 [9.0.1]
  49. -- at: /root/OpenCV/3rdparty/ippicv/unpack/ippicv_lnx
  50. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  51. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7")
  52. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.9")
  53. -- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.2", minimum required is "3.4")
  54. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.4m.so (found suitable exact version "3.4.2")
  55. -- Found apache ant 1.9.4: /usr/bin/ant
  56. -- 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)
  57. -- The imported target "vtkCommonCoreTCL" references the file
  58. "/usr/lib/x86_64-linux-gnu/libvtkCommonCoreTCL-6.1.so.6.1.0"
  59. but this file does not exist. Possible reasons include:
  60. * The file was deleted, renamed, or moved to another location.
  61. * An install or uninstall procedure did not complete successfully.
  62. * The installation package was faulty and contained
  63. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  64. but not all the files it references.
  65.  
  66. -- The imported target "vtkCommonMathTCL" references the file
  67. "/usr/lib/x86_64-linux-gnu/libvtkCommonMathTCL-6.1.so.6.1.0"
  68. but this file does not exist. Possible reasons include:
  69. * The file was deleted, renamed, or moved to another location.
  70. * An install or uninstall procedure did not complete successfully.
  71. * The installation package was faulty and contained
  72. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  73. but not all the files it references.
  74.  
  75. -- The imported target "vtkCommonMiscTCL" references the file
  76. "/usr/lib/x86_64-linux-gnu/libvtkCommonMiscTCL-6.1.so.6.1.0"
  77. but this file does not exist. Possible reasons include:
  78. * The file was deleted, renamed, or moved to another location.
  79. * An install or uninstall procedure did not complete successfully.
  80. * The installation package was faulty and contained
  81. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  82. but not all the files it references.
  83.  
  84. -- The imported target "vtkCommonSystemTCL" references the file
  85. "/usr/lib/x86_64-linux-gnu/libvtkCommonSystemTCL-6.1.so.6.1.0"
  86. but this file does not exist. Possible reasons include:
  87. * The file was deleted, renamed, or moved to another location.
  88. * An install or uninstall procedure did not complete successfully.
  89. * The installation package was faulty and contained
  90. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  91. but not all the files it references.
  92.  
  93. -- The imported target "vtkCommonTransformsTCL" references the file
  94. "/usr/lib/x86_64-linux-gnu/libvtkCommonTransformsTCL-6.1.so.6.1.0"
  95. but this file does not exist. Possible reasons include:
  96. * The file was deleted, renamed, or moved to another location.
  97. * An install or uninstall procedure did not complete successfully.
  98. * The installation package was faulty and contained
  99. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  100. but not all the files it references.
  101.  
  102. -- The imported target "vtkCommonDataModelTCL" references the file
  103. "/usr/lib/x86_64-linux-gnu/libvtkCommonDataModelTCL-6.1.so.6.1.0"
  104. but this file does not exist. Possible reasons include:
  105. * The file was deleted, renamed, or moved to another location.
  106. * An install or uninstall procedure did not complete successfully.
  107. * The installation package was faulty and contained
  108. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  109. but not all the files it references.
  110.  
  111. -- The imported target "vtkCommonColorTCL" references the file
  112. "/usr/lib/x86_64-linux-gnu/libvtkCommonColorTCL-6.1.so.6.1.0"
  113. but this file does not exist. Possible reasons include:
  114. * The file was deleted, renamed, or moved to another location.
  115. * An install or uninstall procedure did not complete successfully.
  116. * The installation package was faulty and contained
  117. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  118. but not all the files it references.
  119.  
  120. -- The imported target "vtkCommonExecutionModelTCL" references the file
  121. "/usr/lib/x86_64-linux-gnu/libvtkCommonExecutionModelTCL-6.1.so.6.1.0"
  122. but this file does not exist. Possible reasons include:
  123. * The file was deleted, renamed, or moved to another location.
  124. * An install or uninstall procedure did not complete successfully.
  125. * The installation package was faulty and contained
  126. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  127. but not all the files it references.
  128.  
  129. -- The imported target "vtkFiltersCoreTCL" references the file
  130. "/usr/lib/x86_64-linux-gnu/libvtkFiltersCoreTCL-6.1.so.6.1.0"
  131. but this file does not exist. Possible reasons include:
  132. * The file was deleted, renamed, or moved to another location.
  133. * An install or uninstall procedure did not complete successfully.
  134. * The installation package was faulty and contained
  135. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  136. but not all the files it references.
  137.  
  138. -- The imported target "vtkCommonComputationalGeometryTCL" references the file
  139. "/usr/lib/x86_64-linux-gnu/libvtkCommonComputationalGeometryTCL-6.1.so.6.1.0"
  140. but this file does not exist. Possible reasons include:
  141. * The file was deleted, renamed, or moved to another location.
  142. * An install or uninstall procedure did not complete successfully.
  143. * The installation package was faulty and contained
  144. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  145. but not all the files it references.
  146.  
  147. -- The imported target "vtkFiltersGeneralTCL" references the file
  148. "/usr/lib/x86_64-linux-gnu/libvtkFiltersGeneralTCL-6.1.so.6.1.0"
  149. but this file does not exist. Possible reasons include:
  150. * The file was deleted, renamed, or moved to another location.
  151. * An install or uninstall procedure did not complete successfully.
  152. * The installation package was faulty and contained
  153. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  154. but not all the files it references.
  155.  
  156. -- The imported target "vtkImagingCoreTCL" references the file
  157. "/usr/lib/x86_64-linux-gnu/libvtkImagingCoreTCL-6.1.so.6.1.0"
  158. but this file does not exist. Possible reasons include:
  159. * The file was deleted, renamed, or moved to another location.
  160. * An install or uninstall procedure did not complete successfully.
  161. * The installation package was faulty and contained
  162. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  163. but not all the files it references.
  164.  
  165. -- The imported target "vtkImagingFourierTCL" references the file
  166. "/usr/lib/x86_64-linux-gnu/libvtkImagingFourierTCL-6.1.so.6.1.0"
  167. but this file does not exist. Possible reasons include:
  168. * The file was deleted, renamed, or moved to another location.
  169. * An install or uninstall procedure did not complete successfully.
  170. * The installation package was faulty and contained
  171. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  172. but not all the files it references.
  173.  
  174. -- The imported target "vtkFiltersStatisticsTCL" references the file
  175. "/usr/lib/x86_64-linux-gnu/libvtkFiltersStatisticsTCL-6.1.so.6.1.0"
  176. but this file does not exist. Possible reasons include:
  177. * The file was deleted, renamed, or moved to another location.
  178. * An install or uninstall procedure did not complete successfully.
  179. * The installation package was faulty and contained
  180. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  181. but not all the files it references.
  182.  
  183. -- The imported target "vtkFiltersExtractionTCL" references the file
  184. "/usr/lib/x86_64-linux-gnu/libvtkFiltersExtractionTCL-6.1.so.6.1.0"
  185. but this file does not exist. Possible reasons include:
  186. * The file was deleted, renamed, or moved to another location.
  187. * An install or uninstall procedure did not complete successfully.
  188. * The installation package was faulty and contained
  189. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  190. but not all the files it references.
  191.  
  192. -- The imported target "vtkInfovisCoreTCL" references the file
  193. "/usr/lib/x86_64-linux-gnu/libvtkInfovisCoreTCL-6.1.so.6.1.0"
  194. but this file does not exist. Possible reasons include:
  195. * The file was deleted, renamed, or moved to another location.
  196. * An install or uninstall procedure did not complete successfully.
  197. * The installation package was faulty and contained
  198. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  199. but not all the files it references.
  200.  
  201. -- The imported target "vtkFiltersGeometryTCL" references the file
  202. "/usr/lib/x86_64-linux-gnu/libvtkFiltersGeometryTCL-6.1.so.6.1.0"
  203. but this file does not exist. Possible reasons include:
  204. * The file was deleted, renamed, or moved to another location.
  205. * An install or uninstall procedure did not complete successfully.
  206. * The installation package was faulty and contained
  207. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  208. but not all the files it references.
  209.  
  210. -- The imported target "vtkFiltersSourcesTCL" references the file
  211. "/usr/lib/x86_64-linux-gnu/libvtkFiltersSourcesTCL-6.1.so.6.1.0"
  212. but this file does not exist. Possible reasons include:
  213. * The file was deleted, renamed, or moved to another location.
  214. * An install or uninstall procedure did not complete successfully.
  215. * The installation package was faulty and contained
  216. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  217. but not all the files it references.
  218.  
  219. -- The imported target "vtkRenderingCoreTCL" references the file
  220. "/usr/lib/x86_64-linux-gnu/libvtkRenderingCoreTCL-6.1.so.6.1.0"
  221. but this file does not exist. Possible reasons include:
  222. * The file was deleted, renamed, or moved to another location.
  223. * An install or uninstall procedure did not complete successfully.
  224. * The installation package was faulty and contained
  225. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  226. but not all the files it references.
  227.  
  228. -- The imported target "vtkRenderingFreeTypeTCL" references the file
  229. "/usr/lib/x86_64-linux-gnu/libvtkRenderingFreeTypeTCL-6.1.so.6.1.0"
  230. but this file does not exist. Possible reasons include:
  231. * The file was deleted, renamed, or moved to another location.
  232. * An install or uninstall procedure did not complete successfully.
  233. * The installation package was faulty and contained
  234. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  235. but not all the files it references.
  236.  
  237. -- The imported target "vtkIOCoreTCL" references the file
  238. "/usr/lib/x86_64-linux-gnu/libvtkIOCoreTCL-6.1.so.6.1.0"
  239. but this file does not exist. Possible reasons include:
  240. * The file was deleted, renamed, or moved to another location.
  241. * An install or uninstall procedure did not complete successfully.
  242. * The installation package was faulty and contained
  243. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  244. but not all the files it references.
  245.  
  246. -- The imported target "vtkIOImageTCL" references the file
  247. "/usr/lib/x86_64-linux-gnu/libvtkIOImageTCL-6.1.so.6.1.0"
  248. but this file does not exist. Possible reasons include:
  249. * The file was deleted, renamed, or moved to another location.
  250. * An install or uninstall procedure did not complete successfully.
  251. * The installation package was faulty and contained
  252. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  253. but not all the files it references.
  254.  
  255. -- The imported target "vtkImagingHybridTCL" references the file
  256. "/usr/lib/x86_64-linux-gnu/libvtkImagingHybridTCL-6.1.so.6.1.0"
  257. but this file does not exist. Possible reasons include:
  258. * The file was deleted, renamed, or moved to another location.
  259. * An install or uninstall procedure did not complete successfully.
  260. * The installation package was faulty and contained
  261. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  262. but not all the files it references.
  263.  
  264. -- The imported target "vtkRenderingOpenGLTCL" references the file
  265. "/usr/lib/x86_64-linux-gnu/libvtkRenderingOpenGLTCL-6.1.so.6.1.0"
  266. but this file does not exist. Possible reasons include:
  267. * The file was deleted, renamed, or moved to another location.
  268. * An install or uninstall procedure did not complete successfully.
  269. * The installation package was faulty and contained
  270. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  271. but not all the files it references.
  272.  
  273. -- The imported target "vtkRenderingContextIIDTCL" references the file
  274. "/usr/lib/x86_64-linux-gnu/libvtkRenderingContextIIDTCL-6.1.so.6.1.0"
  275. but this file does not exist. Possible reasons include:
  276. * The file was deleted, renamed, or moved to another location.
  277. * An install or uninstall procedure did not complete successfully.
  278. * The installation package was faulty and contained
  279. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  280. but not all the files it references.
  281.  
  282. -- The imported target "vtkChartsCoreTCL" references the file
  283. "/usr/lib/x86_64-linux-gnu/libvtkChartsCoreTCL-6.1.so.6.1.0"
  284. but this file does not exist. Possible reasons include:
  285. * The file was deleted, renamed, or moved to another location.
  286. * An install or uninstall procedure did not complete successfully.
  287. * The installation package was faulty and contained
  288. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  289. but not all the files it references.
  290.  
  291. -- The imported target "vtkIOGeometryTCL" references the file
  292. "/usr/lib/x86_64-linux-gnu/libvtkIOGeometryTCL-6.1.so.6.1.0"
  293. but this file does not exist. Possible reasons include:
  294. * The file was deleted, renamed, or moved to another location.
  295. * An install or uninstall procedure did not complete successfully.
  296. * The installation package was faulty and contained
  297. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  298. but not all the files it references.
  299.  
  300. -- The imported target "vtkIOXMLParserTCL" references the file
  301. "/usr/lib/x86_64-linux-gnu/libvtkIOXMLParserTCL-6.1.so.6.1.0"
  302. but this file does not exist. Possible reasons include:
  303. * The file was deleted, renamed, or moved to another location.
  304. * An install or uninstall procedure did not complete successfully.
  305. * The installation package was faulty and contained
  306. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  307. but not all the files it references.
  308.  
  309. -- The imported target "vtkIOXMLTCL" references the file
  310. "/usr/lib/x86_64-linux-gnu/libvtkIOXMLTCL-6.1.so.6.1.0"
  311. but this file does not exist. Possible reasons include:
  312. * The file was deleted, renamed, or moved to another location.
  313. * An install or uninstall procedure did not complete successfully.
  314. * The installation package was faulty and contained
  315. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  316. but not all the files it references.
  317.  
  318. -- The imported target "vtkDomainsChemistryTCL" references the file
  319. "/usr/lib/x86_64-linux-gnu/libvtkDomainsChemistryTCL-6.1.so.6.1.0"
  320. but this file does not exist. Possible reasons include:
  321. * The file was deleted, renamed, or moved to another location.
  322. * An install or uninstall procedure did not complete successfully.
  323. * The installation package was faulty and contained
  324. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  325. but not all the files it references.
  326.  
  327. -- The imported target "vtkIOLegacyTCL" references the file
  328. "/usr/lib/x86_64-linux-gnu/libvtkIOLegacyTCL-6.1.so.6.1.0"
  329. but this file does not exist. Possible reasons include:
  330. * The file was deleted, renamed, or moved to another location.
  331. * An install or uninstall procedure did not complete successfully.
  332. * The installation package was faulty and contained
  333. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  334. but not all the files it references.
  335.  
  336. -- The imported target "vtkParallelCoreTCL" references the file
  337. "/usr/lib/x86_64-linux-gnu/libvtkParallelCoreTCL-6.1.so.6.1.0"
  338. but this file does not exist. Possible reasons include:
  339. * The file was deleted, renamed, or moved to another location.
  340. * An install or uninstall procedure did not complete successfully.
  341. * The installation package was faulty and contained
  342. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  343. but not all the files it references.
  344.  
  345. -- The imported target "vtkFiltersAMRTCL" references the file
  346. "/usr/lib/x86_64-linux-gnu/libvtkFiltersAMRTCL-6.1.so.6.1.0"
  347. but this file does not exist. Possible reasons include:
  348. * The file was deleted, renamed, or moved to another location.
  349. * An install or uninstall procedure did not complete successfully.
  350. * The installation package was faulty and contained
  351. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  352. but not all the files it references.
  353.  
  354. -- The imported target "vtkFiltersFlowPathsTCL" references the file
  355. "/usr/lib/x86_64-linux-gnu/libvtkFiltersFlowPathsTCL-6.1.so.6.1.0"
  356. but this file does not exist. Possible reasons include:
  357. * The file was deleted, renamed, or moved to another location.
  358. * An install or uninstall procedure did not complete successfully.
  359. * The installation package was faulty and contained
  360. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  361. but not all the files it references.
  362.  
  363. -- The imported target "vtkFiltersGenericTCL" references the file
  364. "/usr/lib/x86_64-linux-gnu/libvtkFiltersGenericTCL-6.1.so.6.1.0"
  365. but this file does not exist. Possible reasons include:
  366. * The file was deleted, renamed, or moved to another location.
  367. * An install or uninstall procedure did not complete successfully.
  368. * The installation package was faulty and contained
  369. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  370. but not all the files it references.
  371.  
  372. -- The imported target "vtkImagingSourcesTCL" references the file
  373. "/usr/lib/x86_64-linux-gnu/libvtkImagingSourcesTCL-6.1.so.6.1.0"
  374. but this file does not exist. Possible reasons include:
  375. * The file was deleted, renamed, or moved to another location.
  376. * An install or uninstall procedure did not complete successfully.
  377. * The installation package was faulty and contained
  378. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  379. but not all the files it references.
  380.  
  381. -- The imported target "vtkFiltersHybridTCL" references the file
  382. "/usr/lib/x86_64-linux-gnu/libvtkFiltersHybridTCL-6.1.so.6.1.0"
  383. but this file does not exist. Possible reasons include:
  384. * The file was deleted, renamed, or moved to another location.
  385. * An install or uninstall procedure did not complete successfully.
  386. * The installation package was faulty and contained
  387. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  388. but not all the files it references.
  389.  
  390. -- The imported target "vtkFiltersHyperTreeTCL" references the file
  391. "/usr/lib/x86_64-linux-gnu/libvtkFiltersHyperTreeTCL-6.1.so.6.1.0"
  392. but this file does not exist. Possible reasons include:
  393. * The file was deleted, renamed, or moved to another location.
  394. * An install or uninstall procedure did not complete successfully.
  395. * The installation package was faulty and contained
  396. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  397. but not all the files it references.
  398.  
  399. -- The imported target "vtkImagingGeneralTCL" references the file
  400. "/usr/lib/x86_64-linux-gnu/libvtkImagingGeneralTCL-6.1.so.6.1.0"
  401. but this file does not exist. Possible reasons include:
  402. * The file was deleted, renamed, or moved to another location.
  403. * An install or uninstall procedure did not complete successfully.
  404. * The installation package was faulty and contained
  405. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  406. but not all the files it references.
  407.  
  408. -- The imported target "vtkFiltersImagingTCL" references the file
  409. "/usr/lib/x86_64-linux-gnu/libvtkFiltersImagingTCL-6.1.so.6.1.0"
  410. but this file does not exist. Possible reasons include:
  411. * The file was deleted, renamed, or moved to another location.
  412. * An install or uninstall procedure did not complete successfully.
  413. * The installation package was faulty and contained
  414. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  415. but not all the files it references.
  416.  
  417. -- The imported target "vtkFiltersModelingTCL" references the file
  418. "/usr/lib/x86_64-linux-gnu/libvtkFiltersModelingTCL-6.1.so.6.1.0"
  419. but this file does not exist. Possible reasons include:
  420. * The file was deleted, renamed, or moved to another location.
  421. * An install or uninstall procedure did not complete successfully.
  422. * The installation package was faulty and contained
  423. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  424. but not all the files it references.
  425.  
  426. -- The imported target "vtkFiltersParallelTCL" references the file
  427. "/usr/lib/x86_64-linux-gnu/libvtkFiltersParallelTCL-6.1.so.6.1.0"
  428. but this file does not exist. Possible reasons include:
  429. * The file was deleted, renamed, or moved to another location.
  430. * An install or uninstall procedure did not complete successfully.
  431. * The installation package was faulty and contained
  432. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  433. but not all the files it references.
  434.  
  435. -- The imported target "vtkParallelMPITCL" references the file
  436. "/usr/lib/x86_64-linux-gnu/libvtkParallelMPITCL-6.1.so.6.1.0"
  437. but this file does not exist. Possible reasons include:
  438. * The file was deleted, renamed, or moved to another location.
  439. * An install or uninstall procedure did not complete successfully.
  440. * The installation package was faulty and contained
  441. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  442. but not all the files it references.
  443.  
  444. -- The imported target "vtkFiltersParallelFlowPathsTCL" references the file
  445. "/usr/lib/x86_64-linux-gnu/libvtkFiltersParallelFlowPathsTCL-6.1.so.6.1.0"
  446. but this file does not exist. Possible reasons include:
  447. * The file was deleted, renamed, or moved to another location.
  448. * An install or uninstall procedure did not complete successfully.
  449. * The installation package was faulty and contained
  450. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  451. but not all the files it references.
  452.  
  453. -- The imported target "vtkFiltersParallelGeometryTCL" references the file
  454. "/usr/lib/x86_64-linux-gnu/libvtkFiltersParallelGeometryTCL-6.1.so.6.1.0"
  455. but this file does not exist. Possible reasons include:
  456. * The file was deleted, renamed, or moved to another location.
  457. * An install or uninstall procedure did not complete successfully.
  458. * The installation package was faulty and contained
  459. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  460. but not all the files it references.
  461.  
  462. -- The imported target "vtkFiltersParallelImagingTCL" references the file
  463. "/usr/lib/x86_64-linux-gnu/libvtkFiltersParallelImagingTCL-6.1.so.6.1.0"
  464. but this file does not exist. Possible reasons include:
  465. * The file was deleted, renamed, or moved to another location.
  466. * An install or uninstall procedure did not complete successfully.
  467. * The installation package was faulty and contained
  468. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  469. but not all the files it references.
  470.  
  471. -- The imported target "vtkFiltersParallelMPITCL" references the file
  472. "/usr/lib/x86_64-linux-gnu/libvtkFiltersParallelMPITCL-6.1.so.6.1.0"
  473. but this file does not exist. Possible reasons include:
  474. * The file was deleted, renamed, or moved to another location.
  475. * An install or uninstall procedure did not complete successfully.
  476. * The installation package was faulty and contained
  477. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  478. but not all the files it references.
  479.  
  480. -- The imported target "vtkFiltersParallelStatisticsTCL" references the file
  481. "/usr/lib/x86_64-linux-gnu/libvtkFiltersParallelStatisticsTCL-6.1.so.6.1.0"
  482. but this file does not exist. Possible reasons include:
  483. * The file was deleted, renamed, or moved to another location.
  484. * An install or uninstall procedure did not complete successfully.
  485. * The installation package was faulty and contained
  486. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  487. but not all the files it references.
  488.  
  489. -- The imported target "vtkFiltersProgrammableTCL" references the file
  490. "/usr/lib/x86_64-linux-gnu/libvtkFiltersProgrammableTCL-6.1.so.6.1.0"
  491. but this file does not exist. Possible reasons include:
  492. * The file was deleted, renamed, or moved to another location.
  493. * An install or uninstall procedure did not complete successfully.
  494. * The installation package was faulty and contained
  495. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  496. but not all the files it references.
  497.  
  498. -- The imported target "vtkFiltersReebGraphTCL" references the file
  499. "/usr/lib/x86_64-linux-gnu/libvtkFiltersReebGraphTCL-6.1.so.6.1.0"
  500. but this file does not exist. Possible reasons include:
  501. * The file was deleted, renamed, or moved to another location.
  502. * An install or uninstall procedure did not complete successfully.
  503. * The installation package was faulty and contained
  504. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  505. but not all the files it references.
  506.  
  507. -- The imported target "vtkFiltersSMPTCL" references the file
  508. "/usr/lib/x86_64-linux-gnu/libvtkFiltersSMPTCL-6.1.so.6.1.0"
  509. but this file does not exist. Possible reasons include:
  510. * The file was deleted, renamed, or moved to another location.
  511. * An install or uninstall procedure did not complete successfully.
  512. * The installation package was faulty and contained
  513. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  514. but not all the files it references.
  515.  
  516. -- The imported target "vtkFiltersSelectionTCL" references the file
  517. "/usr/lib/x86_64-linux-gnu/libvtkFiltersSelectionTCL-6.1.so.6.1.0"
  518. but this file does not exist. Possible reasons include:
  519. * The file was deleted, renamed, or moved to another location.
  520. * An install or uninstall procedure did not complete successfully.
  521. * The installation package was faulty and contained
  522. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  523. but not all the files it references.
  524.  
  525. -- The imported target "vtkFiltersTextureTCL" references the file
  526. "/usr/lib/x86_64-linux-gnu/libvtkFiltersTextureTCL-6.1.so.6.1.0"
  527. but this file does not exist. Possible reasons include:
  528. * The file was deleted, renamed, or moved to another location.
  529. * An install or uninstall procedure did not complete successfully.
  530. * The installation package was faulty and contained
  531. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  532. but not all the files it references.
  533.  
  534. -- The imported target "vtkFiltersVerdictTCL" references the file
  535. "/usr/lib/x86_64-linux-gnu/libvtkFiltersVerdictTCL-6.1.so.6.1.0"
  536. but this file does not exist. Possible reasons include:
  537. * The file was deleted, renamed, or moved to another location.
  538. * An install or uninstall procedure did not complete successfully.
  539. * The installation package was faulty and contained
  540. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  541. but not all the files it references.
  542.  
  543. -- The imported target "vtkInteractionStyleTCL" references the file
  544. "/usr/lib/x86_64-linux-gnu/libvtkInteractionStyleTCL-6.1.so.6.1.0"
  545. but this file does not exist. Possible reasons include:
  546. * The file was deleted, renamed, or moved to another location.
  547. * An install or uninstall procedure did not complete successfully.
  548. * The installation package was faulty and contained
  549. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  550. but not all the files it references.
  551.  
  552. -- The imported target "vtkIOSQLTCL" references the file
  553. "/usr/lib/x86_64-linux-gnu/libvtkIOSQLTCL-6.1.so.6.1.0"
  554. but this file does not exist. Possible reasons include:
  555. * The file was deleted, renamed, or moved to another location.
  556. * An install or uninstall procedure did not complete successfully.
  557. * The installation package was faulty and contained
  558. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  559. but not all the files it references.
  560.  
  561. -- The imported target "vtkInfovisLayoutTCL" references the file
  562. "/usr/lib/x86_64-linux-gnu/libvtkInfovisLayoutTCL-6.1.so.6.1.0"
  563. but this file does not exist. Possible reasons include:
  564. * The file was deleted, renamed, or moved to another location.
  565. * An install or uninstall procedure did not complete successfully.
  566. * The installation package was faulty and contained
  567. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  568. but not all the files it references.
  569.  
  570. -- The imported target "vtkRenderingLabelTCL" references the file
  571. "/usr/lib/x86_64-linux-gnu/libvtkRenderingLabelTCL-6.1.so.6.1.0"
  572. but this file does not exist. Possible reasons include:
  573. * The file was deleted, renamed, or moved to another location.
  574. * An install or uninstall procedure did not complete successfully.
  575. * The installation package was faulty and contained
  576. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  577. but not all the files it references.
  578.  
  579. -- The imported target "vtkImagingColorTCL" references the file
  580. "/usr/lib/x86_64-linux-gnu/libvtkImagingColorTCL-6.1.so.6.1.0"
  581. but this file does not exist. Possible reasons include:
  582. * The file was deleted, renamed, or moved to another location.
  583. * An install or uninstall procedure did not complete successfully.
  584. * The installation package was faulty and contained
  585. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  586. but not all the files it references.
  587.  
  588. -- The imported target "vtkRenderingAnnotationTCL" references the file
  589. "/usr/lib/x86_64-linux-gnu/libvtkRenderingAnnotationTCL-6.1.so.6.1.0"
  590. but this file does not exist. Possible reasons include:
  591. * The file was deleted, renamed, or moved to another location.
  592. * An install or uninstall procedure did not complete successfully.
  593. * The installation package was faulty and contained
  594. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  595. but not all the files it references.
  596.  
  597. -- The imported target "vtkRenderingVolumeTCL" references the file
  598. "/usr/lib/x86_64-linux-gnu/libvtkRenderingVolumeTCL-6.1.so.6.1.0"
  599. but this file does not exist. Possible reasons include:
  600. * The file was deleted, renamed, or moved to another location.
  601. * An install or uninstall procedure did not complete successfully.
  602. * The installation package was faulty and contained
  603. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  604. but not all the files it references.
  605.  
  606. -- The imported target "vtkInteractionWidgetsTCL" references the file
  607. "/usr/lib/x86_64-linux-gnu/libvtkInteractionWidgetsTCL-6.1.so.6.1.0"
  608. but this file does not exist. Possible reasons include:
  609. * The file was deleted, renamed, or moved to another location.
  610. * An install or uninstall procedure did not complete successfully.
  611. * The installation package was faulty and contained
  612. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  613. but not all the files it references.
  614.  
  615. -- The imported target "vtkViewsCoreTCL" references the file
  616. "/usr/lib/x86_64-linux-gnu/libvtkViewsCoreTCL-6.1.so.6.1.0"
  617. but this file does not exist. Possible reasons include:
  618. * The file was deleted, renamed, or moved to another location.
  619. * An install or uninstall procedure did not complete successfully.
  620. * The installation package was faulty and contained
  621. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  622. but not all the files it references.
  623.  
  624. -- The imported target "vtkViewsInfovisTCL" references the file
  625. "/usr/lib/x86_64-linux-gnu/libvtkViewsInfovisTCL-6.1.so.6.1.0"
  626. but this file does not exist. Possible reasons include:
  627. * The file was deleted, renamed, or moved to another location.
  628. * An install or uninstall procedure did not complete successfully.
  629. * The installation package was faulty and contained
  630. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  631. but not all the files it references.
  632.  
  633. -- The imported target "vtkGeovisCoreTCL" references the file
  634. "/usr/lib/x86_64-linux-gnu/libvtkGeovisCoreTCL-6.1.so.6.1.0"
  635. but this file does not exist. Possible reasons include:
  636. * The file was deleted, renamed, or moved to another location.
  637. * An install or uninstall procedure did not complete successfully.
  638. * The installation package was faulty and contained
  639. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  640. but not all the files it references.
  641.  
  642. -- The imported target "vtkIOAMRTCL" references the file
  643. "/usr/lib/x86_64-linux-gnu/libvtkIOAMRTCL-6.1.so.6.1.0"
  644. but this file does not exist. Possible reasons include:
  645. * The file was deleted, renamed, or moved to another location.
  646. * An install or uninstall procedure did not complete successfully.
  647. * The installation package was faulty and contained
  648. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  649. but not all the files it references.
  650.  
  651. -- The imported target "vtkIOEnSightTCL" references the file
  652. "/usr/lib/x86_64-linux-gnu/libvtkIOEnSightTCL-6.1.so.6.1.0"
  653. but this file does not exist. Possible reasons include:
  654. * The file was deleted, renamed, or moved to another location.
  655. * An install or uninstall procedure did not complete successfully.
  656. * The installation package was faulty and contained
  657. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  658. but not all the files it references.
  659.  
  660. -- The imported target "vtkIOExodusTCL" references the file
  661. "/usr/lib/x86_64-linux-gnu/libvtkIOExodusTCL-6.1.so.6.1.0"
  662. but this file does not exist. Possible reasons include:
  663. * The file was deleted, renamed, or moved to another location.
  664. * An install or uninstall procedure did not complete successfully.
  665. * The installation package was faulty and contained
  666. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  667. but not all the files it references.
  668.  
  669. -- The imported target "vtkRenderingGLtoPSTCL" references the file
  670. "/usr/lib/x86_64-linux-gnu/libvtkRenderingGLtoPSTCL-6.1.so.6.1.0"
  671. but this file does not exist. Possible reasons include:
  672. * The file was deleted, renamed, or moved to another location.
  673. * An install or uninstall procedure did not complete successfully.
  674. * The installation package was faulty and contained
  675. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  676. but not all the files it references.
  677.  
  678. -- The imported target "vtkIOExportTCL" references the file
  679. "/usr/lib/x86_64-linux-gnu/libvtkIOExportTCL-6.1.so.6.1.0"
  680. but this file does not exist. Possible reasons include:
  681. * The file was deleted, renamed, or moved to another location.
  682. * An install or uninstall procedure did not complete successfully.
  683. * The installation package was faulty and contained
  684. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  685. but not all the files it references.
  686.  
  687. -- The imported target "vtkIOMovieTCL" references the file
  688. "/usr/lib/x86_64-linux-gnu/libvtkIOMovieTCL-6.1.so.6.1.0"
  689. but this file does not exist. Possible reasons include:
  690. * The file was deleted, renamed, or moved to another location.
  691. * An install or uninstall procedure did not complete successfully.
  692. * The installation package was faulty and contained
  693. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  694. but not all the files it references.
  695.  
  696. -- The imported target "vtkIOFFMPEGTCL" references the file
  697. "/usr/lib/x86_64-linux-gnu/libvtkIOFFMPEGTCL-6.1.so.6.1.0"
  698. but this file does not exist. Possible reasons include:
  699. * The file was deleted, renamed, or moved to another location.
  700. * An install or uninstall procedure did not complete successfully.
  701. * The installation package was faulty and contained
  702. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  703. but not all the files it references.
  704.  
  705. -- The imported target "vtkIOGDALTCL" references the file
  706. "/usr/lib/x86_64-linux-gnu/libvtkIOGDALTCL-6.1.so.6.1.0"
  707. but this file does not exist. Possible reasons include:
  708. * The file was deleted, renamed, or moved to another location.
  709. * An install or uninstall procedure did not complete successfully.
  710. * The installation package was faulty and contained
  711. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  712. but not all the files it references.
  713.  
  714. -- The imported target "vtkIOGeoJSONTCL" references the file
  715. "/usr/lib/x86_64-linux-gnu/libvtkIOGeoJSONTCL-6.1.so.6.1.0"
  716. but this file does not exist. Possible reasons include:
  717. * The file was deleted, renamed, or moved to another location.
  718. * An install or uninstall procedure did not complete successfully.
  719. * The installation package was faulty and contained
  720. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  721. but not all the files it references.
  722.  
  723. -- The imported target "vtkIOImportTCL" references the file
  724. "/usr/lib/x86_64-linux-gnu/libvtkIOImportTCL-6.1.so.6.1.0"
  725. but this file does not exist. Possible reasons include:
  726. * The file was deleted, renamed, or moved to another location.
  727. * An install or uninstall procedure did not complete successfully.
  728. * The installation package was faulty and contained
  729. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  730. but not all the files it references.
  731.  
  732. -- The imported target "vtkIOInfovisTCL" references the file
  733. "/usr/lib/x86_64-linux-gnu/libvtkIOInfovisTCL-6.1.so.6.1.0"
  734. but this file does not exist. Possible reasons include:
  735. * The file was deleted, renamed, or moved to another location.
  736. * An install or uninstall procedure did not complete successfully.
  737. * The installation package was faulty and contained
  738. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  739. but not all the files it references.
  740.  
  741. -- The imported target "vtkIOLSDynaTCL" references the file
  742. "/usr/lib/x86_64-linux-gnu/libvtkIOLSDynaTCL-6.1.so.6.1.0"
  743. but this file does not exist. Possible reasons include:
  744. * The file was deleted, renamed, or moved to another location.
  745. * An install or uninstall procedure did not complete successfully.
  746. * The installation package was faulty and contained
  747. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  748. but not all the files it references.
  749.  
  750. -- The imported target "vtkIOMINCTCL" references the file
  751. "/usr/lib/x86_64-linux-gnu/libvtkIOMINCTCL-6.1.so.6.1.0"
  752. but this file does not exist. Possible reasons include:
  753. * The file was deleted, renamed, or moved to another location.
  754. * An install or uninstall procedure did not complete successfully.
  755. * The installation package was faulty and contained
  756. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  757. but not all the files it references.
  758.  
  759. -- The imported target "vtkIOMPIImageTCL" references the file
  760. "/usr/lib/x86_64-linux-gnu/libvtkIOMPIImageTCL-6.1.so.6.1.0"
  761. but this file does not exist. Possible reasons include:
  762. * The file was deleted, renamed, or moved to another location.
  763. * An install or uninstall procedure did not complete successfully.
  764. * The installation package was faulty and contained
  765. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  766. but not all the files it references.
  767.  
  768. -- The imported target "vtkIOMPIParallelTCL" references the file
  769. "/usr/lib/x86_64-linux-gnu/libvtkIOMPIParallelTCL-6.1.so.6.1.0"
  770. but this file does not exist. Possible reasons include:
  771. * The file was deleted, renamed, or moved to another location.
  772. * An install or uninstall procedure did not complete successfully.
  773. * The installation package was faulty and contained
  774. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  775. but not all the files it references.
  776.  
  777. -- The imported target "vtkIOMySQLTCL" references the file
  778. "/usr/lib/x86_64-linux-gnu/libvtkIOMySQLTCL-6.1.so.6.1.0"
  779. but this file does not exist. Possible reasons include:
  780. * The file was deleted, renamed, or moved to another location.
  781. * An install or uninstall procedure did not complete successfully.
  782. * The installation package was faulty and contained
  783. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  784. but not all the files it references.
  785.  
  786. -- The imported target "vtkIONetCDFTCL" references the file
  787. "/usr/lib/x86_64-linux-gnu/libvtkIONetCDFTCL-6.1.so.6.1.0"
  788. but this file does not exist. Possible reasons include:
  789. * The file was deleted, renamed, or moved to another location.
  790. * An install or uninstall procedure did not complete successfully.
  791. * The installation package was faulty and contained
  792. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  793. but not all the files it references.
  794.  
  795. -- The imported target "vtkIOODBCTCL" references the file
  796. "/usr/lib/x86_64-linux-gnu/libvtkIOODBCTCL-6.1.so.6.1.0"
  797. but this file does not exist. Possible reasons include:
  798. * The file was deleted, renamed, or moved to another location.
  799. * An install or uninstall procedure did not complete successfully.
  800. * The installation package was faulty and contained
  801. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  802. but not all the files it references.
  803.  
  804. -- The imported target "vtkIOPLYTCL" references the file
  805. "/usr/lib/x86_64-linux-gnu/libvtkIOPLYTCL-6.1.so.6.1.0"
  806. but this file does not exist. Possible reasons include:
  807. * The file was deleted, renamed, or moved to another location.
  808. * An install or uninstall procedure did not complete successfully.
  809. * The installation package was faulty and contained
  810. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  811. but not all the files it references.
  812.  
  813. -- The imported target "vtkIOParallelTCL" references the file
  814. "/usr/lib/x86_64-linux-gnu/libvtkIOParallelTCL-6.1.so.6.1.0"
  815. but this file does not exist. Possible reasons include:
  816. * The file was deleted, renamed, or moved to another location.
  817. * An install or uninstall procedure did not complete successfully.
  818. * The installation package was faulty and contained
  819. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  820. but not all the files it references.
  821.  
  822. -- The imported target "vtkIOParallelExodusTCL" references the file
  823. "/usr/lib/x86_64-linux-gnu/libvtkIOParallelExodusTCL-6.1.so.6.1.0"
  824. but this file does not exist. Possible reasons include:
  825. * The file was deleted, renamed, or moved to another location.
  826. * An install or uninstall procedure did not complete successfully.
  827. * The installation package was faulty and contained
  828. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  829. but not all the files it references.
  830.  
  831. -- The imported target "vtkIOParallelLSDynaTCL" references the file
  832. "/usr/lib/x86_64-linux-gnu/libvtkIOParallelLSDynaTCL-6.1.so.6.1.0"
  833. but this file does not exist. Possible reasons include:
  834. * The file was deleted, renamed, or moved to another location.
  835. * An install or uninstall procedure did not complete successfully.
  836. * The installation package was faulty and contained
  837. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  838. but not all the files it references.
  839.  
  840. -- The imported target "vtkIOParallelNetCDFTCL" references the file
  841. "/usr/lib/x86_64-linux-gnu/libvtkIOParallelNetCDFTCL-6.1.so.6.1.0"
  842. but this file does not exist. Possible reasons include:
  843. * The file was deleted, renamed, or moved to another location.
  844. * An install or uninstall procedure did not complete successfully.
  845. * The installation package was faulty and contained
  846. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  847. but not all the files it references.
  848.  
  849. -- The imported target "vtkIOPostgreSQLTCL" references the file
  850. "/usr/lib/x86_64-linux-gnu/libvtkIOPostgreSQLTCL-6.1.so.6.1.0"
  851. but this file does not exist. Possible reasons include:
  852. * The file was deleted, renamed, or moved to another location.
  853. * An install or uninstall procedure did not complete successfully.
  854. * The installation package was faulty and contained
  855. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  856. but not all the files it references.
  857.  
  858. -- The imported target "vtkIOVPICTCL" references the file
  859. "/usr/lib/x86_64-linux-gnu/libvtkIOVPICTCL-6.1.so.6.1.0"
  860. but this file does not exist. Possible reasons include:
  861. * The file was deleted, renamed, or moved to another location.
  862. * An install or uninstall procedure did not complete successfully.
  863. * The installation package was faulty and contained
  864. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  865. but not all the files it references.
  866.  
  867. -- The imported target "vtkIOVideoTCL" references the file
  868. "/usr/lib/x86_64-linux-gnu/libvtkIOVideoTCL-6.1.so.6.1.0"
  869. but this file does not exist. Possible reasons include:
  870. * The file was deleted, renamed, or moved to another location.
  871. * An install or uninstall procedure did not complete successfully.
  872. * The installation package was faulty and contained
  873. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  874. but not all the files it references.
  875.  
  876. -- The imported target "vtkIOXdmfIITCL" references the file
  877. "/usr/lib/x86_64-linux-gnu/libvtkIOXdmfIITCL-6.1.so.6.1.0"
  878. but this file does not exist. Possible reasons include:
  879. * The file was deleted, renamed, or moved to another location.
  880. * An install or uninstall procedure did not complete successfully.
  881. * The installation package was faulty and contained
  882. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  883. but not all the files it references.
  884.  
  885. -- The imported target "vtkImagingMathTCL" references the file
  886. "/usr/lib/x86_64-linux-gnu/libvtkImagingMathTCL-6.1.so.6.1.0"
  887. but this file does not exist. Possible reasons include:
  888. * The file was deleted, renamed, or moved to another location.
  889. * An install or uninstall procedure did not complete successfully.
  890. * The installation package was faulty and contained
  891. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  892. but not all the files it references.
  893.  
  894. -- The imported target "vtkImagingMorphologicalTCL" references the file
  895. "/usr/lib/x86_64-linux-gnu/libvtkImagingMorphologicalTCL-6.1.so.6.1.0"
  896. but this file does not exist. Possible reasons include:
  897. * The file was deleted, renamed, or moved to another location.
  898. * An install or uninstall procedure did not complete successfully.
  899. * The installation package was faulty and contained
  900. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  901. but not all the files it references.
  902.  
  903. -- The imported target "vtkImagingStatisticsTCL" references the file
  904. "/usr/lib/x86_64-linux-gnu/libvtkImagingStatisticsTCL-6.1.so.6.1.0"
  905. but this file does not exist. Possible reasons include:
  906. * The file was deleted, renamed, or moved to another location.
  907. * An install or uninstall procedure did not complete successfully.
  908. * The installation package was faulty and contained
  909. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  910. but not all the files it references.
  911.  
  912. -- The imported target "vtkImagingStencilTCL" references the file
  913. "/usr/lib/x86_64-linux-gnu/libvtkImagingStencilTCL-6.1.so.6.1.0"
  914. but this file does not exist. Possible reasons include:
  915. * The file was deleted, renamed, or moved to another location.
  916. * An install or uninstall procedure did not complete successfully.
  917. * The installation package was faulty and contained
  918. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  919. but not all the files it references.
  920.  
  921. -- The imported target "vtkInfovisBoostGraphAlgorithmsTCL" references the file
  922. "/usr/lib/x86_64-linux-gnu/libvtkInfovisBoostGraphAlgorithmsTCL-6.1.so.6.1.0"
  923. but this file does not exist. Possible reasons include:
  924. * The file was deleted, renamed, or moved to another location.
  925. * An install or uninstall procedure did not complete successfully.
  926. * The installation package was faulty and contained
  927. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  928. but not all the files it references.
  929.  
  930. -- The imported target "vtkInteractionImageTCL" references the file
  931. "/usr/lib/x86_64-linux-gnu/libvtkInteractionImageTCL-6.1.so.6.1.0"
  932. but this file does not exist. Possible reasons include:
  933. * The file was deleted, renamed, or moved to another location.
  934. * An install or uninstall procedure did not complete successfully.
  935. * The installation package was faulty and contained
  936. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  937. but not all the files it references.
  938.  
  939. -- The imported target "vtkPythonInterpreterTCL" references the file
  940. "/usr/lib/x86_64-linux-gnu/libvtkPythonInterpreterTCL-6.1.so.6.1.0"
  941. but this file does not exist. Possible reasons include:
  942. * The file was deleted, renamed, or moved to another location.
  943. * An install or uninstall procedure did not complete successfully.
  944. * The installation package was faulty and contained
  945. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  946. but not all the files it references.
  947.  
  948. -- The imported target "vtkRenderingFreeTypeOpenGLTCL" references the file
  949. "/usr/lib/x86_64-linux-gnu/libvtkRenderingFreeTypeOpenGLTCL-6.1.so.6.1.0"
  950. but this file does not exist. Possible reasons include:
  951. * The file was deleted, renamed, or moved to another location.
  952. * An install or uninstall procedure did not complete successfully.
  953. * The installation package was faulty and contained
  954. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  955. but not all the files it references.
  956.  
  957. -- The imported target "vtkRenderingImageTCL" references the file
  958. "/usr/lib/x86_64-linux-gnu/libvtkRenderingImageTCL-6.1.so.6.1.0"
  959. but this file does not exist. Possible reasons include:
  960. * The file was deleted, renamed, or moved to another location.
  961. * An install or uninstall procedure did not complete successfully.
  962. * The installation package was faulty and contained
  963. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  964. but not all the files it references.
  965.  
  966. -- The imported target "vtkRenderingLICTCL" references the file
  967. "/usr/lib/x86_64-linux-gnu/libvtkRenderingLICTCL-6.1.so.6.1.0"
  968. but this file does not exist. Possible reasons include:
  969. * The file was deleted, renamed, or moved to another location.
  970. * An install or uninstall procedure did not complete successfully.
  971. * The installation package was faulty and contained
  972. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  973. but not all the files it references.
  974.  
  975. -- The imported target "vtkRenderingLODTCL" references the file
  976. "/usr/lib/x86_64-linux-gnu/libvtkRenderingLODTCL-6.1.so.6.1.0"
  977. but this file does not exist. Possible reasons include:
  978. * The file was deleted, renamed, or moved to another location.
  979. * An install or uninstall procedure did not complete successfully.
  980. * The installation package was faulty and contained
  981. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  982. but not all the files it references.
  983.  
  984. -- The imported target "vtkRenderingMatplotlibTCL" references the file
  985. "/usr/lib/x86_64-linux-gnu/libvtkRenderingMatplotlibTCL-6.1.so.6.1.0"
  986. but this file does not exist. Possible reasons include:
  987. * The file was deleted, renamed, or moved to another location.
  988. * An install or uninstall procedure did not complete successfully.
  989. * The installation package was faulty and contained
  990. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  991. but not all the files it references.
  992.  
  993. -- The imported target "vtkRenderingParallelTCL" references the file
  994. "/usr/lib/x86_64-linux-gnu/libvtkRenderingParallelTCL-6.1.so.6.1.0"
  995. but this file does not exist. Possible reasons include:
  996. * The file was deleted, renamed, or moved to another location.
  997. * An install or uninstall procedure did not complete successfully.
  998. * The installation package was faulty and contained
  999. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1000. but not all the files it references.
  1001.  
  1002. -- The imported target "vtkRenderingParallelLICTCL" references the file
  1003. "/usr/lib/x86_64-linux-gnu/libvtkRenderingParallelLICTCL-6.1.so.6.1.0"
  1004. but this file does not exist. Possible reasons include:
  1005. * The file was deleted, renamed, or moved to another location.
  1006. * An install or uninstall procedure did not complete successfully.
  1007. * The installation package was faulty and contained
  1008. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1009. but not all the files it references.
  1010.  
  1011. -- The imported target "vtkRenderingQtTCL" references the file
  1012. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtTCL-6.1.so.6.1.0"
  1013. but this file does not exist. Possible reasons include:
  1014. * The file was deleted, renamed, or moved to another location.
  1015. * An install or uninstall procedure did not complete successfully.
  1016. * The installation package was faulty and contained
  1017. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1018. but not all the files it references.
  1019.  
  1020. -- The imported target "vtkRenderingTkTCL" references the file
  1021. "/usr/lib/x86_64-linux-gnu/libvtkRenderingTkTCL-6.1.so.6.1.0"
  1022. but this file does not exist. Possible reasons include:
  1023. * The file was deleted, renamed, or moved to another location.
  1024. * An install or uninstall procedure did not complete successfully.
  1025. * The installation package was faulty and contained
  1026. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1027. but not all the files it references.
  1028.  
  1029. -- The imported target "vtkRenderingVolumeAMRTCL" references the file
  1030. "/usr/lib/x86_64-linux-gnu/libvtkRenderingVolumeAMRTCL-6.1.so.6.1.0"
  1031. but this file does not exist. Possible reasons include:
  1032. * The file was deleted, renamed, or moved to another location.
  1033. * An install or uninstall procedure did not complete successfully.
  1034. * The installation package was faulty and contained
  1035. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1036. but not all the files it references.
  1037.  
  1038. -- The imported target "vtkRenderingVolumeOpenGLTCL" references the file
  1039. "/usr/lib/x86_64-linux-gnu/libvtkRenderingVolumeOpenGLTCL-6.1.so.6.1.0"
  1040. but this file does not exist. Possible reasons include:
  1041. * The file was deleted, renamed, or moved to another location.
  1042. * An install or uninstall procedure did not complete successfully.
  1043. * The installation package was faulty and contained
  1044. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1045. but not all the files it references.
  1046.  
  1047. -- The imported target "vtkTestingRenderingTCL" references the file
  1048. "/usr/lib/x86_64-linux-gnu/libvtkTestingRenderingTCL-6.1.so.6.1.0"
  1049. but this file does not exist. Possible reasons include:
  1050. * The file was deleted, renamed, or moved to another location.
  1051. * An install or uninstall procedure did not complete successfully.
  1052. * The installation package was faulty and contained
  1053. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1054. but not all the files it references.
  1055.  
  1056. -- The imported target "vtkViewsContextIIDTCL" references the file
  1057. "/usr/lib/x86_64-linux-gnu/libvtkViewsContextIIDTCL-6.1.so.6.1.0"
  1058. but this file does not exist. Possible reasons include:
  1059. * The file was deleted, renamed, or moved to another location.
  1060. * An install or uninstall procedure did not complete successfully.
  1061. * The installation package was faulty and contained
  1062. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1063. but not all the files it references.
  1064.  
  1065. -- The imported target "vtkViewsGeovisTCL" references the file
  1066. "/usr/lib/x86_64-linux-gnu/libvtkViewsGeovisTCL-6.1.so.6.1.0"
  1067. but this file does not exist. Possible reasons include:
  1068. * The file was deleted, renamed, or moved to another location.
  1069. * An install or uninstall procedure did not complete successfully.
  1070. * The installation package was faulty and contained
  1071. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1072. but not all the files it references.
  1073.  
  1074. -- The imported target "vtkParseJava" references the file
  1075. "/usr/bin/vtkParseJava-6.1"
  1076. but this file does not exist. Possible reasons include:
  1077. * The file was deleted, renamed, or moved to another location.
  1078. * An install or uninstall procedure did not complete successfully.
  1079. * The installation package was faulty and contained
  1080. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1081. but not all the files it references.
  1082.  
  1083. -- The imported target "vtkWrapJava" references the file
  1084. "/usr/bin/vtkWrapJava-6.1"
  1085. but this file does not exist. Possible reasons include:
  1086. * The file was deleted, renamed, or moved to another location.
  1087. * An install or uninstall procedure did not complete successfully.
  1088. * The installation package was faulty and contained
  1089. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1090. but not all the files it references.
  1091.  
  1092. -- The imported target "vtk" references the file
  1093. "/usr/bin/vtk"
  1094. but this file does not exist. Possible reasons include:
  1095. * The file was deleted, renamed, or moved to another location.
  1096. * An install or uninstall procedure did not complete successfully.
  1097. * The installation package was faulty and contained
  1098. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1099. but not all the files it references.
  1100.  
  1101. -- The imported target "vtkLocalExampleTCL" references the file
  1102. "/usr/lib/x86_64-linux-gnu/libvtkLocalExampleTCL-6.1.so.6.1.0"
  1103. but this file does not exist. Possible reasons include:
  1104. * The file was deleted, renamed, or moved to another location.
  1105. * An install or uninstall procedure did not complete successfully.
  1106. * The installation package was faulty and contained
  1107. "/usr/lib/cmake/vtk-6.1/VTKTargets.cmake"
  1108. but not all the files it references.
  1109.  
  1110. -- Found VTK ver. 6.1.0 (usefile: /usr/lib/cmake/vtk-6.1/UseVTK.cmake)
  1111. -- Caffe: NO
  1112. -- Protobuf: NO
  1113. -- Glog: NO
  1114. -- HDF5: YES
  1115. -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
  1116. -- Tesseract: NO
  1117. -- HDF5: YES
  1118. -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
  1119. -- Build libprotobuf from sources:
  1120. -- libprotobuf not found into system
  1121. -- The protocol buffer compiler not found
  1122. -- Tesseract: NO
  1123. --
  1124. -- General configuration for OpenCV 3.1.0 =====================================
  1125. -- Version control: unknown
  1126. --
  1127. -- Platform:
  1128. -- Host: Linux 3.16.0-4-amd64 x86_64
  1129. -- CMake: 3.0.2
  1130. -- CMake generator: Unix Makefiles
  1131. -- CMake build tool: /usr/bin/make
  1132. -- Configuration: RELEASE
  1133. --
  1134. -- C/C++:
  1135. -- Built as dynamic libs?: YES
  1136. -- C++ Compiler: /usr/bin/c++ (ver 4.9.2)
  1137. -- 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
  1138. -- 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
  1139. -- C Compiler: /usr/bin/cc
  1140. -- 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
  1141. -- 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
  1142. -- Linker flags (Release):
  1143. -- Linker flags (Debug):
  1144. -- Precompiled headers: YES
  1145. -- Extra dependencies: Qt5::Test Qt5::Concurrent Qt5::OpenGL /usr/lib/x86_64-linux-gnu/libwebp.so /usr/lib/x86_64-linux-gnu/libjasper.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 /usr/lib/libgdal.so dc1394 xine v4l1 v4l2 avcodec avformat avutil swscale avresample Qt5::Core Qt5::Gui Qt5::Widgets /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.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 vtkFiltersExtraction vtkFiltersCore vtkFiltersGeneral vtkCommonComputationalGeometry vtkFiltersStatistics vtkImagingFourier vtkalglib vtkFiltersGeometry vtkFiltersSources vtkInteractionStyle vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOGeometry /usr/lib/libjsoncpp.so vtkFiltersTexture vtkRenderingFreeType /usr/lib/x86_64-linux-gnu/libfreetype.so vtkftgl vtkIOExport vtkRenderingAnnotation vtkImagingColor vtkRenderingContext2D vtkRenderingGL2PS /usr/lib/libgl2ps.so vtkRenderingLabel dl m pthread rt /usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so tbb
  1146. -- 3rdparty dependencies: libprotobuf
  1147. --
  1148. -- OpenCV modules:
  1149. -- To be built: core flann hdf imgproc ml photo reg surface_matching video viz dnn fuzzy imgcodecs shape videoio highgui objdetect plot superres ts xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib cvv datasets java rgbd stereo structured_light tracking videostab xfeatures2d ximgproc aruco optflow stitching python2 python3
  1150. -- Disabled: world contrib_world
  1151. -- Disabled by dependency: -
  1152. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev matlab sfm
  1153. --
  1154. -- GUI:
  1155. -- QT 5.x: YES (ver 5.3.2)
  1156. -- QT OpenGL support: YES (Qt5::OpenGL 5.3.2)
  1157. -- OpenGL support: YES (/usr/lib/x86_64-linux-gnu/libGLU.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libSM.so /usr/lib/x86_64-linux-gnu/libICE.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so)
  1158. -- VTK support: YES (ver 6.1.0)
  1159. --
  1160. -- Media I/O:
  1161. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  1162. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  1163. -- WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x0202)
  1164. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.50)
  1165. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.3)
  1166. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  1167. -- 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 1.6.1)
  1168. -- GDAL: /usr/lib/libgdal.so
  1169. --
  1170. -- Video I/O:
  1171. -- DC1394 1.x: NO
  1172. -- DC1394 2.x: YES (ver 2.2.3)
  1173. -- FFMPEG: YES
  1174. -- codec: YES (ver 56.1.0)
  1175. -- format: YES (ver 56.1.0)
  1176. -- util: YES (ver 54.3.0)
  1177. -- swscale: YES (ver 3.0.0)
  1178. -- resample: YES (ver 2.1.0)
  1179. -- gentoo-style: YES
  1180. -- GStreamer: NO
  1181. -- OpenNI: NO
  1182. -- OpenNI PrimeSensor Modules: NO
  1183. -- OpenNI2: NO
  1184. -- PvAPI: NO
  1185. -- GigEVisionSDK: NO
  1186. -- UniCap: NO
  1187. -- UniCap ucil: NO
  1188. -- V4L/V4L2: Using libv4l1 (ver 1.6.0) / libv4l2 (ver 1.6.0)
  1189. -- XIMEA: NO
  1190. -- Xine: YES (ver 1.2.6)
  1191. -- gPhoto2: NO
  1192. --
  1193. -- Parallel framework: TBB (ver 4.2 interface 7003)
  1194. --
  1195. -- Other third-party libraries:
  1196. -- Use IPP: 9.0.1 [9.0.1]
  1197. -- at: /root/OpenCV/3rdparty/ippicv/unpack/ippicv_lnx
  1198. -- Use IPP Async: NO
  1199. -- Use VA: NO
  1200. -- Use Intel VA-API/OpenCL: NO
  1201. -- Use Eigen: YES (ver 3.2.2)
  1202. -- Use Cuda: NO
  1203. -- Use OpenCL: YES
  1204. -- Use custom HAL: NO
  1205. --
  1206. -- OpenCL:
  1207. -- Version: dynamic
  1208. -- Include path: /root/OpenCV/3rdparty/include/opencl/1.2
  1209. -- Use AMDFFT: NO
  1210. -- Use AMDBLAS: NO
  1211. --
  1212. -- Python 2:
  1213. -- Interpreter: /usr/bin/python2.7 (ver 2.7.9)
  1214. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.9)
  1215. -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.1)
  1216. -- packages path: lib/python2.7/dist-packages
  1217. --
  1218. -- Python 3:
  1219. -- Interpreter: /usr/bin/python3.4 (ver 3.4.2)
  1220. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.4m.so (ver 3.4.2)
  1221. -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.8.2)
  1222. -- packages path: lib/python3.4/dist-packages
  1223. --
  1224. -- Python (for build): /usr/bin/python2.7
  1225. --
  1226. -- Java:
  1227. -- ant: /usr/bin/ant (ver 1.9.4)
  1228. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include
  1229. -- Java wrappers: YES
  1230. -- Java tests: YES
  1231. --
  1232. -- Matlab: Matlab not found or implicitly disabled
  1233. --
  1234. -- Documentation:
  1235. -- Doxygen: /usr/bin/doxygen (ver 1.8.8)
  1236. -- PlantUML: NO
  1237. --
  1238. -- Tests and samples:
  1239. -- Tests: YES
  1240. -- Performance tests: YES
  1241. -- C/C++ Examples: YES
  1242. --
  1243. -- Install path: /usr/local
  1244. --
  1245. -- cvconfig.h is in: /root/OpenCV/build
  1246. -- -----------------------------------------------------------------
  1247. --
  1248. -- Configuring done
  1249. -- Generating done
  1250. -- Build files have been written to: /root/OpenCV/build
  1251.  
  1252. root@debian:~/OpenCV/build# python
  1253. Python 2.7.9 (default, Jun 29 2016, 13:08:31)
  1254. [GCC 4.9.2] on linux2
  1255. Type "help", "copyright", "credits" or "license" for more information.
  1256. >>> import cv2
  1257. >>> sift = cv2.xfeatures2d.SIFT_create()
  1258. Traceback (most recent call last):
  1259. File "<stdin>", line 1, in <module>
  1260. AttributeError: 'module' object has no attribute 'xfeatures2d'
  1261. >>>
Add Comment
Please, Sign In to add comment