RE: XML::Parser isn't working on OX 10.3.2

2004-02-05 Thread Noah Hoffman
Hi Ken, It appears the problem was with the version of gcc (the C compiler). We installed XCode which upgraded gcc from version 3.x to 3.3, now XML::Parser installs and works fine. -Noah -Original Message- From: Ken Williams To: Noah Hoffman Cc: '[EMAIL PROTECTED]&#

XML::Parser isn't working on OX 10.3.2

2004-02-03 Thread Noah Hoffman
Hello, I've just upgraded our build machines from 10.2.8 to 10.3.2 and now all of my perl scripts are broken. It seems XML::Parser is the culprit, I'm gettting an error of: "Can't load '/usr/local/lib/libExpant.dylib' formodule XML::Parser::Expat: /usr/local/lib/libexpat.dylib(2): Not a

Problem with ditto?

2002-08-09 Thread Noah Hoffman
I'm using a system call to "ditto -rsrc '$source' '$target'" to do copying through my perl file to preserve resource forks and file permissions. It works great until I copy files to a Network NT server. Here's what I get. ditto -rsrc '/Volumes/Builds/Installers/Dreamweaver/_Installer_Output

Got it! Launching a Perl file with Cron on OS X?

2002-08-09 Thread Noah Hoffman
Thanks again to everyone for all their help with this problem! I spent quite a bit of time trying to get cron working properly on OS X so I thought I'd share my final solution with everyone and some of the problems I encountered along the way. Sorry if some of this is obvious to folks. I'd

RE: Launching a Perl file with Cron on OS X?

2002-08-08 Thread Noah Hoffman
amp; /var/log/development.err # Or >> to append rather than replace Then, you'd use % tail -f /var/log/development.log to watch its progress. The benefit of this is that you're not chained to 'having the gui running' as you would be if you were using open or some other te

RE: Launching a Perl file with Cron on OS X?

2002-08-08 Thread Noah Hoffman
I wasn't root, but the crontab line is as follows: 16 12 * * * root open Volumes/Builds/Development/perl.pl.command Any thoughts? Thanks, Noah -Original Message- From: Morbus Iff [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 11:37 AM To: Noah Hoffman; 'Ri