OpenCV
Posted: Wed Aug 19, 2009 10:29 pm
Has anyone had any luck getting this compiled or installed on ubuntu Jaunty? It's showing up in the repos, but won't install due to broken dependencies, and I can't get past make.
Code: Select all
../include/opencv/highgui.hpp:69: note: candidates are: cv::Mat cv::imdecode(const std::vector<unsigned char, std::allocator<unsigned> >&, int)
../include/opencv/highgui.hpp:70: note: cv::Mat cv::imdecode(const cv::Mat&, int)
make[2]: *** [lib_highgui_la-cvcap_v4l.lo] Error 1
make[2]: Leaving directory `/home/cmadmin/Desktop/opencv/trunk/opencv/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cmadmin/Desktop/opencv/trunk/opencv'
make: *** [all] Error 2