Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in protoc version #12

Open
devjaynemorais opened this issue Nov 18, 2019 · 2 comments
Open

Problems in protoc version #12

devjaynemorais opened this issue Nov 18, 2019 · 2 comments

Comments

@devjaynemorais
Copy link

devjaynemorais commented Nov 18, 2019

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.

@devjaynemorais
Copy link
Author

devjaynemorais commented Nov 18, 2019

I am using:

  • Ubuntu 16.04
  • CUDA 8.0
  • libprotoc 3.7.1
  • GPU Geforce GTX 960

@dolongbien
Copy link
Owner

Hi, libprotoc version is 3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants