Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.7")
  2. Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.2")
  3. CMake Warning at cmake/OpenCVCompilerOptimizations.cmake:256 (message):
  4. TODO: Unsupported compiler
  5. Call Stack (most recent call first):
  6. cmake/OpenCVCompilerOptions.cmake:268 (include)
  7. CMakeLists.txt:688 (include)
  8.  
  9.  
  10. SSE3 is not supported by C++ compiler
  11. SSSE3 is not supported by C++ compiler
  12. SSE4_1 is not supported by C++ compiler
  13. POPCNT is not supported by C++ compiler
  14. SSE4_2 is not supported by C++ compiler
  15. FP16 is not supported by C++ compiler
  16. AVX is not supported by C++ compiler
  17. Dispatch optimization SSE4_1 is not available, skipped
  18. Dispatch optimization SSE4_2 is not available, skipped
  19. Dispatch optimization AVX is not available, skipped
  20. Dispatch optimization FP16 is not available, skipped
  21. libjpeg-turbo: VERSION = 1.5.3, BUILD = opencv-4.0.1-libjpeg-turbo
  22. Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  23. Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  24. Could NOT find BLAS (missing: BLAS_LIBRARIES)
  25. LAPACK requires BLAS
  26. A library with LAPACK API not found. Please specify library location.
  27. Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  28. VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  29. OpenCV Python: during development append to PYTHONPATH: C:/OpenCV/build/python_loader
  30. Excluding from source files list: <BUILD>/modules/core/mathfuncs_core.avx.cpp
  31. Excluding from source files list: <BUILD>/modules/core/stat.sse4_2.cpp
  32. Excluding from source files list: <BUILD>/modules/core/arithm.sse4_1.cpp
  33. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse3.cpp
  34. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.ssse3.cpp
  35. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse4_1.cpp
  36. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.sse4_2.cpp
  37. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.avx.cpp
  38. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.fp16.cpp
  39. Excluding from source files list: <BUILD>/modules/core/test/test_intrin128.avx2.cpp
  40. Excluding from source files list: <BUILD>/modules/core/test/test_intrin256.avx2.cpp
  41. Excluding from source files list: modules/imgproc/src/corner.avx.cpp
  42. Excluding from source files list: modules/imgproc/src/filter.avx2.cpp
  43. Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
  44. Excluding from source files list: modules/imgproc/src/imgwarp.sse4_1.cpp
  45. Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
  46. Excluding from source files list: modules/imgproc/src/resize.sse4_1.cpp
  47. Excluding from source files list: <BUILD>/modules/imgproc/accum.sse4_1.cpp
  48. Excluding from source files list: <BUILD>/modules/imgproc/accum.avx.cpp
  49. Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx.cpp
  50. Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx2.cpp
  51. Excluding from source files list: <BUILD>/modules/dnn/layers/layers_common.avx512_skx.cpp
  52. Excluding from source files list: <BUILD>/modules/gapi/backends/fluid/gfluidimgproc_func.sse4_1.cpp
  53. Excluding from source files list: modules/features2d/src/fast.avx2.cpp
  54. Excluding from source files list: modules/calib3d/src/undistort.avx2.cpp
  55.  
  56. General configuration for OpenCV 4.0.1 =====================================
  57. Version control: unknown
  58.  
  59. Platform:
  60. Timestamp: 2019-03-06T20:57:08Z
  61. Host: Windows 10.0.17134 AMD64
  62. CMake: 3.14.0-rc3
  63. CMake generator: MinGW Makefiles
  64. CMake build tool: C:/Qt/Tools/mingw530_32/bin/make.exe
  65. Configuration: Release
  66.  
  67. CPU/HW features:
  68. Baseline: SSE SSE2
  69. requested: SSE2
  70. Dispatched code generation:
  71. requested: SSE4_1 SSE4_2 AVX FP16
  72.  
  73. C/C++:
  74. Built as dynamic libs?: YES
  75. C++ Compiler:
  76.  
  77. C:/MinGW/bin/mingw32-g++.exe
  78. C++ flags (Release): -fsigned-char
  79. C++ flags (Debug): -fsigned-char
  80. C Compiler: C:/MinGW/bin/mingw32-gcc.exe
  81. C flags (Release): -fsigned-char -O3 -DNDEBUG
  82. C flags (Debug): -fsigned-char -g
  83. Linker flags (Release):
  84. Linker flags (Debug):
  85. ccache: NO
  86. Precompiled headers: NO
  87. Extra dependencies: opengl32 glu32
  88. 3rdparty dependencies:
  89.  
  90. OpenCV modules:
  91. To be built: calib3d core dnn features2d flann gapi highgui imgcodecs imgproc java_bindings_generator ml objdetect photo python_bindings_generator stitching ts video videoio
  92. Disabled: world
  93. Disabled by dependency: -
  94. Unavailable: java js python2 python3
  95. Applications: tests perf_tests apps
  96. Documentation: NO
  97. Non-free algorithms: NO
  98.  
  99. Windows RT support: NO
  100.  
  101. GUI:
  102. QT: YES (ver 5.11.1)
  103. QT OpenGL support: YES (Qt5::OpenGL 5.11.1)
  104. Win32 UI: NO
  105. OpenGL support: YES (opengl32 glu32)
  106. VTK support: NO
  107.  
  108. Media I/O:
  109. ZLib: build (ver 1.2.11)
  110. JPEG: build-libjpeg-turbo (ver 1.5.3-62)
  111. WEBP: build (ver encoder: 0x020e)
  112. PNG: build (ver 1.6.35)
  113. TIFF: build (ver 42 - 4.0.9)
  114. JPEG 2000: build (ver 1.900.1)
  115. OpenEXR: build (ver 1.7.1)
  116. HDR: YES
  117. SUNRASTER: YES
  118. PXM: YES
  119. PFM: YES
  120.  
  121. Video I/O:
  122. DC1394: NO
  123. FFMPEG: YES (prebuilt binaries)
  124. avcodec: YES (ver 58.35.100)
  125. avformat: YES (ver 58.20.100)
  126. avutil: YES (ver 56.22.100)
  127. swscale: YES (ver 5.3.100)
  128. avresample: YES (ver 4.0.0)
  129. GStreamer: NO
  130. DirectShow: NO
  131.  
  132. Parallel framework: none
  133.  
  134. Trace: YES (built-in)
  135.  
  136. Other third-party libraries:
  137. Lapack: NO
  138. Eigen: NO
  139. Custom HAL: NO
  140. Protobuf: build (3.5.1)
  141.  
  142. OpenCL: YES (no extra features)
  143. Include path: C:/OpenCV/opencv/sources/3rdparty/include/opencl/1.2
  144. Link libraries: Dynamic load
  145.  
  146. Python (for build): NO
  147.  
  148. Java:
  149. ant: NO
  150. JNI: NO
  151. Java wrappers: NO
  152. Java tests: NO
  153.  
  154. Install to: C:/OpenCV/build/install
  155. ---------------------------------------------------------------—
  156.  
  157. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement