Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

error while trying to compile opencv3

[ 95%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/test/test_undistort.cpp.o Linking CXX executable ../../bin/opencv_test_calib3d [ 95%] Built target opencv_test_calib3d make: * [all] Error 2

This is the Error I get while trying to compile (make -j4) OpenCV3 on Debian. Anyone an Idea whats wrong.

error while trying to compile opencv3

[ 95%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/test/test_undistort.cpp.o Linking CXX executable ../../bin/opencv_test_calib3d [ 95%] Built target opencv_test_calib3d make: * [all] Error 2

This is the Error I get while trying to compile (make -j4) OpenCV3 on Debian. Anyone an Idea whats wrong.

SOLVED: I previously change the java version from 1.6 to 1.7 using sudo update-alternatives --config java I changed it back and everything compiled sucessfully.