Hi,
I am having configuration issues when trying to build opencv
I ran: cmake -S /home/dnutt/Source/opencv/opencv-4.6.0/ -B /home/dnutt/Source/opencv/opencv-4.6.0/build -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D OPENCV_GENERATE_PKGCONFIG=ON -D OPENCV_EXTRA_MODULES_PATH=~/opencv_build/opencv_contrib/modules -D BUILD_EXAMPLES=ON -D QT=ON
I got back : – Configuring incomplete, errors occurred!
See also “/home/dnutt/Source/opencv/opencv-4.6.0/build/CMakeFiles/CMakeOutput.log”.
See also “/home/dnutt/Source/opencv/opencv-4.6.0/build/CMakeFiles/CMakeError.log”.
So I go to the error log and don’t know what im looking for so I was hoping somone could point me in the right direction
I’ll attach a link to both the ouput log and error logs
Thanks in advance
Output File
Error File
Dom