Ask Your Question

dalai's profile - activity

2016-10-31 08:27:58 -0600 asked a question brew install opencv3 --with-contrib error

when I type

brew install opencv3 --with-contrib

in my Macbook, it always build fail with

==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/op Last 15 lines from /Users/davidlai/Library/Logs/Homebrew/opencv3/01.cmake:

make: * [cmTC_9d416/fast] Error 2

CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:93 (project)

-- Configuring incomplete, errors occurred! See also "/tmp/opencv3-20161031-50985-1xug0yb/opencv-3.1.0/macbuild/CMakeFiles/CMakeOutput.log". See also "/tmp/opencv3-20161031-50985-1xug0yb/opencv-3.1.0/macbuild/CMakeFiles/CMakeError.log".

are there any solution to install open_contrib well ?