Re: could not build a module

2005-02-26 Thread Joel Rees

I will install the Xcode and see how it goes.
You know where to find it?


Re: could not build a module

2005-02-26 Thread Mario Mango Furnari
Quoting Joel Rees <[EMAIL PROTECTED]>:

> 
> > I will install the Xcode and see how it goes.
> 
> You know where to find it?
> 
> 
You need to become an "Apple Developer connection" Member thet ypu can dowload 
a lot of development tools. 
The Apple web site  for the ADC is 

https://connect.apple.com

Mario Mango Furnari

-- 
Istituto di Cibernetica Eduardo Caianiello
Comprensorio Olivetti, Building 70
Via Campi Flegrei, 34
80078 Pozzuoli
Italy

Tel:  +39.0818675154
Fax:  +39.0818675326
email:[EMAIL PROTECTED]

-
This mail sent through IMP: http://horde.org/imp/



Re: could not build a module

2005-02-26 Thread Joel Rees

I will install the Xcode and see how it goes.
You know where to find it?

You need to become an "Apple Developer connection" Member thet ypu can 
dowload
a lot of development tools.
The Apple web site  for the ADC is

https://connect.apple.com
And if you don't have broadband, you can almost always find it 
somewhere in the OS install. Of course, it may not be the absolute 
latest, but it will be there.

I was just wondering if Ted knew.


Re: Can't get DBD::mysql installed

2005-02-26 Thread Jason Kerr
On Feb 17, 2005, at 11:00 AM, Boysenberry Payne wrote:
I tried to reinstall as suggested and still get the same :
t/mysql.t 683   4.41%  46-48
It fails on 46-48.
I'm still able to use it, so no big deal for me, but I would, like you
suggested, find out why it's not behaving as it should.
I get the same errors when testing. I guess 'force install' will have  
to do, for now.

According to Rudy Lippan on comp.db.mysql.perl, the error is caused by  
case-folding causing table file problems. He isn't that diplomatic,  
saying:

"IIRC, this is because OS X has a broken file system that does not know  
the
difference between 'File' and 'file', and since mysql just stores the  
table
names as files on disk, the caps in the test are screwing with the test  
results
(I think this might be fixed in CVS, but I'd have to check)."

http://article.gmane.org/gmane.comp.db.mysql.perl/1483
A conversation last March on another forum was more detailed, but it  
appear that Lippan may be right:
http://www.mysqlmonster.com/Uwe/Forum.aspx/mysql-modules/245/Install- 
DBD-mysql-on-Mac-10-3-2

I, too, am not proficient at this, so duplicating results was the  
extent of my experiments.

Jason


CPAN problem

2005-02-26 Thread Phil Dobbin
I've recently installed Perl 5.8.6 into /usr/local/bin whilst keeping the 
System 5.6.0 (this on Jag) and whenever I try to install a module ( a la `perl 
-MCPAN -e 'install Foo:Bar') CPAN is using 5.6.0.

What's the easiest way to get CPAN to use 5.8.6?

Cheers,

Regards,

Phil.


Re: CPAN problem

2005-02-26 Thread Phil Dobbin
On 26/02/2005 @ 23:34 GMT, Chris Winters, [EMAIL PROTECTED], wrote:

>On Sat, 26 Feb 2005 23:22:03 +, Phil Dobbin <[EMAIL PROTECTED]> 
>wrote:
>> I've recently installed Perl 5.8.6 into /usr/local/bin whilst keeping 
>>the System 5.6.0 (this on Jag) and whenever I try to install a module( 
>>a la `perl -MCPAN -e 'install Foo:Bar') CPAN is using 5.6.0.
>> 
>> What's the easiest way to get CPAN to use 5.8.6?
>
>Putting /usr/local/bin earlier in your path than /usr/bin should do the 
>trick.

Thanks, Chris. That worked fine.

Regards,

Phil.




RE: could not build a module

2005-02-26 Thread Ted Zeng
Joel,
Thanks. I did find it and install Xcode.

I managed to install module "RTF::Text::Converter".
But it doesn't work on Eggplant's script files. I even
Opened the script file in Windows XP's Word and then
Saved it. It still hangs. ( I used the example script
Tests.pl that comes with the module.)

Anyone has a good suggestion on a good RTF to Text converter
That works well on Mac?

Ted

> -Original Message-
> From: Joel Rees [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 26, 2005 2:41 AM
> To: macosx@perl.org
> Subject: Re: could not build a module
> 
> 
> > I will install the Xcode and see how it goes.
> 
> You know where to find it?



Re: could not build a module

2005-02-26 Thread Sherm Pendley
On Feb 26, 2005, at 8:40 PM, Ted Zeng wrote:
Anyone has a good suggestion on a good RTF to Text converter
That works well on Mac?
Have you tried TextEdit? It comes with the OS, so it doesn't cost 
anything to give it a shot.

Or, were you looking for a batch processing thing, to convert a bunch 
of files?

sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org


Re: could not build a module

2005-02-26 Thread Ted Zeng
I need to do batch processing. In fact, I need to grap the text content 
of each file
and process it using Perl.

I just did a search and found the link
http://daringfireball.net/2003/04/rtf_to_plain_text_translator
which tells me  to use inside the FileMerge folder
convertRichTextToAscii
to do the conversion. It works.
I will need to hook it up with perl to do my job.
ted
n Feb 26, 2005, at 6:23 PM, Sherm Pendley wrote:
On Feb 26, 2005, at 8:40 PM, Ted Zeng wrote:
Anyone has a good suggestion on a good RTF to Text converter
That works well on Mac?
Have you tried TextEdit? It comes with the OS, so it doesn't cost 
anything to give it a shot.

Or, were you looking for a batch processing thing, to convert a bunch 
of files?

sherm--



Re: could not build a module

2005-02-26 Thread Sherm Pendley
On Feb 26, 2005, at 10:03 PM, Ted Zeng wrote:
I need to do batch processing. In fact, I need to grap the text 
content of each file
and process it using Perl.
I figured "rtf2txt" would be a fairly obvious name, so on a hunch I 
googled for it. Turns out to be a good hunch. :-)


sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org