Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Make failed on Linux Mint 15: filtering.cpp reference opencl_kernels.hpp

I followed the procedure to install OpenCV laid out in link text

I pre-installed only those items shown as required and downloaded the stable version of OpenCV using the link on the page.

When I issued the 'make' command, the final part of the output was:

Linking CXX static library ../../lib/libopencv_ocl_pch_dephelp.a
[ 74%] Built target opencv_ocl_pch_dephelp
Scanning dependencies of target pch_Generate_opencv_ocl
[ 74%] Generating precomp.hpp
[ 74%] Generating precomp.hpp.gch/opencv_ocl_RELEASE.gch
[ 74%] Built target pch_Generate_opencv_ocl
[ 74%] Generating opencl_kernels.cpp, opencl_kernels.hpp
Scanning dependencies of target opencv_ocl
[ 74%] Building CXX object modules/ocl/CMakeFiles/opencv_ocl.dir/src/filtering.cpp.o
/home/spearmint/Software/OpenCV Software/opencv-2.4.7/modules/ocl/src/filtering.cpp:52:30: fatal error: opencl_kernels.hpp: No such file or directory
compilation terminated.
make[2]: *** [modules/ocl/CMakeFiles/opencv_ocl.dir/src/filtering.cpp.o] Error 1
make[1]: *** [modules/ocl/CMakeFiles/opencv_ocl.dir/all] Error 2
make: *** [all] Error 2

The module filtering.cpp contains:

#include "precomp.hpp"
#include "opencl_kernels.hpp"

Can anyone tell me what I need to do to resolve this problem?