**** ERROR **** PerlObjCBridge: convertPerlToObjC(): Referen
Posted: Wed Sep 28, 2005 2:44 am
I'm trying to install the Growl 0.7.2 on Mac OS X 10.4.2 and X-Chat Aqua Perl extra and when I go to install Mac::Growl when I do "sudo make test" I get the following error:
Anyone else running into this?
What's the fix?
Growl works in the OS X GUI, but it seems the Perl setup won't work on my machine for some reason.
Code: Select all
[adam:Bindings/perl/Mac-Growl] adamt% sudo make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Mac-Growl....ok 1/11**** ERROR **** PerlObjCBridge: convertPerlToObjC(): Referenced thingy not blessed
**** ERROR **** PerlObjCBridge: convertArg() for index 2: convertPerlToObjC() failed
**** ERROR **** PerlObjCBridge: sendObjcMessage: Error converting argument 1 for message "iconForFile:"
**** ERROR **** PerlObjCBridge: error sending message iconForFile: at /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level/PerlObjCBridge.pm line 230, <DATA> line 1.
# Looks like you planned 11 tests but only ran 1.
# Looks like your test died just after 1.
t/Mac-Growl....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-11
Failed 10/11 tests, 9.09% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/Mac-Growl.t 255 65280 11 20 181.82% 2-11
Failed 1/1 test scripts, 0.00% okay. 10/11 subtests failed, 9.09% okay.
make: *** [test_dynamic] Error 2
What's the fix?
Growl works in the OS X GUI, but it seems the Perl setup won't work on my machine for some reason.