Re: Openwire C client issue

2006-04-14 Thread Hiram Chirino
Most of the effort has been focused on the C++ impl lately.  :(

On 4/13/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote:
> Hi Hiram,
>
> Is any one maintaining working copy of that code now? I tried to add that
> command type in the header that didn't worked either.
>
> Thanks!
>
> Vik
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram
> Chirino
> Sent: Thursday, April 13, 2006 1:09 PM
> To: [email protected]
> Subject: Re: Openwire C client issue
>
> looks like some new command types were added but we forgot to add them
> to the header file that defines the id of command types.
>
> On 4/13/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote:
> > Hi Hiram,
> >
> > I saw that it was your initiative to write the openwire C client. For the
> > following issue I was kind of hoping a direction. I am not sure if you
> > delegated this responsibility to some other team member.
> >
> > I will really appreciate if I can get a help in understanding what is
> > happening in this code.
> >
> > Thanks!
> >
> > Vik
> > -Original Message-
> > From: vik Dhawan [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, April 12, 2006 1:36 AM
> > To: [email protected]
> > Subject: Openwire C client issue
> >
> >
> > Hi,
> >
> > When i am trying to build Openwire C client i am getting following errors
> in
> > ow_commands_v1.c.
> >
> > CC  -mt -D_REENTRANT -DNO_SSL -DSAPI_LINUX -DOS_LINUX_2_2 -DEFX -DLINUX
> > -D_GNU_SOURCE -DADDR_SRV -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
> > -DHTREE -I../libactivemq -I../libopenwire -I/usr/local/apr/include/apr-1
> > -L/usr/local/apr/lib-c -o ow_commands_v1.o
> > ../libopenwire/ow_commands_v1.c
> > "../libopenwire/ow_commands_v1.c", line 416: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 416: Error: An integer constant
> > expression is required for a case label.
> > "../libopenwire/ow_commands_v1.c", line 1580: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 1580: Error: An integer constant
> > expression is required for a case label.
> > "../libopenwire/ow_commands_v1.c", line 1591: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 2533: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 2533: Error: An integer constant
> > expression is required for a case label.
> > "../libopenwire/ow_commands_v1.c", line 2533: Error: Case label defined
> > twice.
> > "../libopenwire/ow_commands_v1.c", line 2586: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 2586: Error: An integer constant
> > expression is required for a case label.
> > "../libopenwire/ow_commands_v1.c", line 2586: Error: Case label defined
> > twice.
> > "../libopenwire/ow_commands_v1.c", line 2639: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 2639: Error: An integer constant
> > expression is required for a case label.
> > "../libopenwire/ow_commands_v1.c", line 2639: Error: Case label defined
> > twice.
> > "../libopenwire/ow_commands_v1.c", line 2692: Error: OW_FLUSHCOMMAND_TYPE
> is
> > not defined.
> > "../libopenwire/ow_commands_v1.c", line 2692: Error: An integer constant
> > expression is required for a case label.
> > "../libopenwire/ow_commands_v1.c", line 2692: Error: Case label defined
> > twice.
> >
> >
> > Any insight
> >
> > Thanks!
> >
> > --
> > View this message in context:
> > http://www.nabble.com/Openwire-C-client-issue-t1436230.html#a3875953
> > Sent from the ActiveMQ - Dev forum at Nabble.com.
> >
>
>
> --
> Regards,
> Hiram
>


--
Regards,
Hiram


RE: Openwire C client issue

2006-04-13 Thread Dhawan, Vikram (LNG-DAY)
Hi Hiram, 

Is any one maintaining working copy of that code now? I tried to add that
command type in the header that didn't worked either.

Thanks!

Vik

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram
Chirino
Sent: Thursday, April 13, 2006 1:09 PM
To: [email protected]
Subject: Re: Openwire C client issue

looks like some new command types were added but we forgot to add them
to the header file that defines the id of command types.

On 4/13/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote:
> Hi Hiram,
>
> I saw that it was your initiative to write the openwire C client. For the
> following issue I was kind of hoping a direction. I am not sure if you
> delegated this responsibility to some other team member.
>
> I will really appreciate if I can get a help in understanding what is
> happening in this code.
>
> Thanks!
>
> Vik
> -Original Message-
> From: vik Dhawan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 12, 2006 1:36 AM
> To: [email protected]
> Subject: Openwire C client issue
>
>
> Hi,
>
> When i am trying to build Openwire C client i am getting following errors
in
> ow_commands_v1.c.
>
> CC  -mt -D_REENTRANT -DNO_SSL -DSAPI_LINUX -DOS_LINUX_2_2 -DEFX -DLINUX
> -D_GNU_SOURCE -DADDR_SRV -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
> -DHTREE -I../libactivemq -I../libopenwire -I/usr/local/apr/include/apr-1
> -L/usr/local/apr/lib-c -o ow_commands_v1.o
> ../libopenwire/ow_commands_v1.c
> "../libopenwire/ow_commands_v1.c", line 416: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 416: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 1580: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 1580: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 1591: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2533: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2533: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2533: Error: Case label defined
> twice.
> "../libopenwire/ow_commands_v1.c", line 2586: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2586: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2586: Error: Case label defined
> twice.
> "../libopenwire/ow_commands_v1.c", line 2639: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2639: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2639: Error: Case label defined
> twice.
> "../libopenwire/ow_commands_v1.c", line 2692: Error: OW_FLUSHCOMMAND_TYPE
is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2692: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2692: Error: Case label defined
> twice.
>
>
> Any insight
>
> Thanks!
>
> --
> View this message in context:
> http://www.nabble.com/Openwire-C-client-issue-t1436230.html#a3875953
> Sent from the ActiveMQ - Dev forum at Nabble.com.
>


--
Regards,
Hiram


Re: Openwire C client issue

2006-04-13 Thread Hiram Chirino
looks like some new command types were added but we forgot to add them
to the header file that defines the id of command types.

On 4/13/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote:
> Hi Hiram,
>
> I saw that it was your initiative to write the openwire C client. For the
> following issue I was kind of hoping a direction. I am not sure if you
> delegated this responsibility to some other team member.
>
> I will really appreciate if I can get a help in understanding what is
> happening in this code.
>
> Thanks!
>
> Vik
> -Original Message-
> From: vik Dhawan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 12, 2006 1:36 AM
> To: [email protected]
> Subject: Openwire C client issue
>
>
> Hi,
>
> When i am trying to build Openwire C client i am getting following errors in
> ow_commands_v1.c.
>
> CC  -mt -D_REENTRANT -DNO_SSL -DSAPI_LINUX -DOS_LINUX_2_2 -DEFX -DLINUX
> -D_GNU_SOURCE -DADDR_SRV -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
> -DHTREE -I../libactivemq -I../libopenwire -I/usr/local/apr/include/apr-1
> -L/usr/local/apr/lib-c -o ow_commands_v1.o
> ../libopenwire/ow_commands_v1.c
> "../libopenwire/ow_commands_v1.c", line 416: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 416: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 1580: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 1580: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 1591: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2533: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2533: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2533: Error: Case label defined
> twice.
> "../libopenwire/ow_commands_v1.c", line 2586: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2586: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2586: Error: Case label defined
> twice.
> "../libopenwire/ow_commands_v1.c", line 2639: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2639: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2639: Error: Case label defined
> twice.
> "../libopenwire/ow_commands_v1.c", line 2692: Error: OW_FLUSHCOMMAND_TYPE is
> not defined.
> "../libopenwire/ow_commands_v1.c", line 2692: Error: An integer constant
> expression is required for a case label.
> "../libopenwire/ow_commands_v1.c", line 2692: Error: Case label defined
> twice.
>
>
> Any insight
>
> Thanks!
>
> --
> View this message in context:
> http://www.nabble.com/Openwire-C-client-issue-t1436230.html#a3875953
> Sent from the ActiveMQ - Dev forum at Nabble.com.
>


--
Regards,
Hiram