Advertisement
Guest User

out of cmake of OpenCV 2.4.8

a guest
Feb 12th, 2014
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. wab@wabmini:/stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/build-release$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/opencv-2.4.8 ..-- 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/gcc
  8. -- Check for working C compiler: /usr/bin/gcc -- 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. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.3.4")
  18. -- Found TIFF: /usr/lib/libtiff.so
  19. -- Found JPEG: /usr/lib/libjpeg.so
  20. -- Found Jasper: /usr/lib/libjasper.so
  21. -- Found PNG: /usr/lib/libpng.so
  22. -- Looking for /usr/include/libpng/png.h
  23. -- Looking for /usr/include/libpng/png.h - found
  24. -- Found OpenEXR: /usr/lib/libIlmImf.so
  25. -- checking for module 'gtk+-2.0'
  26. -- found gtk+-2.0, version 2.20.1
  27. -- checking for module 'gthread-2.0'
  28. -- found gthread-2.0, version 2.24.2
  29. -- checking for module 'gstreamer-base-0.10'
  30. -- package 'gstreamer-base-0.10' not found
  31. -- checking for module 'libdc1394-2'
  32. -- found libdc1394-2, version 2.1.2
  33. -- checking for module 'libv4l1'
  34. -- package 'libv4l1' not found
  35. -- Looking for linux/videodev.h
  36. -- Looking for linux/videodev.h - found
  37. -- Looking for linux/videodev2.h
  38. -- Looking for linux/videodev2.h - found
  39. -- Looking for sys/videoio.h
  40. -- Looking for sys/videoio.h - not found
  41. -- checking for module 'libavcodec'
  42. -- found libavcodec, version 52.123.0
  43. -- checking for module 'libavformat'
  44. -- found libavformat, version 52.111.0
  45. -- checking for module 'libavutil'
  46. -- found libavutil, version 50.43.0
  47. -- checking for module 'libswscale'
  48. -- found libswscale, version 0.14.1
  49. -- Looking for libavformat/avformat.h
  50. -- Looking for libavformat/avformat.h - found
  51. -- Looking for ffmpeg/avformat.h
  52. -- Looking for ffmpeg/avformat.h - not found
  53. -- Found PythonInterp: /usr/bin/python (found suitable version "2.6.6", required is "2.0")
  54. -- Found PythonLibs: optimized;/usr/lib/libpython2.6.so;debug;/usr/lib/libpython2.6.so (found suitable version "2.6.6", required is "2.6.6")
  55. -- Found apache ant 1.8.0: /usr/bin/ant
  56. -- Found JNI: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/libjawt.so
  57. --
  58. -- General configuration for OpenCV 2.4.8 =====================================
  59. -- Version control: unknown
  60. --
  61. -- Platform:
  62. -- Host: Linux 2.6.32-5-686 i686
  63. -- CMake: 2.8.7
  64. -- CMake generator: Unix Makefiles
  65. -- CMake build tool: /usr/bin/make
  66. -- Configuration: RELEASE
  67. --
  68. -- C/C++:
  69. -- Built as dynamic libs?: YES
  70. -- C++ Compiler: /usr/bin/c++
  71. -- C++ flags (Release): -fsigned-char
  72. -- C++ flags (Debug): -fsigned-char
  73. -- C Compiler: /usr/bin/gcc
  74. -- C flags (Release): -fsigned-char
  75. -- C flags (Debug): -fsigned-char
  76. -- Linker flags (Release):
  77. -- Linker flags (Debug):
  78. -- Precompiled headers: NO
  79. --
  80. -- OpenCV modules:
  81. -- To be built: -
  82. -- Disabled: -
  83. -- Disabled by dependency: -
  84. -- Unavailable: -
  85. --
  86. -- GUI:
  87. -- QT: NO
  88. -- GTK+ 2.x: YES (ver 2.20.1)
  89. -- GThread : YES (ver 2.24.2)
  90. -- GtkGlExt: NO
  91. -- OpenGL support: NO
  92. --
  93. -- Media I/O:
  94. -- ZLib: /usr/lib/libz.so (ver 1.2.3.4)
  95. -- JPEG: /usr/lib/libjpeg.so (ver 62)
  96. -- PNG: /usr/lib/libpng.so (ver 1.2.44)
  97. -- TIFF: /usr/lib/libtiff.so (ver 42 - 3.9.4)
  98. -- JPEG 2000: /usr/lib/libjasper.so (ver 1.900.1)
  99. -- 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)
  100. --
  101. -- Video I/O:
  102. -- DC1394 1.x: NO
  103. -- DC1394 2.x: YES (ver 2.1.2)
  104. -- FFMPEG: YES
  105. -- codec: YES (ver 52.123.0)
  106. -- format: YES (ver 52.111.0)
  107. -- util: YES (ver 50.43.0)
  108. -- swscale: YES (ver 0.14.1)
  109. -- gentoo-style: YES
  110. -- GStreamer: NO
  111. -- OpenNI: NO
  112. -- OpenNI PrimeSensor Modules: NO
  113. -- PvAPI: NO
  114. -- GigEVisionSDK: NO
  115. -- UniCap: NO
  116. -- UniCap ucil: NO
  117. -- V4L/V4L2: YES/YES
  118. -- XIMEA: NO
  119. -- Xine: NO
  120. --
  121. -- Other third-party libraries:
  122. -- Use IPP: NO
  123. -- Use Eigen: NO
  124. -- Use TBB: NO
  125. -- Use OpenMP: NO
  126. -- Use GCD NO
  127. -- Use Concurrency NO
  128. -- Use C=: NO
  129. -- Use Cuda: NO
  130. -- Use OpenCL: YES
  131. --
  132. -- OpenCL:
  133. -- Version: dynamic
  134. -- Include path: /stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/3rdparty/include/opencl/1.2
  135. -- Use AMD FFT: NO
  136. -- Use AMD BLAS: NO
  137. --
  138. -- Python:
  139. -- Interpreter: /usr/bin/python (ver 2.6.6)
  140. --
  141. -- Java:
  142. -- ant: /usr/bin/ant (ver 1.8.0)
  143. -- JNI: /usr/lib/jvm/java-6-openjdk/include /usr/lib/jvm/java-6-openjdk/include /usr/lib/jvm/java-6-openjdk/include
  144. -- Java tests: NO
  145. --
  146. -- Documentation:
  147. -- Build Documentation: NO
  148. -- Sphinx: NO
  149. -- PdfLaTeX compiler: NO
  150. --
  151. -- Tests and samples:
  152. -- Tests: NO
  153. -- Performance tests: NO
  154. -- C/C++ Examples: NO
  155. --
  156. -- Install path: /opt/opencv-2.4.8
  157. --
  158. -- cvconfig.h is in: /stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/build-release
  159. -- -----------------------------------------------------------------
  160. --
  161. -- Configuring done
  162. CMake Error: INSTALL(EXPORT) given unknown export "OpenCVModules"
  163. -- Generating done
  164. -- Build files have been written to: /stuff/Instalki.LIN/OpenCV/opencv-unix-2.4.8[2014.02.09]/opencv-2.4.8/build-release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement