I am trying to install OpenCV 2.0.0 on Ubuntu 12.4 LTS and getting compile error as below
/home/mr/Downloads/OpenCV-2.0.0/include/opencv/cxmat.hpp:356:15: error: expected ‘;’ before ‘delta1’ /home/mr/Downloads/OpenCV-2.0.0/include/opencv/cxmat.hpp:358:9: error: ‘delta1’ was not declared in this scope /home/mr/Downloads/OpenCV-2.0.0/include/opencv/cxmat.hpp:367:31: error: ‘delta2’ was not declared in this scope make[2]: [src/cxcore/CMakeFiles/cxcore.dir/cximage.o] Error 1 make[1]: [src/cxcore/CMakeFiles/cxcore.dir/all] Error 2 make: [all] Error 2