Searion opened a new issue, #3208:
URL: https://github.com/apache/brpc/issues/3208

   **Describe the bug**
   /src/json2pb/json_to_pb.cpp 555
   /src/json2pb/pb_to_json.cpp 136
   error: 'const class google::protobuf::Descriptor::ExtensionRange' has no 
member named 'start'; did you mean 'start_'?
   
   **To Reproduce**
   
   
   **Expected behavior**
   编译通过
   
   **Versions**
   OS:  Ubuntu 22.04
   Compiler: gcc 13
   brpc: 1.16.0
   protobuf: 4.24
   
   **Additional context/screenshots**
   
   查了一下GOOGLE_PROTOBUF_VERSION < 4025000这个版本判断应该设的太高了,4.x以上应该都要用start_number()了


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to