Re: could not build a module

2005-02-24 Thread Sherm Pendley
On Feb 24, 2005, at 2:46 PM, Ted Zeng wrote: Error: Unable to locate installed Perl libraries or Perl source code. Install Xcode. 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-24 Thread David H. Adler
On Thu, Feb 24, 2005 at 02:51:18PM -0500, Sherm Pendley wrote: > On Feb 24, 2005, at 2:46 PM, Ted Zeng wrote: > > >Error: Unable to locate installed Perl libraries or Perl source code. > > Install Xcode. Perhaps I'm mistaken, but wouldn't it be more accurate to say "install the OS X development

Re: could not build a module

2005-02-24 Thread Chris Devers
On Thu, 24 Feb 2005, David H. Adler wrote: > Perhaps I'm mistaken, but wouldn't it be more accurate to say "install > the OS X development tools", rather than Xcode, per se? As of OSX 10.3, "Xcode" is the name for the whole suite, in addition to the specific XCode IDE. Maybe it was decided tha

Re: could not build a module

2005-02-24 Thread David H. Adler
On Thu, Feb 24, 2005 at 05:56:17PM -0500, Chris Devers wrote: > On Thu, 24 Feb 2005, David H. Adler wrote: > > > Perhaps I'm mistaken, but wouldn't it be more accurate to say "install > > the OS X development tools", rather than Xcode, per se? > > As of OSX 10.3, "Xcode" is the name for the whol

RE: could not build a module

2005-02-25 Thread Ted Zeng
Thanks. I will install the Xcode and see how it goes. ted > -Original Message- > From: Sherm Pendley [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 24, 2005 11:51 AM > To: Ted Zeng > Cc: macosx@perl.org > Subject: Re: could not build a module > > On Feb 2

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.

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

RE: could not build a module

2005-02-26 Thread Ted Zeng
hat 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

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

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

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. :-)

Re: could not build a module

2005-02-28 Thread Mike Lesser
I will install the Xcode and see how it goes. You know where to find it? FWIW, you can probably get the XCode CD from an AppleStore. I stopped by the Cambridge store one day and they literally said "take it". Saves a long download.. Mike