[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-05-14 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-629018141 @JoseFMP The issue belongs to the cgo client, it belongs to the warning log and will not affect normal use. I will close this issue, if there is any problem, please ping

[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-05-05 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-624408452 > @wolfstudy Could we fix this? This is misleading. This is a problem with the cgo client. Do we need to continue maintenance?

[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-04-27 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-620087896 > @wolfstudy I installed the libraries. Seems correct but now I get another build error. I updated the bug description. They are just some warning logs, in fact,

[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-04-27 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-620085461 > Thank you, I am going to look at it and see if I can build and that was the issue. If possible, you can use the native go client to instead cgo client. As docs

[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-04-27 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-620083839 > Another thing I am thinking, wouldn't it be better to offer the Go client with those binaries already built? Yes, for different versions, we have provided the

[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-04-25 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-619390908 > Actual behavior > An error appears when trying to build the client: > > ``` > ./c_go_pulsar.h:22:10: fatal error: pulsar/c/client.h: No such file or

[GitHub] [pulsar-client-go] wolfstudy commented on issue #234: Cannot build the project

2020-04-25 Thread GitBox
wolfstudy commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-619390621 Thanks @JoseFMP feedback. Currently, you are building a cgo version of pulsar-client-go, this repo is a native go client. And the repo [Goal](Currently, you are building a