Alan, I have upgraded my go to 1.5 and i dont see that error now.
Thanks, Ram On Fri, Nov 25, 2016 at 12:32 PM, Alan Conway <[email protected]> wrote: > On Fri, 2016-11-25 at 14:44 -0500, Alan Conway wrote: > > On Fri, 2016-11-25 at 11:15 -0800, rammohan ganapavarapu wrote: > > > > > > Alan, > > > > > > I have the same issue and raised a jira here " > > > https://issues.apache.org/jira/browse/PROTON-1356" did you get > > > chance > > > to > > > take a look? > > > > > > > Looking now, but not sure what is happening, > > I just committed a possible fix, the problem identifier is included via > a "shim" C header file in the go package. It's possible that older > versions of go deal with this differently (you are on 1.2, I'm on 1.6). > The shim is no longer needed so I removed it - please try again and let > me know if this fixes it. > > > I can't reproduce and I > > can't see any problem with the line that has the error. Can you add > > the > > output from: > > > > go version > > cc -v > > > > to the JIRA? > > > > > > > > Ram > > > > > > On Fri, Nov 25, 2016 at 11:02 AM, Alan Conway <[email protected]> > > > wrote: > > > > > > > > > > > > > > > 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] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > 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] > >
