I am trying to build from source opencv so that I can have access to the sift/surf libraries. I am running into the problem where it is getting 82% of the way before stopping. I have tried disabling packages I thought might be the problem with little luck. This is how I built the files:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_PYTHON_EXAMPLES=ON -D INSTALL_C_EXAMPLES=OFF -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib-3.1.0/modules -D PYTHON_EXECUTABLE=~/.virtualenvs/cv/bin/python -D BUILD_EXAMPLES=ON ..
and this is the error I received:
Screenshot of Error
I am new to programming and have spent about a 2weeks trying to troubleshoot this myself. So any help would be appreciated on what is going wrong, Thanks!