Closed JDJoe closed 8 years ago
Yes, Makefile needs to pass the path to caffe includes.
Try with this Makefile, setting CAFFE_PREFIX to /something/PACHI_GO_ENGINE/caffe/distribute/
or install caffe somewhere where compiler will find it (/usr/local for instance)
Closed by PR #55, thank you!
caffe is compiled and files are in:
/something/PACHI_GO_ENGINE/caffe/distribute/include/caffe/caffe.hpp /something/PACHI_GO_ENGINE/caffe/include/caffe/caffe.hpp
compiling pachi in:
/something/PACHI_GO_ENGINE/pachi/
I updated the Makefile :
and I still get dcnn.cpp:13:27: fatal error: caffe/caffe.hpp: No such file or directory