java - Compiling OpenCV on Ubuntu -


When I try to create OpenCVi for Java on Ubuntu, I get the following error:

 [61%] Built-in target opencv_test_objdetect generated opencl_kernels.cpp, opencl_kernels.hpp /home/dinhvantan/opencv/opencv/cmake/cl2cpp.cmake:50 (string) CMake error: string sub-command MD5 to create identity Does not [2]: *** [module / ocl / opencl_kernels.cpp] making error 1 [1]: *** [module / ocl / CMakeFiles / opencv_ocl.dir / all] making error 2 [1]: ** * Waiting for incomplete jobs .... [70%] targets Opencv_legacy: *** [all] Error 2   

Can anybody tell me that what is required of me to solve this problem?

indicates that you need to upgrade to a new Seamax version.

Use the new Ubuntu release or PPA, or build a limit from the source.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -