dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DENABLE_SSE=OFF -DENABLE_SSE2=OFF -DENABLE_SSE3=OFF -DENABLE_SSSE3=OFF -DUSE_FAST_MATH=ON -DUSE_O3=OFF -DUSE_OMIT_FRAME_POINTER=ON -DBUILD_EXAMPLES=ON -DINSTALL_C_EXAMPLES=ON -DINSTALL_OCTAVE_EXAMPLES=OFF -DINSTALL_PYTHON_EXAMPLES=ON -DBUILD_NEW_PYTHON_SUPPORT=ON -DBUILD_SWIG_PYTHON_SUPPORT=ON -DBUILD_OCTAVE_SUPPORT=OFF -DUSE_IPP=ON -DWITH_FFMPEG=ON -DWITH_GSTREAMER=OFF -DWITH_GTK=ON -DWITH_JASPER=ON -DWITH_JPEG=ON -DWITH_PNG=ON -DWITH_TIFF=ON -DWITH_PVAPI=ON -DWITH_TBB=OFF -DWITH_UNICAP=OFF -DWITH_1394=ON -DWITH_V4L=ON -DWITH_XINE=OFF -DBUILD_TESTS=OFF -DBUILD_LATEX_DOCS=ON -DCMAKE_SKIP_RPATH=ON -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detected version of GNU GCC: 44 (404) -- checking for module 'gtk+-2.0' -- found gtk+-2.0, version 2.22.0 -- checking for module 'gthread-2.0' -- found gthread-2.0, version 2.26.0 -- checking for module 'libavcodec' -- found libavcodec, version 52.72.2 -- checking for module 'libavformat' -- found libavformat, version 52.64.2 -- checking for module 'libavutil' -- found libavutil, version 50.15.1 -- checking for module 'libswscale' -- found libswscale, version 0.11.0 -- Looking for libavformat/avformat.h -- Looking for libavformat/avformat.h - found -- Looking for ffmpeg/avformat.h -- Looking for ffmpeg/avformat.h - not found -- checking for module 'libdc1394-2' -- found libdc1394-2, version 2.1.2 -- Looking for alloca.h -- Looking for alloca.h - found -- Looking for alloca -- Looking for alloca - not found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- checking for module 'libv4l1' -- package 'libv4l1' not found -- Looking for linux/videodev.h -- Looking for linux/videodev.h - found -- Looking for linux/videodev2.h -- Looking for linux/videodev2.h - found -- Found ZLIB: /usr/include -- Found PNG: /usr/lib/libpng.so -- Looking for /usr/include/png.h -- Looking for /usr/include/png.h - found -- Looking for /usr/include/libpng/png.h -- Looking for /usr/include/libpng/png.h - found -- Found TIFF: /usr/lib/libtiff.so -- Found JPEG: /usr/lib/libjpeg.so -- Found Jasper: /usr/lib/libjasper.so -- Found PythonInterp: /usr/bin/python2.6 -- Found PythonLibs: /usr/lib/libpython2.6.so -- Use INCLUDE: /usr/lib/python2.6/dist-packages/numpy/core/include -- IPP detected: TRUE -- Parsing 'cvconfig.h.cmake' running mkdir -p "/home/dis/opencv-2.1.0/obj-i686-linux-gnu/unix-install/" 2>&1 -- PDF LaTeX found! -- Copying pictures to the build directory -- Copying python_fragments to the build directory -- -- General configuration for opencv 2.1.0 ===================================== -- -- Built as dynamic libs?: ON -- Compiler: -- C++ flags (Release): -g -O2 -Wall -pthread -march=i686 -ffunction-sections -O3 -DNDEBUG -fomit-frame-pointer -ffast-math -mfpmath=387 -DNDEBUG -- C++ flags (Debug): -g -O2 -Wall -pthread -march=i686 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG -- Linker flags (Release): -Wl,-Bsymbolic-functions -- Linker flags (Debug): -Wl,-Bsymbolic-functions -- -- GUI: -- GTK+ 2.x: 1 -- GThread: 1 -- -- Image I/O: -- JPEG: TRUE -- PNG: TRUE -- TIFF: TRUE -- JPEG 2000: TRUE -- -- Video I/O: -- DC1394 1.x: -- DC1394 2.x: 1 -- FFMPEG: 1 -- codec: 1 -- format: 1 -- util: 1 -- swscale: 1 -- gentoo-style: 1 -- GStreamer: FALSE -- UniCap: FALSE -- PvAPI: -- V4L/V4L2: 1/1 -- Xine: FALSE -- -- Interfaces: -- Old Python: 1 -- Python: ON -- Python interpreter: /usr/bin/python2.6 -- Python numpy: 1 -- Use IPP: /usr/lib -- Use TBB: NO -- Build Documentation 1 -- -- Install path: /usr -- -- cvconfig.h is in: /home/dis/opencv-2.1.0/obj-i686-linux-gnu -- ----------------------------------------------------------------- -- -- Configuring done CMake Warning at src/highgui/CMakeLists.txt:198 (add_library): Cannot generate a safe linker search path for target highgui because files in some directories may conflict with libraries in implicit directories: link library [libjpeg.so] in /usr/lib may be hidden by files in: /usr/lib/../lib link library [libpng.so] in /usr/lib may be hidden by files in: /usr/lib/../lib link library [libz.so] in /usr/lib may be hidden by files in: /usr/lib/../lib link library [libtiff.so] in /usr/lib may be hidden by files in: /usr/lib/../lib link library [libjasper.so] in /usr/lib may be hidden by files in: /usr/lib/../lib Some of these libraries may not be found correctly. CMake Warning at /usr/share/cmake-2.8/Modules/UseSWIG.cmake:212 (ADD_LIBRARY): Cannot generate a safe linker search path for target _cv because files in some directories may conflict with libraries in implicit directories: link library [libpython2.6.so] in /usr/lib may be hidden by files in: /usr/lib/../lib Some of these libraries may not be found correctly. Call Stack (most recent call first): interfaces/swig/python/CMakeLists.txt:47 (SWIG_ADD_MODULE) CMake Warning at /usr/share/cmake-2.8/Modules/UseSWIG.cmake:212 (ADD_LIBRARY): Cannot generate a safe linker search path for target _highgui because files in some directories may conflict with libraries in implicit directories: link library [libpython2.6.so] in /usr/lib may be hidden by files in: /usr/lib/../lib Some of these libraries may not be found correctly. Call Stack (most recent call first): interfaces/swig/python/CMakeLists.txt:82 (SWIG_ADD_MODULE) CMake Warning at /usr/share/cmake-2.8/Modules/UseSWIG.cmake:212 (ADD_LIBRARY): Cannot generate a safe linker search path for target _ml because files in some directories may conflict with libraries in implicit directories: link library [libpython2.6.so] in /usr/lib may be hidden by files in: /usr/lib/../lib Some of these libraries may not be found correctly. Call Stack (most recent call first): interfaces/swig/python/CMakeLists.txt:64 (SWIG_ADD_MODULE) CMake Warning at interfaces/python/CMakeLists.txt:25 (add_library): Cannot generate a safe linker search path for target cvpy because files in some directories may conflict with libraries in implicit directories: link library [libpython2.6.so] in /usr/lib may be hidden by files in: /usr/lib/../lib Some of these libraries may not be found correctly. -- Generating done