-- Build files have been written to: /home/xwx/Document/caffe-android-lib/caffe/build
[ 1%] Running C++/Python protocol buffer compiler on /home/xwx/Document/caffe-android-lib/caffe/src/caffe/proto/caffe.proto
Scanning dependencies of target proto
[ 1%] Building CXX object src/caffe/CMakeFiles/proto.dir///include/caffe/proto/caffe.pb.cc.o
[ 3%] Linking CXX static library ../../lib/libproto.a
[ 3%] Built target proto
Scanning dependencies of target caffe
[ 3%] Building CXX object src/caffe/CMakeFiles/caffe.dir/internal_thread.cpp.o
/home/xwx/Document/caffe-android-lib/caffe/src/caffe/internal_thread.cpp:4:37: fatal error: caffe/internal_thread.hpp: No such file or directory
All goes well until build_caffe.sh.
When the scripts goes to
I get the error below:
(I make sure that the header file is in the caffe/include file.)