本文介绍了在优胜美地Boost错误上安装caffe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试在优胜美地上安装caffe,但出现以下错误:
I am trying to install caffe on Yosemite and I am getting the following error:
make: *** No rule to make target '/usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp', needed by '.build_release/cuda/src/caffe/layers/absval_layer.o'. Stop.
如该博文所述在优胜美地上编译caffe ,我将Boost降级为v1.57 .
As suggested by this blogpost compiling caffe on Yosemite I downgraded the Boost to v1.57.
关于前进的任何建议?
推荐答案
这解决了该问题:
make clean
make all
这篇关于在优胜美地Boost错误上安装caffe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!