Advertisement
Guest User

debian wheezy opencv cmake

a guest
Feb 13th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 KB | None | 0 0
  1. -- The CXX compiler identification is unknown
  2. -- The C compiler identification is unknown
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ -- works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  12. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  13. -- Performing Test HAVE_C_FSIGNED_CHAR
  14. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  15. -- Looking for pthread.h
  16. -- Looking for pthread.h - found
  17. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.7")
  18. -- Looking for fseeko
  19. -- Looking for fseeko - found
  20. -- Looking for unistd.h
  21. -- Looking for unistd.h - found
  22. -- Looking for sys/types.h
  23. -- Looking for sys/types.h - found
  24. -- Looking for stdint.h
  25. -- Looking for stdint.h - found
  26. -- Looking for stddef.h
  27. -- Looking for stddef.h - found
  28. -- Check size of off64_t
  29. -- Check size of off64_t - failed
  30. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  31. -- Looking for assert.h
  32. -- Looking for assert.h - found
  33. -- Looking for fcntl.h
  34. -- Looking for fcntl.h - found
  35. -- Looking for io.h
  36. -- Looking for io.h - not found
  37. -- Looking for jbg_newlen
  38. -- Looking for jbg_newlen - not found
  39. -- Looking for mmap
  40. -- Looking for mmap - found
  41. -- Looking for search.h
  42. -- Looking for search.h - found
  43. -- Looking for string.h
  44. -- Looking for string.h - found
  45. -- Looking for unistd.h
  46. -- Looking for unistd.h - found
  47. -- Could NOT find JPEG (missing: JPEG_LIBRARY)
  48. You have called ADD_LIBRARY for library libjpeg without any source files. This typically indicates a problem with your CMakeLists.txt file
  49. -- Found JPEG: libjpeg
  50. -- Could NOT find Jasper (missing: JASPER_LIBRARIES) (found version "1.900.1")
  51. You have called ADD_LIBRARY for library libjasper without any source files. This typically indicates a problem with your CMakeLists.txt file
  52. -- Found ZLIB: zlib (found version "1.2.7")
  53. -- Could NOT find PNG (missing: PNG_LIBRARY) (found version "1.2.49")
  54. You have called ADD_LIBRARY for library libpng without any source files. This typically indicates a problem with your CMakeLists.txt file
  55. -- Found OpenEXR: /usr/lib/libIlmImf.so
  56. -- checking for module 'gtk+-2.0'
  57. -- found gtk+-2.0, version 2.24.10
  58. -- checking for module 'gthread-2.0'
  59. -- found gthread-2.0, version 2.32.4
  60. -- checking for module 'gstreamer-base-0.10'
  61. -- found gstreamer-base-0.10, version 0.10.36
  62. -- checking for module 'gstreamer-app-0.10'
  63. -- found gstreamer-app-0.10, version 0.10.36
  64. -- checking for module 'gstreamer-video-0.10'
  65. -- found gstreamer-video-0.10, version 0.10.36
  66. -- checking for module 'libdc1394-2'
  67. -- found libdc1394-2, version 2.2.0
  68. -- checking for module 'libv4l1'
  69. -- found libv4l1, version 0.8.8
  70. -- Looking for linux/videodev.h
  71. -- Looking for linux/videodev.h - not found
  72. -- Looking for linux/videodev2.h
  73. -- Looking for linux/videodev2.h - found
  74. -- Looking for sys/videoio.h
  75. -- Looking for sys/videoio.h - not found
  76. -- checking for module 'libavcodec'
  77. -- found libavcodec, version 53.35.0
  78. -- checking for module 'libavformat'
  79. -- found libavformat, version 53.21.1
  80. -- checking for module 'libavutil'
  81. -- found libavutil, version 51.22.1
  82. -- checking for module 'libswscale'
  83. -- found libswscale, version 2.1.0
  84. -- Looking for libavformat/avformat.h
  85. -- Looking for libavformat/avformat.h - found
  86. -- Looking for ffmpeg/avformat.h
  87. -- Looking for ffmpeg/avformat.h - not found
  88. -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.3", minimum required is "2.0")
  89. -- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable exact version "2.7.3")
  90. -- Found apache ant 1.8.2: /usr/bin/ant
  91. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/i386/libjawt.so
  92. --
  93. -- General configuration for OpenCV 2.4.8 =====================================
  94. -- Version control: unknown
  95. --
  96. -- Platform:
  97. -- Host: Linux 2.6.32-5-686 i686
  98. -- CMake: 2.8.12.2
  99. -- CMake generator: Unix Makefiles
  100. -- CMake build tool: /usr/bin/make
  101. -- Configuration: RELEASE
  102. --
  103. -- C/C++:
  104. -- Built as dynamic libs?: YES
  105. -- C++ Compiler: /usr/bin/c++
  106. -- C++ flags (Release): -fsigned-char
  107. -- C++ flags (Debug): -fsigned-char
  108. -- C Compiler: /usr/bin/cc
  109. -- C flags (Release): -fsigned-char
  110. -- C flags (Debug): -fsigned-char
  111. -- Linker flags (Release):
  112. -- Linker flags (Debug):
  113. -- Precompiled headers: NO
  114. --
  115. -- OpenCV modules:
  116. -- To be built: -
  117. -- Disabled: -
  118. -- Disabled by dependency: -
  119. -- Unavailable: -
  120. --
  121. -- GUI:
  122. -- QT: NO
  123. -- GTK+ 2.x: YES (ver 2.24.10)
  124. -- GThread : YES (ver 2.32.4)
  125. -- GtkGlExt: NO
  126. -- OpenGL support: NO
  127. --
  128. -- Media I/O:
  129. -- ZLib: zlib (ver 1.2.7)
  130. -- JPEG: libjpeg (ver 62)
  131. -- PNG: build (ver 1.5.12)
  132. -- TIFF: build (ver 42 - 4.0.2)
  133. -- JPEG 2000: build (ver 1.900.1)
  134. -- OpenEXR: /usr/lib/libImath.so /usr/lib/libIlmImf.so /usr/lib/libIex.so /usr/lib/libHalf.so /usr/lib/libIlmThread.so (ver 1.6.1)
  135. --
  136. -- Video I/O:
  137. -- DC1394 1.x: NO
  138. -- DC1394 2.x: YES (ver 2.2.0)
  139. -- FFMPEG: YES
  140. -- codec: YES (ver 53.35.0)
  141. -- format: YES (ver 53.21.1)
  142. -- util: YES (ver 51.22.1)
  143. -- swscale: YES (ver 2.1.0)
  144. -- gentoo-style: YES
  145. -- GStreamer:
  146. -- base: YES (ver 0.10.36)
  147. -- app: YES (ver 0.10.36)
  148. -- video: YES (ver 0.10.36)
  149. -- OpenNI: NO
  150. -- OpenNI PrimeSensor Modules: NO
  151. -- PvAPI: NO
  152. -- GigEVisionSDK: NO
  153. -- UniCap: NO
  154. -- UniCap ucil: NO
  155. -- V4L/V4L2: Using libv4l (ver 0.8.8)
  156. -- XIMEA: NO
  157. -- Xine: NO
  158. --
  159. -- Other third-party libraries:
  160. -- Use IPP: NO
  161. -- Use Eigen: NO
  162. -- Use TBB: NO
  163. -- Use OpenMP: NO
  164. -- Use GCD NO
  165. -- Use Concurrency NO
  166. -- Use C=: NO
  167. -- Use Cuda: NO
  168. -- Use OpenCL: YES
  169. --
  170. -- OpenCL:
  171. -- Version: dynamic
  172. -- Include path: /stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/3rdparty/include/opencl/1.2
  173. -- Use AMD FFT: NO
  174. -- Use AMD BLAS: NO
  175. --
  176. -- Python:
  177. -- Interpreter: /usr/bin/python2 (ver 2.7.3)
  178. --
  179. -- Java:
  180. -- ant: /usr/bin/ant (ver 1.8.2)
  181. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include
  182. -- Java tests: NO
  183. --
  184. -- Documentation:
  185. -- Build Documentation: NO
  186. -- Sphinx: NO
  187. -- PdfLaTeX compiler: NO
  188. --
  189. -- Tests and samples:
  190. -- Tests: NO
  191. -- Performance tests: NO
  192. -- C/C++ Examples: NO
  193. --
  194. -- Install path: /opt/opencv-2.4.8
  195. --
  196. -- cvconfig.h is in: /stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/buildr
  197. -- -----------------------------------------------------------------
  198. --
  199. -- Configuring done
  200. CMake Error: INSTALL(EXPORT) given unknown export "OpenCVModules"
  201. CMake Error: Cannot determine link language for target "libjpeg".
  202. CMake Error: CMake can not determine linker language for target: libjpeg
  203. CMake Error: Cannot determine link language for target "libjasper".
  204. CMake Error: CMake can not determine linker language for target: libjasper
  205. CMake Error: Cannot determine link language for target "libpng".
  206. CMake Error: CMake can not determine linker language for target: libpng
  207. -- Generating done
  208. -- Build files have been written to: /stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/buildr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement