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

build.sh protoc版本 #38

Closed
uestcchicken opened this issue Sep 27, 2017 · 2 comments
Closed

build.sh protoc版本 #38

uestcchicken opened this issue Sep 27, 2017 · 2 comments

Comments

@uestcchicken
Copy link

使用3.4版本protobuf执行build.sh mac 报错
build/release/x86/tools/caffe.pb.h:17:2: error: #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer headers. Please regenerate this file with a newer version of protoc.

@moshoujingli
Copy link

我升级到3.4.1好了

@cocodark
Copy link
Contributor

try this:
cd tools
protoc --proto_path=. --cpp_out=. caffe.proto
then you will get the C++ output by your own protocal buffer.

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

3 participants