[Installing Tk804.027]

2004-06-02 Thread guillaume meurice
Hi all, I'm trying to instal perl Tk804.027 on mac os x 10.3.4. The current perl version is perl, v5.8.1-RC3. Here is the probleme I encounter: t/regexp.ok 21/21# Looks like you failed 2 tests of 21. t/regexp

Re: n00b needs help with file arguments

2004-06-02 Thread Wiggins d Anconia
> I think you are missing the point. If a beginner knew the *right* > place to find information, he would not be a beginner. > It takes more than knowing where to look to not be a beginner. I generally know where to look and compared to many on this list and others I am definitely very much a be

Re: n00b needs help with file arguments

2004-06-02 Thread Ian Ferguson
"Quoth Ken Williams" <[EMAIL PROTECTED]> on 6/1/04 7:23 PM: > > On May 31, 2004, at 4:13 PM, Ian Ferguson wrote: >> In AppleScript, If I have a script and I need to call on a shell >> script to >> run with specific parameters, I have to issue a "quoted form of ..." >> to make >> sure that the ar

Re: Module Installation

2004-06-02 Thread John Horner
LD_RUN_PATH="" MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle Exactly right - that is the key part. Easy to fix, described here: Thank you very much, that looks like the solution