At 10:12 am -0700 21/7/04, Chris Nandor wrote:
Can you give the complete error message? My brain reminds me you don't like to use the CPAN shell, which means you might not have all the modules installed, which means that you likely got an error about which module was not installed before you got the error about VERSION, which means my time is being wasted.
I don't know what makes your brain remind you of any such thing. I normally use the CPAN shell and was doing so in this instance. Here is the error. It looks to me as if Mac::AppleEvents may not be a prerequisite in your install file?
# Tried to use 'Mac::Glue'.
# Error: Can't locate Mac/AppleEvents/Simple.pm in @INC (@INC contains: /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib /Users/jd/.cpan/build/Mac-Glue-1.21/blib/arch /sw/lib/perl5 /sw/lib/perl5/darwin /usr/local/lib/perl5/5.8.3/darwin-2level /usr/local/lib/perl5/5.8.3/darwin-2level /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/darwin-2level /usr/local/lib/perl5/site_perl/5.8.3/darwin-2level /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/darwin-2level /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl . /usr/local/lib/perl5/5.8.3/darwin-2level /usr/local/lib/perl5/5.8.3 /usr/local/lib/perl5/site_perl/5.8.3/darwin-2level /usr/local/lib/perl5/site_perl/5.8.3 /usr/local/lib/perl5/site_perl .) at /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib/Mac/AETE/App.pm line 117.
# BEGIN failed--compilation aborted at /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib/Mac/AETE/App.pm line 117.
# Compilation failed in require at /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib/Mac/Glue/Common.pm line 22.
# BEGIN failed--compilation aborted at /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib/Mac/Glue/Common.pm line 22.
# Compilation failed in require at /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib/Mac/Glue.pm line 7.
# BEGIN failed--compilation aborted at /Users/jd/.cpan/build/Mac-Glue-1.21/blib/lib/Mac/Glue.pm line 7.
# Compilation failed in require at (eval 1) line 2.
Mac::Glue does not define $Mac::Glue::VERSION--version check failed at t/glue.t line 11.
BEGIN failed--compilation aborted at t/glue.t line 11.
# Looks like you planned 2 tests but only ran 1.
# Looks like your test died just after 1.
t/glue....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/pod.....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/glue.t 255 65280 2 3 150.00% 1-2
Failed 1/2 test scripts, 50.00% okay. 2/10 subtests failed, 80.00% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force