Hello, this question looks like you have not successfully built `pulsar-client-cpp`, you can exec:
``` # cd /apache/pulsar/pulsar-client-cpp # cmake . # make # make install ``` On 2019/04/17 20:52:09, Ramesh Bobba <[email protected]> wrote: > Hi,> > > When compiling the provided client code, I am getting the following error. Can someone help?> > > vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/c_message.go:91:63 :<http://github.com/apache/pulsar/pulsar-client-go/pulsar/c_message.go:91:63:> cannot use size (type _Ctype_int) as type _Ctype_ulong in> > assignment> > > Thanks,> > Ramesh.> >
