Advertisement
Guest User

opencv compilation error

a guest
May 18th, 2014
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.75 KB | None | 0 0
  1. [-----@---- buildmaster]$  cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_OPENCL=OFF -D WITH_CUDA=OFF -D BUILD_opencv_cuda=OFF -D BUILD_opencv_cudaarithm=OFF -D BUILD_opencv_cudabgsegm=OFF -D BUILD_opencv_cudacodec=OFF -D BUILD_opencv_cudafeatures2d=OFF -D BUILD_opencv_cudafilters=OFF -D BUILD_opencv_cudaimgproc=OFF -D BUILD_opencv_cudalegacy=OFF -D BUILD_opencv_cudaoptflow=OFF -D BUILD_opencv_cudastereo=OFF -D BUILD_opencv_cudawarping=OFF -D ANT_EXECUTABLE=NO -D BUILD_TESTS=OFF -D BUILD_PERF_TESTS=OFF -D BUILD_EXAMPLES=OFF -D BUILD_DOCS=OFF ..
  2. -- Detected version of GNU GCC: 48 (408)
  3. -- Found ZLIB: /lib64/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  4. -- Could NOT find TIFF (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)
  5. -- Could NOT find JPEG (missing:  JPEG_LIBRARY JPEG_INCLUDE_DIR)
  6. -- Could NOT find Jasper (missing:  JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  7. -- Found ZLIB: /lib64/libz.so (found version "1.2.8")
  8. -- checking for module 'gstreamer-base-1.0'
  9. --   package 'gstreamer-base-1.0' not found
  10. -- checking for module 'gstreamer-video-1.0'
  11. --   package 'gstreamer-video-1.0' not found
  12. -- checking for module 'gstreamer-app-1.0'
  13. --   package 'gstreamer-app-1.0' not found
  14. -- checking for module 'gstreamer-riff-1.0'
  15. --   package 'gstreamer-riff-1.0' not found
  16. -- checking for module 'gstreamer-pbutils-1.0'
  17. --   package 'gstreamer-pbutils-1.0' not found
  18. -- checking for module 'libdc1394-2'
  19. --   package 'libdc1394-2' not found
  20. -- checking for module 'libdc1394'
  21. --   package 'libdc1394' not found
  22. -- Looking for linux/videodev.h
  23. -- Looking for linux/videodev.h - not found
  24. -- Looking for linux/videodev2.h
  25. -- Looking for linux/videodev2.h - found
  26. -- Looking for sys/videoio.h
  27. -- Looking for sys/videoio.h - not found
  28. -- Looking for libavformat/avformat.h
  29. -- Looking for libavformat/avformat.h - not found
  30. -- Looking for ffmpeg/avformat.h
  31. -- Looking for ffmpeg/avformat.h - not found
  32. -- ICV: downloading URL is not specified, skip downloading
  33. -- 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)
  34. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  35. --
  36. -- General configuration for OpenCV 3.0.0-dev =====================================
  37. --   Version control:               2.4.9-3838-gcafcfc4
  38. --
  39. --   Platform:
  40. --     Host:                        Linux 3.14.4-200.fc20.x86_64 x86_64
  41. --     CMake:                       2.8.12.2
  42. --     CMake generator:             Unix Makefiles
  43. --     CMake build tool:            /usr/bin/gmake
  44. --     Configuration:               RELEASE
  45. --
  46. --   C/C++:
  47. --     Built as dynamic libs?:      YES
  48. --     C++ Compiler:                /usr/bin/c++  (ver 4.8.2)
  49. --     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 -msse3 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG  -DNDEBUG
  50. --     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 -msse3 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
  51. --     C Compiler:                  /usr/bin/cc
  52. --     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 -msse3 -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG  -DNDEBUG
  53. --     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 -msse3 -ffunction-sections -fvisibility=hidden -g  -O0 -DDEBUG -D_DEBUG
  54. --     Linker flags (Release):      
  55. --     Linker flags (Debug):        
  56. --     Precompiled headers:         YES
  57. --
  58. --   OpenCV modules:
  59. --     To be built:                 core flann imgproc highgui features2d calib3d ml nonfree objdetect video contrib legacy optim photo softcascade python shape stitching superres ts videostab
  60. --     Disabled:                    cuda cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudaoptflow cudastereo cudawarping world
  61. --     Disabled by dependency:      -
  62. --     Unavailable:                 androidcamera cudalegacy cudev java matlab viz
  63. --
  64. --   GUI:
  65. --     QT:                          NO
  66. --     GTK+ 2.x:                    YES (ver 2.24.22)
  67. --     GThread :                    YES (ver 2.38.2)
  68. --     GtkGlExt:                    NO
  69. --     OpenGL support:              NO
  70. --     VTK support:                 NO
  71. --
  72. --   Media I/O:
  73. --     ZLib:                        /lib64/libz.so (ver 1.2.8)
  74. --     JPEG:                        libjpeg (ver 90)
  75. --     WEBP:                        build (ver 0.3.1)
  76. --     PNG:                         /lib64/libpng.so (ver 1.6.3)
  77. --     TIFF:                        build (ver 42 - 4.0.2)
  78. --     JPEG 2000:                   build (ver 1.900.1)
  79. --     OpenEXR:                     build (ver 1.7.1)
  80. --
  81. --   Video I/O:
  82. --     DC1394 1.x:                  NO
  83. --     DC1394 2.x:                  NO
  84. --     FFMPEG:                      YES
  85. --       codec:                     YES (ver 55.39.101)
  86. --       format:                    YES (ver 55.19.104)
  87. --       util:                      YES (ver 52.48.101)
  88. --       swscale:                   YES (ver 2.5.101)
  89. --       gentoo-style:              YES
  90. --     GStreamer:                  
  91. --       base:                      YES (ver 0.10.36)
  92. --       video:                     YES (ver 0.10.36)
  93. --       app:                       YES (ver 0.10.36)
  94. --       riff:                      YES (ver 0.10.36)
  95. --       pbutils:                   YES (ver 0.10.36)
  96. --     OpenNI:                      NO
  97. --     OpenNI PrimeSensor Modules:  NO
  98. --     PvAPI:                       NO
  99. --     GigEVisionSDK:               NO
  100. --     UniCap:                      NO
  101. --     UniCap ucil:                 NO
  102. --     V4L/V4L2:                    Using libv4l (ver 1.0.0)
  103. --     XIMEA:                       NO
  104. --     Xine:                        NO
  105. --
  106. --   Other third-party libraries:
  107. --     Use IPP:                     IPP not found
  108. --     Use IPP Async:               NO
  109. --     Use Eigen:                   NO
  110. --     Use TBB:                     NO
  111. --     Use OpenMP:                  NO
  112. --     Use GCD                      NO
  113. --     Use Concurrency              NO
  114. --     Use C=:                      NO
  115. --     Use Cuda:                    NO
  116. --     Use OpenCL:                  NO
  117. --
  118. --   Python:
  119. --     Interpreter:                 /usr/bin/python2.7 (ver 2.7.5)
  120. --     Libraries:                   /lib64/libpython2.7.so (ver 2.7.5)
  121. --     numpy:                       /usr/lib64/python2.7/site-packages/numpy/core/include (ver 1.8.0)
  122. --     packages path:               lib/python2.7/site-packages
  123. --
  124. --   Java:
  125. --     ant:                         NO
  126. --     JNI:                         /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/include /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/include/linux /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.7.0.fc20.x86_64/include
  127. --     Java tests:                  NO
  128. --
  129. --   Matlab:
  130. --     mex:                         NO
  131. --
  132. --   Tests and samples:
  133. --     Tests:                       NO
  134. --     Performance tests:           NO
  135. --     C/C++ Examples:              NO
  136. --
  137. --   Install path:                  /usr/local
  138. --
  139. --   cvconfig.h is in:              /run/media/aaaaaaaa/OFFICE/repos/opencv/buildmaster
  140. -- -----------------------------------------------------------------
  141. --
  142. -- Configuring done
  143. -- Generating done
  144. -- Build files have been written to: /run/media/aaaaaaaa/OFFICE/repos/opencv/buildmaster
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement