-
Notifications
You must be signed in to change notification settings - Fork 371
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 failure with Protobuf 3.7.0 and unspecified future version #460
Comments
Protobuf upstream reverted this incompatible change in Protobuf 3.7.1 and deferred reintroduction of this incompatible change to unspecified future version of Protobuf. Mozc should still be fixed to not inherit from generated classes.
|
protobuf was bumped to 3.7.1, which fixes the build issue as described in google/mozc#460. This reverts commit a19fbaf.
Patch with proper fix which has been applied in Gentoo: |
Fix build problem applying from google/mozc#460.
Similar fix was applied in commit a1dcada:
|
Mozc fails to build with Protobuf 3.7.0:
This is related to protocolbuffers/protobuf#5869.
The text was updated successfully, but these errors were encountered: