Ask Your Question

jimeherr's profile - activity

2013-06-20 15:56:49 -0600 asked a question Ubuntu 13.04 install problem

I am currently attempting to install opencv on my linux box, and I have followed the instructions on the site (http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html) , making sure I have all the necessary libraries and such installed. I get to the point where I am trying to compile, and it gets about 13% done before throwing an error:

/home/jim/opencv/modules/highgui/src/grfmt_tiff.cpp: In member function ‘bool cv::TiffEncoder::writeLibTiff(const cv::Mat&, const std::vector<int>&)’: /home/jim/opencv/modules/highgui/src/grfmt_tiff.cpp:481:26: error: ‘PREDICTOR_HORIZONTAL’ was not declared in this scope make[2]: * [modules/highgui/CMakeFiles/opencv_highgui.dir/src/grfmt_tiff.cpp.o] Error 1 make[1]: [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2 make: ** [all] Error 2

I am just trying to see if anyone has encountered this before, and perhaps found a solution. I will working on this for some time, trying to get this straightened out. Thanks in advance.