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

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

接下来参考这篇博客就行了:http://blog.csdn.net/yl204/article/details/50478279

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

 

相关文章:

  • 2022-03-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-01-20
  • 2021-11-10
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案