-----Oorspronkelijk bericht-----
Van: Creager, Robert S [mailto:[EMAIL PROTECTED]]
Verzonden: zaterdag 13 april 2002 1:15
Aan: 'Hans Dijkema'
Onderwerp: RE: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8



In Wizard.pm, line 250 or so:

   $displen=$self->{COLS}-$promptlen-3;     # see increment of promptlen
below

my $why = $self->{COLS};
$self->at(22,0)->puts("4 $displen $promptlen $why");
confess if $displen < 0;

Produces:

4 -33 30 0 at blib/lib/Term/Screen/Wizard.pm line 253

So, COLS is 0...

> -----Original Message-----
> From: Hans Dijkema [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 4:55 PM
> To: Creager, Robert S
> Subject: RE: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8
> 
> 
> Maybe you can put the following just before line 235 in the
> ReadLine.pm module:
> 
>    my $a=$L-$displaylen;
>    my $ll=length $line;
>    at(22,0)->puts("$line - $ll - $a - $L - $displaylen");
> 
> And then call the wizard.
> 
> Thanks in advance,
> Hans
> 
> 
> -----Oorspronkelijk bericht-----
> Van: Creager, Robert S [mailto:[EMAIL PROTECTED]]
> Verzonden: zaterdag 13 april 2002 0:39
> Aan: 'Hans Dijkema'
> Onderwerp: RE: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8
> 
> 
> 
> Unfortunatly, I cannot help you there.  I will poke around 
> some more to see
> if I can figure out where the bad values are comming from.  
> No promises
> though ;-)
> 
> Rob
> 
> > -----Original Message-----
> > From: Hans Dijkema [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, April 12, 2002 4:23 PM
> > To: Creager, Robert S
> > Subject: RE: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8
> > 
> > 
> > Looks like I'm not going to solve this without an account
> > on some sun solaris system...
> > 
> > 
> > 
> > -----Oorspronkelijk bericht-----
> > Van: Creager, Robert S [mailto:[EMAIL PROTECTED]]
> > Verzonden: vrijdag 12 april 2002 23:16
> > Aan: 'Hans Dijkema'
> > Onderwerp: RE: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8
> > 
> > 
> > 
> > Yes, they did.
> > 
> > > -----Original Message-----
> > > From: Hans Dijkema [mailto:[EMAIL PROTECTED]]
> > > Sent: Friday, April 12, 2002 12:53 PM
> > > To: Maurice Makaay; Hans Dijkema
> > > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > > Subject: RE: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8
> > > 
> > > 
> > > Hmm,
> > > 
> > > Did the tests on Screen::ReadLine all go well?
> > > 
> > > 
> > > 
> > > -----Oorspronkelijk bericht-----
> > > Van: Maurice Makaay [mailto:[EMAIL PROTECTED]]
> > > Verzonden: vrijdag 12 april 2002 10:53
> > > Aan: Hans Dijkema
> > > CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > > Onderwerp: Re: FAIL Term-Screen-Wizard-0.52 sun4-solaris 2.8
> > > 
> > > 
> > > Hi,
> > > 
> > > > Uhm, what dit you do? I've got a cygwin installation here
> > > > and an AIX installation at my work, I don't no how to
> > > > reproduce your error.
> > > 
> > > It might be solaris specific. I also tried it on my 
> Solaris box and
> > > it produced the same problem. Also Term::Screen and Term::ReadLine
> > > dependencies might be missing from Makefile.PL, because the CPAN
> > > module did not automatically follow these. I do not know what
> > > causes these troubles, but they surely seem to exist on solaris.
> > > 
> > > Bye,
> > > 
> > > Maurice Makaay
> > > 
> > 
> 

Reply via email to