Skip Menu |

This queue is for tickets about the Term-Size CPAN distribution.

Report information
The Basics
Id: 11539
Status: resolved
Priority: 0/
Queue: Term-Size

People
Owner: Nobody in particular
Requestors: jydawg [...] xs4all.nl
Cc:
AdminCc:

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



Subject: AIX compatibility
I tried to compile the module on an AIX 5.2 system, however the termios.h file is not in the same place as on most unix systems. If you change Size.c: from 18 #include <termios.h> to 18 #ifdef _AIX 19 #include <termios.h> 20 #else 21 #include <sys/termios.h> 22 #endif it should work.
From: ferreira [...] cpan.org
Hi, I introduced your suggestion to Term-Size 0.202 distribution. Would you be so kind to tell me if it works (in case you have available an AIX machine where you can test it)? It should be available at this URL http://search.cpan.org/~ferreira/Term-Size-0.202/ in a few minutes (after PAUSE makes up its work). Adriano Ferreira (candidate for maintainership of Term::Size) On Thu Feb 17 05:35:07 2005, guest wrote: Show quoted text
> I tried to compile the module on an AIX 5.2 system, however the > termios.h file is not in the same place as on most unix systems. If > you change Size.c: > from > 18 #include <termios.h> > > to > 18 #ifdef _AIX > 19 #include <termios.h> > 20 #else > 21 #include <sys/termios.h> > 22 #endif > > it should work.
Subject: Re: [rt.cpan.org #11539] AIX compatibility
Date: Fri, 19 May 2006 21:52:19 +0200 (CEST)
To: bug-Term-Size [...] rt.cpan.org
From: "John van Zantvoort" <jydawg [...] xs4all.nl>
Adriano, It's been a while since I had access to an AIX box, I'll see if I can next week. best regards, John Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=11539 > > > > Hi, > I introduced your suggestion to Term-Size 0.202 distribution. Would you > be so kind to tell me if it works (in case you have available an AIX > machine where you can test it)? > > It should be available at this URL > http://search.cpan.org/~ferreira/Term-Size-0.202/ > in a few minutes (after PAUSE makes up its work). > > Adriano Ferreira (candidate for maintainership of Term::Size) > > On Thu Feb 17 05:35:07 2005, guest wrote:
>> I tried to compile the module on an AIX 5.2 system, however the >> termios.h file is not in the same place as on most unix systems. If >> you change Size.c: >> from >> 18 #include <termios.h> >> >> to >> 18 #ifdef _AIX >> 19 #include <termios.h> >> 20 #else >> 21 #include <sys/termios.h> >> 22 #endif >> >> it should work.
> > > > >