安装caffe时make all会出现这个错误,按照https://github.com/BVLC/caffe/issues/4988说法,可能时libprotobuf-dev过时了,需要从源码重新变异protobuf。

首先安装:​​sudo apt-get install autoconf automake libtool curl make g++ unzip​


另参考:https://github.com/google/protobuf/blob/master/src/README.md