Error: build did not find imgproc in OpenCV 3

asked 2014-11-28 07:37:47 -0600

Metalzero2 gravatar image

Hello there,

I am trying to install openCV 3 from source. The prossece I did is as followed:

1) Down load source from github 2) Use CMake (GUI) to generate Unix Makefiles in a build directory where the source code is 3) Open the terminal and write "Sudo make"

Then at around 27% it writes this:

Linking CXX shared library ../../lib/libopencv_imgproc.so
/usr/bin/ld: ../../../3rdparty/ippicv/unpack/ippicv_lnx/lib/ia32/libippicv.a(jmp_ippiResizeGetBufferSize_16s_as.s.o): relocation R_386_GOTOFF against undefined symbol `ippicvJumpIndexForMergedLibs' can not be used when making a shared object
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libopencv_imgproc.so.3.0.0] Error 1
make[1]: *** [modules/imgproc/CMakeFiles/opencv_imgproc.dir/all] Error 2
make: *** [all] Error 2

I think it can't find the module for some reason.

Can anybody help? I am using lubuntu 14.04

edit retag flag offensive close merge delete