On Mon, 2007-10-15 at 15:36 +0100, [EMAIL PROTECTED] wrote: > Output from '/Users/david/cpantesting/perl-5.9.5/bin/perl5.9.5 Makefile.PL': > > Can't locate ExtUtils/Depends.pm in @INC (@INC contains: /sw/lib/perl5 > /sw/lib/perl5/darwin > /Users/david/cpantesting/perl-5.9.5/lib/5.9.5/darwin-2level > /Users/david/cpantesting/perl-5.9.5/lib/5.9.5 > /Users/david/cpantesting/perl-5.9.5/lib/site_perl/5.9.5/darwin-2level > /Users/david/cpantesting/perl-5.9.5/lib/site_perl/5.9.5 .) at (eval 4) line 1. > BEGIN failed--compilation aborted at (eval 4) line 1. > > MakeMaker FATAL: prerequisites not found. > ExtUtils::Depends not installed > ExtUtils::PkgConfig not installed
You need ExtUtils::Depends and ExtUtils::PkgConfig to use Glib. The Makefile.PL tries hard to convince CPAN/CPANPLUS to install them automatically, but apparently CPANPLUS doesn't want to listen. -- Bye, -Torsten
