I'm working on MacOS 10.12.
I successfully ran cmake
on the opencv files that I got from opencv.org. My python libraries are also linked. After I run cmake
, I try to compile using the following command:
make -j4 #since mine is quad-core
I'm getting this error at 30% completion:
[ 30%] Built target libprotobuf
make: *** [all] Error 2
Any idea whats going wrong? I'm working in a virtual environment. Is that causing this error?