On Thu, 2016-11-24 at 20:26 +0100, Ulf Lilleengen wrote:
> On 24. nov. 2016 14:34, Alex Kritikos wrote:
> > 
> > hello all,
> > 
> > i am interested in finding out more about the status of the Go
> > client, specifically level of completeness and whether it can be
> > installed as
> > 
> > go get qpid.apache.org/amqp
> > # qpid.apache.org/amqp
> > GOPATH/src/qpid.apache.org/amqp/error.go:22:11: fatal error:
> > 'proton/error.h' file not found
> >  #include <proton/error.h>
> >           ^
> > 1 error generated.
> > 
> 
> I just tried the go bindings for the first time today, and I think
> you 
> need to have the proton c library installed. At least it works for
> me 
> when I have the 'qpid-proton-c-devel' package installed (on fedora).

That is correct, you need to have the qpid-proton-c libraries
installed, either from packages or from source at
qpid.apache.org/proton. The 'go get' code should work with proton
version 0.10 and higher. 

Please mail me, or this list, or raise an issue at issues.apache.org if
you have trouble. The Go library is relatively new but should be ready
to use, and I am keen to get feedback on improvements or issues to fix.

> 
> > 
> > 
> > Is there a plan to address it?
> > 
> > Alex
> > 
> > 
> > -----------------------------------------------------------------
> > ----
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> > 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to