wolfstudy commented on issue #4720: Compilation errors in `pulsar-client-cpp` URL: https://github.com/apache/pulsar/issues/4720#issuecomment-514459798 Yes, as you said, did not mention the version of `snappy` in [https://pulsar.apache.org/docs/en/develop-cpp/#system-requirements](https://pulsar.apache.org/docs/en/develop-cpp/#system-requirements). You are using `arch` OS, the default is 64-bit. If the package name in the arch package does not contain lib32, it is 64-bit. In your error message, all types are wrong and not declared. So, I suggest you check the version of snappy lib. Or you can try to change the version of snappy.
---------------------------------------------------------------- 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
