You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know which version of protoc is used, as I am encountering the following problem while compiling C3D:
In file included from build/src/caffe/proto/caffe_pretty_print.pb.cc:4:0:
build/src/caffe/proto/caffe_pretty_print.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
#error This file was generated by an older version of protoc which is
^
build/src/caffe/proto/caffe_pretty_print.pb.h:18:2: error: #error incompatible with your Protocol Buffer headers. Please
#error incompatible with your Protocol Buffer headers. Please
^
build/src/caffe/proto/caffe_pretty_print.pb.h:19:2: error: #error regenerate this file with a newer version of protoc.
#error regenerate this file with a newer version of protoc.
^
In file included from build/src/caffe/proto/caffe.pb.cc:4:0:
build/src/caffe/proto/caffe.pb.h:17:2: error: #error This file was generated by an older version of protoc which is
#error This file was generated by an older version of protoc which is
^
build/src/caffe/proto/caffe.pb.h:18:2: error: #error incompatible with your Protocol Buffer headers. Please
#error incompatible with your Protocol Buffer headers.
The text was updated successfully, but these errors were encountered:
I would like to know which version of
protoc
is used, as I am encountering the following problem while compiling C3D:The text was updated successfully, but these errors were encountered: