We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.46.0
Linux, Macos, protobuf v3.21
A successful build
grpc-java fails to build:
external/io_grpc_grpc_java/compiler/src/java_plugin/cpp/java_generator.cpp:25:10: fatal error: 'google/protobuf/compiler/java/java_names.h' file not found #include <google/protobuf/compiler/java/java_names.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
Attempt to build grpc-java against protobuf 3.21
This commit in upstream protobuf renamed java_names.h to names.h, which is included by compiler/src/java_plugin/cpp/java_generator.cpp
protobuf
java_names.h
names.h
compiler/src/java_plugin/cpp/java_generator.cpp
The text was updated successfully, but these errors were encountered:
protobuf needs upgrade, currently it is 3.19.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of gRPC-Java are you using?
1.46.0
What is your environment?
Linux, Macos, protobuf v3.21
What did you expect to see?
A successful build
What did you see instead?
grpc-java fails to build:
Steps to reproduce the bug
Attempt to build grpc-java against protobuf 3.21
This commit in upstream
protobuf
renamedjava_names.h
tonames.h
, which is included bycompiler/src/java_plugin/cpp/java_generator.cpp
The text was updated successfully, but these errors were encountered: