Skip Menu |

This queue is for tickets about the MQSeries CPAN distribution.

Report information
The Basics
Id: 78275
Status: open
Priority: 0/
Queue: MQSeries

People
Owner: MQSERIES [...] cpan.org
Requestors: abhishek.banginwar [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: loads of compilation error and use of 64 bit variables on 32bit machine
Date: Mon, 9 Jul 2012 22:36:56 +0800
To: bug-MQSeries [...] rt.cpan.org
From: Abhishek Banginwar <abhishek.banginwar [...] gmail.com>

Message body is not shown because it is too large.

Message body is not shown because it is too large.

your compilation errors start with cmqc.h and get worse from there. please fix those errors first before looking for problems in the MQSeries package.
Subject: Re: [rt.cpan.org #78275] loads of compilation error and use of 64 bit variables on 32bit machine
Date: Tue, 10 Jul 2012 10:14:26 +0800
To: bug-MQSeries [...] rt.cpan.org
From: Abhishek Banginwar <abhishek.banginwar [...] gmail.com>
Hi, the MQSeries package worked perfectly on my activestate perl however it is not working on strawberry release. All of the rest setup is same. On Mon, Jul 9, 2012 at 11:34 PM, MQ Enginnering Group via RT < bug-MQSeries@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > your compilation errors start with cmqc.h and get worse from there. > please fix those errors first before looking for problems in the > MQSeries package. >
-- Abhishek
Subject: Re: [rt.cpan.org #78275] loads of compilation error and use of 64 bit variables on 32bit machine
Date: Mon, 9 Jul 2012 22:32:11 -0400
To: Abhishek Banginwar via RT <bug-MQSeries [...] rt.cpan.org>
From: perl-mqseries [...] morganstanley.com
On Mon, Jul 09, 2012 at 10:14:37PM -0400, Abhishek Banginwar via RT wrote: Show quoted text
> Queue: MQSeries > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > Hi, > > the MQSeries package worked perfectly on my activestate perl however it is > not working on strawberry release. All of the rest setup is same.
that may be, but until you can get the compiler to accept the mq header files, we don't have much to work with. we can help with the perl module itself, if you can get it that far, but not much with making the compiler work. sorry. Show quoted text
> On Mon, Jul 9, 2012 at 11:34 PM, MQ Enginnering Group via RT < > bug-MQSeries@rt.cpan.org> wrote: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > your compilation errors start with cmqc.h and get worse from there. > > please fix those errors first before looking for problems in the > > MQSeries package. > >
> > > > -- > Abhishek > >
Subject: Re: [rt.cpan.org #78275] loads of compilation error and use of 64 bit variables on 32bit machine
Date: Wed, 11 Jul 2012 21:32:29 +0800
To: bug-MQSeries [...] rt.cpan.org
From: Abhishek Banginwar <abhishek.banginwar [...] gmail.com>
Hi, I made below changes to cmqc.h file. Replaced typedef _int64 MQINT64; typedef unsigned _int64 MQUINT64; with: typedef long long _int64; typedef unsigned long long _uint64; typedef _int64 MQINT64; typedef _uint64 MQUINT64; After making these changes MQSeries package installed correctly. thank you for quick response. On Tue, Jul 10, 2012 at 10:32 AM, Perl MQSeries Maintainers via RT < bug-MQSeries@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > On Mon, Jul 09, 2012 at 10:14:37PM -0400, Abhishek Banginwar via RT wrote:
> > Queue: MQSeries > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > Hi, > > > > the MQSeries package worked perfectly on my activestate perl however it
> is
> > not working on strawberry release. All of the rest setup is same.
> > that may be, but until you can get the compiler to accept the mq > header files, we don't have much to work with. we can help with the > perl module itself, if you can get it that far, but not much with > making the compiler work. > > sorry. >
> > On Mon, Jul 9, 2012 at 11:34 PM, MQ Enginnering Group via RT < > > bug-MQSeries@rt.cpan.org> wrote: > >
> > > <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > > > your compilation errors start with cmqc.h and get worse from there. > > > please fix those errors first before looking for problems in the > > > MQSeries package. > > >
> > > > > > > > -- > > Abhishek > > > >
> >
-- Abhishek
Subject: Re: [rt.cpan.org #78275] loads of compilation error and use of 64 bit variables on 32bit machine
Date: Wed, 11 Jul 2012 10:42:11 -0400
To: Abhishek Banginwar via RT <bug-MQSeries [...] rt.cpan.org>
From: perl-mqseries [...] morganstanley.com
On Wed, Jul 11, 2012 at 09:32:41AM -0400, Abhishek Banginwar via RT wrote: Show quoted text
> Queue: MQSeries > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > Hi, > > I made below changes to cmqc.h file. > Replaced > typedef _int64 MQINT64; > typedef unsigned _int64 MQUINT64; > with: > typedef long long _int64; > typedef unsigned long long _uint64; > typedef _int64 MQINT64; > typedef _uint64 MQUINT64; > After making these changes MQSeries package installed correctly. thank you > for quick response.
if that's the fix, you should probably raise this issue with your ibm support rep. do please let us know if the answer comes back as "you forgot to include a system header file before including mq header files". thanks. Show quoted text
> On Tue, Jul 10, 2012 at 10:32 AM, Perl MQSeries Maintainers via RT < > bug-MQSeries@rt.cpan.org> wrote: >
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > On Mon, Jul 09, 2012 at 10:14:37PM -0400, Abhishek Banginwar via RT wrote:
> > > Queue: MQSeries > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > > > Hi, > > > > > > the MQSeries package worked perfectly on my activestate perl however it
> > is
> > > not working on strawberry release. All of the rest setup is same.
> > > > that may be, but until you can get the compiler to accept the mq > > header files, we don't have much to work with. we can help with the > > perl module itself, if you can get it that far, but not much with > > making the compiler work. > > > > sorry. > >
> > > On Mon, Jul 9, 2012 at 11:34 PM, MQ Enginnering Group via RT < > > > bug-MQSeries@rt.cpan.org> wrote: > > >
> > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > > > > > your compilation errors start with cmqc.h and get worse from there. > > > > please fix those errors first before looking for problems in the > > > > MQSeries package. > > > >
> > > > > > > > > > > > -- > > > Abhishek > > > > > >
> > > >
> > > -- > Abhishek > >
Subject: Re: [rt.cpan.org #78275] loads of compilation error and use of 64 bit variables on 32bit machine
Date: Fri, 3 Aug 2012 16:40:51 +0800
To: bug-MQSeries [...] rt.cpan.org
From: Abhishek Banginwar <abhishek.banginwar [...] gmail.com>
I've tried raising this with IBM support but they came back saying perl is not supported as per service agreement. They asked me to resolve it on my own. On Jul 11, 2012 10:42 PM, "Perl MQSeries Maintainers via RT" < bug-MQSeries@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > On Wed, Jul 11, 2012 at 09:32:41AM -0400, Abhishek Banginwar via RT wrote:
> > Queue: MQSeries > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > Hi, > > > > I made below changes to cmqc.h file. > > Replaced > > typedef _int64 MQINT64; > > typedef unsigned _int64 MQUINT64; > > with: > > typedef long long _int64; > > typedef unsigned long long _uint64; > > typedef _int64 MQINT64; > > typedef _uint64 MQUINT64; > > After making these changes MQSeries package installed correctly. thank
> you
> > for quick response.
> > if that's the fix, you should probably raise this issue with your ibm > support rep. do please let us know if the answer comes back as "you > forgot to include a system header file before including mq header > files". > > thanks. >
> > On Tue, Jul 10, 2012 at 10:32 AM, Perl MQSeries Maintainers via RT < > > bug-MQSeries@rt.cpan.org> wrote: > >
> > > <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > > > On Mon, Jul 09, 2012 at 10:14:37PM -0400, Abhishek Banginwar via RT
> wrote:
> > > > Queue: MQSeries > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > > > > > Hi, > > > > > > > > the MQSeries package worked perfectly on my activestate perl however
> it
> > > is
> > > > not working on strawberry release. All of the rest setup is same.
> > > > > > that may be, but until you can get the compiler to accept the mq > > > header files, we don't have much to work with. we can help with the > > > perl module itself, if you can get it that far, but not much with > > > making the compiler work. > > > > > > sorry. > > >
> > > > On Mon, Jul 9, 2012 at 11:34 PM, MQ Enginnering Group via RT < > > > > bug-MQSeries@rt.cpan.org> wrote: > > > >
> > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=78275 > > > > > > > > > > > your compilation errors start with cmqc.h and get worse from there. > > > > > please fix those errors first before looking for problems in the > > > > > MQSeries package. > > > > >
> > > > > > > > > > > > > > > > -- > > > > Abhishek > > > > > > > >
> > > > > >
> > > > > > -- > > Abhishek > > > >
> >