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 2019/04/22 01:42:50 UTC

[GitHub] [pulsar] wolfstudy commented on issue #4095: go client use Ctype_int as type _C type_ulong

wolfstudy commented on issue #4095: go client use Ctype_int as type _C type_ulong
URL: https://github.com/apache/pulsar/issues/4095#issuecomment-485300236
 
 
   Hello, this problem seems to be that `pulsar-client-cpp` is not built successfully. Currently `pulsar-client-go` runs on `pulsar-client-cpp`, you can try the following command:
   
   ```
   git clone git@github.com:apache/pulsar.git
   cd apache/pulsar/pulsar-client-cpp
   cmake .
   make 
   make install
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services