I forked the OpenCV project from git://github.com/Itseez/opencv.git yesterday and wanted to make some changes to the source. Before making any changes, I wanted to test it by building the project.
I tried to build it from the source using:
$mkdir build
$cd build
$cmake ..
$make
All the above commands run fine. But when I run
$sudo make install
I get an error saying cv.py file is missing and the build fails. I was wondering if anyone else have this issue.