Opencv 3.4.0: ERROR while compiling on CentOS 6.9 64 bit

asked 2018-02-02 04:48:32 -0600

jake gravatar image

updated 2018-02-02 13:05:19 -0600

Hello, I tried to compile OpenCV 3.4.0 and also the git version downloaded on the 2nd February 2018.

I tried with: cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DENABLE_CXX11=OFF -DBUILD_PERF_TESTS=OFF -DWITH_XINE -DBUILD_TESTS=OFF -DENABLE_PRECOMPILED_HEADERS=OFF -DCMAKE_SKIP_RPATH=ON -DBUILD_WITH_DEBUG_INFO=OFF -Wno-dev ..

And I got errors as you can see here: https://goo.gl/8Sy4em

edit retag flag offensive close merge delete