You're correct, I didn't see your reply on the thread.

Thank you for the suggestion.  I'll have a look at go-amqp

-Paul

On Tue, Jul 5, 2022 at 9:46 AM Robbie Gemmell <robbie.gemm...@gmail.com>
wrote:

> Seems likely you didnt look at https://qpid.apache.org/discussion.html
> and so also didnt check the list for responses. You can see my reply
> on the thread at:
> https://lists.apache.org/thread/y91lt00p2btjfszb3ylv3x1lqkvx8t3w
>
> On Tue, 5 Jul 2022 at 15:10, Paul Larsen <paul.r.lar...@gmail.com> wrote:
> >
> > As a follow-up:
> >
> > I downloaded the previous commit of the Proton package for Go, and I can
> > now compile the code.
> > I'm not sure if there is a bug in the latest commit or if my environment
> is
> > not set up properly.
> >
> > -Paul
> >
> > On Mon, Jul 4, 2022 at 9:07 AM Paul Larsen <paul.r.lar...@gmail.com>
> wrote:
> >
> > > Hello,
> > >
> > > I'm trying to experiment with the Electron package for Golang to
> > > potentially migrate my messaging app away from C++.
> > >
> > > I'm currently working in Rocky Linux with 1.17.  Creating a simple
> program
> > > fails with the following error message:
> > > # github.com/apache/qpid-proton/go/pkg/proton
> > > ../../go/pkg/mod/
> > >
> github.com/apache/qpid-proton@v0.0.0-20220624173714-c33f1abc1793/go/pkg/proton/wrappers.go:129:9
> :
> > > could not determine kind of name for C.pn_tostring
> > >
> > > Here is the sample code -
> > >
> > > package main
> > >
> > > import (
> > > "fmt"
> > >
> > > "github.com/apache/qpid-proton/go/pkg/electron"
> > > )
> > >
> > > func main() {
> > > cntr := electron.NewContainer("test")
> > > fmt.Println(cntr.Id())
> > > }
> > >
> > > Any help would be appreciated!
> > >
> > > Thank you,
> > >
> > > Paul Larsen
> > >
>

Reply via email to