Mac-Growl

2004-11-09 Thread Alex Robinson
I'm trying to install the binding for Growl, Mac-Growl. But failing, obviously. [solidgoldpig:~/Desktop/GrowlPerlBindings/Mac-Growl] alexr% make test PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/Mac-GrowlNOK 1# Failed test

Perl/Tk ???

2004-11-09 Thread Robert
Does Tk work under OSX? I moved from the Windows world and was hoping I didn't have to leave that nicety behind. Robert

Re: Perl/Tk ???

2004-11-09 Thread Brian Dimeler
Yes, but it requires a running X window server, and it's butt, butt ugly set against the Aqua interface. If that's a problem for you, there's a project called Tiles which claims to have implemented Tk with an Aqua interface, but I'm not sure if it would work with Perl/Tk. Robert wrote: Does

Re: Mac-Growl

2004-11-09 Thread Sherm Pendley
On Nov 9, 2004, at 11:08 AM, Alex Robinson wrote: It looks like my CamelBones-installed perl is preventing /Library/Perl/5.8.1/darwin-thread-multi-2level/Foundation.pm from being seen (I guess that's what Mac-Growl is looking for) How can I go about getting around this problem? Add

Re: Perl/Tk ???

2004-11-09 Thread Chris Devers
On Tue, 9 Nov 2004, Robert wrote: Does Tk work under OSX? I moved from the Windows world and was hoping I didn't have to leave that nicety behind. As noted by another poster, you can always use the X11 version, but there's also a native-Aqua version that works fairly well:

Re: Perl/Tk ???

2004-11-09 Thread Robert
I guess I can look into CamelBones (Cocoa bridge) for the gui portion of my scripts. Robert Brian Dimeler [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Yes, but it requires a running X window server, and it's butt, butt ugly set against the Aqua interface. If that's a problem for

MOD_PERL and OSX

2004-11-09 Thread Mark S Lowe
It would seem after many attempts to get anything of any level of complexity running in mod_perl under OSX, that perhaps it can¹t be done. I have libraries that work fine in the normal cgi-bin, but constantly produce 500 server errors when running from my mod_perl mod-cgi bin. I can get little

Re: MOD_PERL and OSX

2004-11-09 Thread Ian Ragsdale
My guess is that you have a version mismatch between mod_perl and perl. Ian On Nov 9, 2004, at 4:59 PM, Mark S Lowe wrote: It would seem after many attempts to get anything of any level of complexity running in mod_perl under OSX, that perhaps it cant be done. I have libraries that work fine in

Re: MOD_PERL and OSX

2004-11-09 Thread Chris Devers
On Tue, 9 Nov 2004, Mark S Lowe wrote: It would seem after many attempts to get anything of any level of complexity running in mod_perl under OSX, that perhaps it can¹t be done. I have libraries that work fine in the normal cgi-bin, but constantly produce 500 server errors when running