Advertisement
Guest User

Untitled

a guest
Jun 15th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.11 KB | None | 0 0
  1. bredogen@debian:~/Sources/opencv-2.4.9/release$ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=~/.opencv-2.4.9 ..                                                                                        
  2. -- Detected version of GNU GCC: 48 (408)
  3. -- Could NOT find TIFF (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)
  4. -- Could NOT find JPEG (missing:  JPEG_LIBRARY JPEG_INCLUDE_DIR)
  5. -- Could NOT find Jasper (missing:  JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  6. -- checking for module 'gstreamer-base-0.10'
  7. --   package 'gstreamer-base-0.10' not found
  8. -- checking for module 'libdc1394-2'
  9. --   package 'libdc1394-2' not found
  10. -- checking for module 'libdc1394'
  11. --   package 'libdc1394' not found
  12. -- checking for module 'libv4l1'
  13. --   package 'libv4l1' not found
  14. -- Looking for linux/videodev.h
  15. -- Looking for linux/videodev.h - not found
  16. -- Looking for linux/videodev2.h
  17. -- Looking for linux/videodev2.h - found
  18. -- Looking for sys/videoio.h
  19. -- Looking for sys/videoio.h - not found
  20. -- Looking for libavformat/avformat.h
  21. -- Looking for libavformat/avformat.h - found
  22. -- Looking for ffmpeg/avformat.h
  23. -- Looking for ffmpeg/avformat.h - not found
  24. -- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  25. --
  26. -- General configuration for OpenCV 2.4.9 =====================================
  27. --   Version control:               unknown
  28. --
  29. --   Platform:
  30. --     Host:                        Linux 3.14-1-amd64 x86_64
  31. --     CMake:                       2.8.12.1
  32. --     CMake generator:             Unix Makefiles
  33. --     CMake build tool:            /usr/bin/make
  34. --     Configuration:               RELEASE
  35. --
  36. --   C/C++:
  37. --     Built as dynamic libs?:      YES
  38. --     C++ Compiler:                /usr/bin/c++  (ver 4.8.3)
  39. --     C++ flags (Release):         -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -O3 -DNDEBUG  -DNDEBUG
  40. --     C++ flags (Debug):           -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -g  -O0 -DDEBUG -D_DEBUG
  41. --     C Compiler:                  /usr/bin/cc
  42. --     C flags (Release):           -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -O3 -DNDEBUG  -DNDEBUG
  43. --     C flags (Debug):             -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -g  -O0 -DDEBUG -D_DEBUG
  44. --     Linker flags (Release):      
  45. --     Linker flags (Debug):        
  46. --     Precompiled headers:         YES
  47. --
  48. --   OpenCV modules:
  49. --     To be built:                 core flann imgproc highgui features2d calib3d ml video legacy objdetect photo gpu ocl nonfree contrib python stitching superres ts videostab
  50. --     Disabled:                    world
  51. --     Disabled by dependency:      -
  52. --     Unavailable:                 androidcamera dynamicuda java viz
  53. --
  54. --   GUI:
  55. --     QT:                          NO
  56. --     GTK+ 2.x:                    YES (ver 2.24.23)
  57. --     GThread :                    YES (ver 2.40.0)
  58. --     GtkGlExt:                    NO
  59. --     OpenGL support:              NO
  60. --     VTK support:                 NO
  61. --
  62. --   Media I/O:
  63. --     ZLib:                        /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  64. --     JPEG:                        libjpeg (ver 62)
  65. --     PNG:                         /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.50)
  66. --     TIFF:                        build (ver 42 - 4.0.2)
  67. --     JPEG 2000:                   build (ver 1.900.1)
  68. --     OpenEXR:                     build (ver 1.7.1)
  69. --
  70. --   Video I/O:
  71. --     DC1394 1.x:                  NO
  72. --     DC1394 2.x:                  NO
  73. --     FFMPEG:                      YES
  74. --       codec:                     YES (ver 55.34.1)
  75. --       format:                    YES (ver 55.12.0)
  76. --       util:                      YES (ver 53.3.0)
  77. --       swscale:                   YES (ver 2.1.2)
  78. --       gentoo-style:              YES
  79. --     GStreamer:                   NO
  80. --     OpenNI:                      NO
  81. --     OpenNI PrimeSensor Modules:  NO
  82. --     PvAPI:                       NO
  83. --     GigEVisionSDK:               NO
  84. --     UniCap:                      NO
  85. --     UniCap ucil:                 NO
  86. --     V4L/V4L2:                    NO/YES
  87. --     XIMEA:                       NO
  88. --     Xine:                        NO
  89. --
  90. --   Other third-party libraries:
  91. --     Use IPP:                     NO
  92. --     Use Eigen:                   NO
  93. --     Use TBB:                     NO
  94. --     Use OpenMP:                  NO
  95. --     Use GCD                      NO
  96. --     Use Concurrency              NO
  97. --     Use C=:                      NO
  98. --     Use Cuda:                    NO
  99. --     Use OpenCL:                  YES
  100. --
  101. --   OpenCL:
  102. --     Version:                     dynamic
  103. --     Include path:                /home/bredogen/Sources/opencv-2.4.9/3rdparty/include/opencl/1.2
  104. --     Use AMD FFT:                 NO
  105. --     Use AMD BLAS:                NO
  106. --
  107. --   Python:
  108. --     Interpreter:                 /usr/bin/python2 (ver 2.7.7)
  109. --     Libraries:                   /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.7)
  110. --     numpy:                       /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.8.1)
  111. --     packages path:               lib/python2.7/dist-packages
  112. --
  113. --   Java:
  114. --     ant:                         NO
  115. --     JNI:                         NO
  116. --     Java tests:                  NO
  117. --
  118. --   Documentation:
  119. --     Build Documentation:         NO
  120. --     Sphinx:                      NO
  121. --     PdfLaTeX compiler:           NO
  122. --
  123. --   Tests and samples:
  124. --     Tests:                       YES
  125. --     Performance tests:           YES
  126. --     C/C++ Examples:              NO
  127. --
  128. --   Install path:                  /home/bredogen/.opencv-2.4.9
  129. --
  130. --   cvconfig.h is in:              /home/bredogen/Sources/opencv-2.4.9/release
  131. -- -----------------------------------------------------------------
  132. --
  133. -- Configuring done
  134. -- Generating done
  135. -- Build files have been written to: /home/bredogen/Sources/opencv-2.4.9/release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement