-
Notifications
You must be signed in to change notification settings - Fork 4k
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
brpc build failed in x64-linux #2721
Comments
7 tasks
Are there any other compilation errors? |
No, only those two above. |
It is best to refer to #2722 . |
Thanks for your reply! I will modify my patch based on this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug (描述bug)
I'm a member of vcpkg team, when I tried to update the version of
brpc
to 1.10.0, I got an error as below:I found above issue occurs due to the version of
protobuf
in vcpkg was4.25.1
, which there is no corresponding virtual function in the base class.I know from the brcp documentation that you are using protobuf version 3.0-3.25, so I'm not sure if you support version 4.25.1.
I am currently trying to add a patch in vcpkg to remove the
override
keyword from those two functions, and I would like to confirm with you if this is a feasible solution.To Reproduce (复现方法)
Build
brpc
1.10.0 withprotobuf
4.25.1.Expected behavior (期望行为)
No error.
Versions (各种版本)
OS: Ubuntu 23.10
Compiler: GNU 13.2.0
brpc: 1.10.0
protobuf: 4.25.1
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: