gnupic: Pista 0.30a released


Previous by date: 4 Mar 2004 09:09:53 -0000 Re: Pista 0.30a released, Scott Dattalo
Next by date: 4 Mar 2004 09:09:53 -0000 Re: Compiling gpasm, Craig Franklin
Previous in thread: 4 Mar 2004 09:09:53 -0000 Re: Pista 0.30a released, Scott Dattalo
Next in thread:

Subject: Re: Pista 0.30a released
From: "Gabor Kiss [Bitman]" ####@####.####
Date: 4 Mar 2004 09:09:53 -0000
Message-Id: <Pine.LNX.4.44.0403040908510.28670-100000@nelson.cdata.hu>

Hi, Scott!

> > http://gatling.ikk.sztaki.hu/~kissg/pd/pista/pista.html
> > ftp://gatling.ikk.sztaki.hu/pub/pic/pista/
>
> When I try to run pista I get this error:
>
> Can't locate Pista/Object/Buffer.pm in @INC (@INC contains:
> /usr/local/bin/../lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
> /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
> /usr/lib/perl5/site_perl .) at /usr/local/bin/pista line 40.

Ooops! I forgot to check new instalation system after the N-th
modification.

Please apply this patch:

--- pista.bad   Thu Mar  4 09:10:18 2004
+++ pista       Thu Mar  4 09:11:06 2004
@@ -31,7 +31,7 @@
 no warnings qw(uninitialized);

 use FindBin;
-use lib "$FindBin::Bin/../lib";
+use lib "$FindBin::Bin/../lib/pista";

 use Term::ReadLine;
 use Text::ParseWords;

I fix this problem today and I release 0.31a

Thanks for the bug report.

> Can't locate object method "AddHistory" via package "Term::ReadLine::Stub"
> at /usr/local/bin/pista line 79.
>
> So I guess I don't have the Perl Readline library installed. How does one

Default PERL distribution contains a basic Term::ReadLine package
that can be overridden transparently with Term::ReadLine::Gnu.

> do this? In a vain attempt, I tried copying this:
>
>  http://search.cpan.org/~hayashi/Term-ReadLine-Gnu-1.14/Gnu.pm
>
> to the pista perl module directory. If that would have worked, I doubt I'd
> be writing this e-mail. How do you install the readline module?

You need Term-ReadLine-Gnu-1.14.tar.gz.
Installation instructions are inside.
(It is quite easy:
	perl Makefile.PL
	make
	make test
	make install
)


However next Pista release will care if Term::ReadLine::Gnu is
installed or not.

Thanks again.

Gabor


Previous by date: 4 Mar 2004 09:09:53 -0000 Re: Pista 0.30a released, Scott Dattalo
Next by date: 4 Mar 2004 09:09:53 -0000 Re: Compiling gpasm, Craig Franklin
Previous in thread: 4 Mar 2004 09:09:53 -0000 Re: Pista 0.30a released, Scott Dattalo
Next in thread:


Powered by ezmlm-browse 0.20.