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/01/11 07:56:29 UTC

[GitHub] JesusIslam opened a new issue #3359: Failed to build Golang client.

JesusIslam opened a new issue #3359: Failed to build Golang client.
URL: https://github.com/apache/pulsar/issues/3359
 
 
   **Describe the bug**
   Failed to build Golang client, returning an error.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Use Go v1.11.4
   2. Use `go mod init`
   3. `go build`
   
   **Expected behavior**
   Building my program should work without error
   
   **Screenshots**
   
   
   **Desktop (please complete the following information):**
    - OS: macOS Mojave 10.14.3
   
   **Additional context**
   The output of the build:
   ```
   In file included from ../../../../../go/pkg/mod/github.com/apache/incubator-pulsar@v2.2.1+incompatible/pulsar-client-go/pulsar/c_client.go:24:
   ./c_go_pulsar.h:22:10: fatal error: 'pulsar/c/client.h' file not found
   #include <pulsar/c/client.h>
            ^~~~~~~~~~~~~~~~~~~
   1 error generated.
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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