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/03/12 07:07:29 UTC

[GitHub] [pulsar] wolfstudy opened a new issue #3802: [go client] cannot use size (type _Ctype_int) as type _Ctype_ulong

wolfstudy opened a new issue #3802: [go client] cannot use size (type _Ctype_int) as type _Ctype_ulong
URL: https://github.com/apache/pulsar/issues/3802
 
 
   **Describe the bug**
   
   ```
   # github.com/apache/pulsar/pulsar-client-go/pulsar
   ../../pulsar/c_message.go:91:213: cannot use size (type _Ctype_int) as type _Ctype_ulong in argument to func literal
   ```
   
   **To Reproduce**
   Steps to reproduce the behavior:
   ```
   1. git clone git@github.com:apache/pulsar.git
   2. cd apache/pulsar/pulsar-client-cpp
   3. cmake .
   4. make
   5. make install
   6. cd ../pulsar-client-go
   7. go build -o main producer.go
   ```
   **Expected behavior**
   
   build success
   
   **Desktop (please complete the following information):**
    - OS: MAC OS
    - go: go 1.11.4
   

----------------------------------------------------------------
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