when install openCV occurs fatal error: cblas_mangling.h: No such file or directory #include "cblas_mangling.h"

asked 2017-03-21 04:04:31 -0600

I tried to install opencv 3.2. And I have installed CBlas to support my theano.

when I run cmake . make

an error occured. I dont know how to solve the problem.

In file included from /usr/pjz/opencv-3.2.0/opencv_lapack.h:1:0, from /usr/pjz/opencv-3.2.0/modules/core/src/hal_internal.cpp:49: /usr/local/include/cblas.h:27:28: fatal error: cblas_mangling.h: 没有那个文件或目录(No such file or directory) #include "cblas_mangling.h" ^ compilation terminated. make[2]: * [modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o] 错误(error) 1 make[1]: [modules/core/CMakeFiles/opencv_core.dir/all] 错误(error) 2 make: ** [all] 错误(error) 2

edit retag flag offensive close merge delete