You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/01 06:55:50 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #14457: Compiling Pulsar C++ Client on NVIDIA Jetson Xavier

BewareMyPower commented on issue #14457:
URL: https://github.com/apache/pulsar/issues/14457#issuecomment-1055087196


   > error: ‘class google::protobuf::FileDescriptorSet’ has no member named ‘ByteSizeLong’; did you mean ‘ByteSize’?
   
   It looks like your protobuf dependency is wrong. The latest C++ client depends on protobuf 3, which has the `ByteSizeLong` method, not `ByteSize`.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org