yjxiong / caffe

A fork of Caffe with OpenMPI-based Multi-GPU (mainly data parallel) support for action recognition and more. More documentation please see the original readme.
http://caffe.berkeleyvision.org/
Other
551 stars 153 forks source link

Failed to build Caffe #188

Closed woshigcy closed 7 years ago

woshigcy commented 7 years ago

Hi, Xiong There are some errors when run the script build_all.sh. /usr/local/include/caffe/proto/caffe.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is

error This file was generated by a newer version of protoc which is

^ /usr/local/include/caffe/proto/caffe.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update

error incompatible with your Protocol Buffer headers. Please update

^ /usr/local/include/caffe/proto/caffe.pb.h:14:2: error: #error your headers.

error your headers.

I have exchanged the protoc to 2.5.0, and ti is 3.3.0 before. I am very wish to here you. Thanks very much.