-
Notifications
You must be signed in to change notification settings - Fork 15
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
Compilation error #54
Comments
Would you send me the result of
and
Thanks |
The output for Output for
|
Hmm maybe do an 'apt update' and 'sudo apt install protobuf-compiler'. Then 'rm build/include/protos/*' and recompile. |
I did as you said, compiler is installed, and there is no build/include/protos/, still getting the same error. |
Sorry. It is 'rm include/protos/*' There is a version mismatch between the compiled proto header and the C++ library or something like that. |
Ahh, I tried this too but still the same result |
This is a strange error because the project isn't mixing pre-compiled protobuf code with protobuf code compiled at buildtime. I don't know what other version it would be comparing to since the api.pb.h beams the only proto header in the project. |
Hi, I am using Ubuntu and getting the following error during compilation:
What could the issue be?
The text was updated successfully, but these errors were encountered: