[EMAIL PROTECTED] wrote: > [...] > -- > This is an error report generated automatically by CPANPLUS. > Below is the error stack during 'make test': > > PERL_DL_NONLAZY=1 /usr/local/perl/bin/perl -Iblib/arch -Iblib/lib >-I/usr/local/perl/lib/5.6.1/sun4-solaris -I/usr/local/perl/lib/5.6.1 test.pl > Can't locate Gtk.pm in @INC (@INC contains: ./ blib/arch blib/lib [...] Hi,
Have you installed the Gtk-Perl bindings? This error normally means that the Gtk.pm module has not been installed or your @INC is wrong. What did the 'perl Makefile.PL' report? It should have told you to download Gtk-Perl (at least version 0.7000) from CPAN. (also in README) I reckon that if you continue with 'make test' regardless of errors output in the 'perl Makefile.PL' run you will get this message. Get back to me if this is not the reason. Regards, Dermot.
