First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Oct 5 '14

maxdoom gravatar image

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.

click to hide/show revision 2
No.2 Revision

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.