cmake-output.txt
1 | Detected version of GNU GCC: 45 (405) |
---|---|
2 | Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) |
3 | Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) |
4 | CUDA_TOOLKIT_ROOT_DIR not found or specified |
5 | Requested CUDA version 4.0, but found unacceptable version |
6 | Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY _cuda_version_acceptable) |
7 | Parsing 'cvconfig.h.cmake' |
8 | ffmpeg output dir: C:/OpenCV2.3/opencv/bin |
9 | |
10 | General configuration for opencv 2.3.0 ===================================== |
11 | |
12 | Built as dynamic libs?: ON |
13 | Compiler: |
14 | C++ flags (Release): -Wall -march=i686 -ffunction-sections -O2 -DNDEBUG -fomit-frame-pointer -ffast-math -msse -msse2 -mfpmath=387 -DNDEBUG |
15 | C++ flags (Debug): -Wall -march=i686 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG -ggdb3 |
16 | Linker flags (Release): |
17 | Linker flags (Debug): |
18 | |
19 | GUI: |
20 | Win32 UI: YES |
21 | |
22 | Media I/O: |
23 | ZLib: build |
24 | JPEG: build |
25 | PNG: build |
26 | TIFF: build |
27 | JPEG 2000: build |
28 | OpenEXR: NO |
29 | OpenNI: FALSE |
30 | |
31 | Video I/O: DirectShow |
32 | |
33 | Interfaces: |
34 | Python: ON |
35 | Python interpreter: PYTHON_EXECUTABLE-NOTFOUND |
36 | Python numpy: NO (Python interface will not cover OpenCV 2.x API) |
37 | Use IPP: NO |
38 | Use TBB: NO |
39 | Use ThreadingFramework: NO |
40 | Use Cuda: NO |
41 | Use Eigen: NO |
42 | |
43 | Documentation: |
44 | Build Documentation: NO |
45 | |
46 | Install path: C:/OpenCV2.3/opencv |
47 | |
48 | cvconfig.h is in: C:/OpenCV2.3/opencv |
49 | ----------------------------------------------------------------- |
50 | |
51 | CMake Warning at CMakeLists.txt:1648 (message): |
52 | The source directory is the same as binary directory. "make clean" may |
53 | damage the source tree |
54 | |
55 | |
56 | Configuring done |
57 | Generating done |