wolfstudy commented on issue #4647: [cpp client] fatal error: google/protobuf/port_def.inc: No such file or directory URL: https://github.com/apache/pulsar/issues/4647#issuecomment-507197377 When you use the `protobuf` version 3.7 compiled proto file contains the following content: ``` #ifndef PROTOBUF_INCLUDED_PulsarApi_2eproto #define PROTOBUF_INCLUDED_PulsarApi_2eproto #include <limits> #include <string> #include <google/protobuf/port_def.inc> // key point #if PROTOBUF_VERSION < 3007000 ``` this is not recognized in `protoc 2.6.1`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
