Re: Mac::Glue script

2005-04-30 Thread Jeff Lowrey
At 4:19 PM -0700 4/28/05, Mark Wheeler wrote: And if so, how do I reconfigure CPAN? cpan o conf init -Jeff Lowrey

Re: Mac::Glue script

2005-04-29 Thread Mark Wheeler
Duh... of course... that's what all those tests are for. Sorry... I'm a little (a lot) new at the install process. I installed MIME::Lite using the process below and it worked like a charm. Many thanks again to all who helped. Now... to wright the program... I'm sure I'll be back. :) Thanks agai

Re: Mac::Glue script

2005-04-29 Thread Joseph Alotta
So I think things are good. Two questions: 1. How would I test Mac::Glue (simply) to make sure everything is as it should be? It already went through tests in the above install. Otherwise, begin writing your program. 2. Now that Xcode is installed and the cpan module seems to be working correc

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
Ok.. I think I got it. I needed to be in the CPAN shell first then do "o conf init": cpan> o conf init I let it do the auto config then got out of the shell. and sudo cpan to get back in. Then in the cpan shell, did: cpan> install Mac::Glue That seemed to do the trick. It took much longer, as

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
On Apr 28, 2005, at 4:46 PM, Mark Wheeler wrote: At 4:19 PM -0700 4/28/05, Mark Wheeler wrote: And if so, how do I reconfigure CPAN? cpan o conf init --- Ok... I tried that, and got the following: Mark-Wheelers-Computer:~ markwhee$ cpan o conf init CPAN:

Re: Mac::Glue script

2005-04-28 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Ted Zeng) wrote: > It is possible that it could not write out the > makefile. Then everything will fail after that. That seems unlikely ... it created that directory, and wrote files to it already during the untar process. -- Chris Nandor

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
Beautiful. I'll give it a try. Thanks, Mark At 4:19 PM -0700 4/28/05, Mark Wheeler wrote: And if so, how do I reconfigure CPAN? cpan o conf init -Jeff Lowrey

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
It is possible that it could not write out the makefile. Then everything will fail after that. ted On Apr 28, 2005, at 3:12 PM, Chris Nandor wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: Forgive the long reply, but I'm not sure exactly what to look for, so here is

Re: Mac::Glue script

2005-04-28 Thread Ted Zeng
It is possible that it could not write out the makefile. Then everything will fail after that. ted On Apr 28, 2005, at 3:12 PM, Chris Nandor wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: Forgive the long reply, but I'm not sure exactly what to look for, so here is

Re: Mac::Glue script

2005-04-28 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: > Forgive the long reply, but I'm not sure exactly what to look for, so > here is the complete output: Here is the first error: > Writing Makefile for Mac::AppleEvents > Writing Makefile for Mac::Components > Writing Mak

Re: Mac::Glue script

2005-04-28 Thread Ted Zeng
I thought you should use sudo cpan . My problem is even I used sudo MCPAN ... the problem still existed. ted -- Then would it be OK to do subo cpan Mac::Glue? Would it have the same effect as installing each module with sudo? Thanks, Mark

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
On Apr 28, 2005, at 1:15 PM, Ted Zeng wrote: Someone might have a better solution. What I did was go to each downloaded module folders and Do "sudo make install" and it will install. I have another Mac which doesn't have this problem at all. It sounds like a permission problem. Ted zeng Adobe syste

RE: Mac::Glue script

2005-04-28 Thread Ted Zeng
Someone might have a better solution. What I did was go to each downloaded module folders and Do "sudo make install" and it will install. I have another Mac which doesn't have this problem at all. It sounds like a permission problem. Ted zeng Adobe system. Writing Makefile for Mac::AppleEvents

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
Forgive the long reply, but I'm not sure exactly what to look for, so here is the complete output: --- Mark-Wheelers-Computer:~ markwhee$ cpan Mac::Glue CPAN: Storable loaded ok Going to read /Users/markwhee/.cpan/Metadata Database was generated on Tue, 26 Apr 2005 23:56:03

Re: Mac::Glue script

2005-04-28 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: > OK, I installed Xcode - 1.1 then upgraded to 1.5, and ran the cpan > Mac::Glue again and still had problems. Here are snipits of the the > output: You didn't include any actual error output. > It continues on for a w

Re: Mac::Glue script

2005-04-28 Thread Mark Wheeler
Hi all, OK, I installed Xcode - 1.1 then upgraded to 1.5, and ran the cpan Mac::Glue again and still had problems. Here are snipits of the the output: Removing previously used /Users/markwhee/.cpan/build/Mac-Glue-1.23 CPAN.pm: Going to build C/CN/CNANDOR/

Re: Mac::Glue script

2005-04-27 Thread Mark Wheeler
Got it. Thanks. I'll give it a go. Mark On Apr 27, 2005, at 12:50 PM, Mark Wheeler wrote: So I need to install Xcode and then: cpan Mac::Glue again in the terminal. Is that right? Basically. However you install this or other modules, you'll need to install Xcode first. I'm assuming the Xcode ins

Re: Mac::Glue script

2005-04-27 Thread Sherm Pendley
On Apr 27, 2005, at 12:50 PM, Mark Wheeler wrote: So I need to install Xcode and then: cpan Mac::Glue again in the terminal. Is that right? Basically. However you install this or other modules, you'll need to install Xcode first. I'm assuming the Xcode installation will include those missing m

Re: Mac::Glue script

2005-04-27 Thread Mark Wheeler
On Apr 27, 2005, at 9:35 AM, Sherm Pendley wrote: You appear to be running Panther, so what you want to install is Xcode. That's what used to be called "Developer Tools" on Jaguar and older - Apple renamed it. And to make matters even more confusing, Xcode is also the name of the IDE app that's

Re: Mac::Glue script

2005-04-27 Thread Sherm Pendley
On Apr 27, 2005, at 12:22 PM, Mark Wheeler wrote: Error: Unable to locate installed Perl libraries or Perl source code. It is recommended that you install perl in a standard location before building extensions. Some precompiled versions of perl do not contain these header files, so you cannot build

Re: Mac::Glue script

2005-04-27 Thread Mark Wheeler
Hi Chris, I tried to install Mac::Glue and received an error. Here is the command I used: cpan Mac::Glue It looks like the cpan module initialiezed: /Users/markwhee/.cpan/CPAN/MyConfig.pm initialized. and then gave me the option for manual or auto configuration. I chose auto, as I am not famil

Re: Mac::Glue script

2005-04-26 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: > Thanks for the input. I'll start working on it and see what I can come > up with. One question: Is Mac::Sound a module? I've not heard of it. It's included with Mac-Carbon, which is a prereq for Mac::Glue. -- Chris Nand

Re: Mac::Glue script

2005-04-26 Thread Mark Wheeler
Hi Chris, Thanks for the input. I'll start working on it and see what I can come up with. One question: Is Mac::Sound a module? I've not heard of it. Thanks, Mark On Apr 26, 2005, at 8:24 AM, Chris Nandor wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: The script w

Re: Mac::Glue script

2005-04-26 Thread Chris Nandor
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Mark Wheeler) wrote: > The script will open Internet Connect, dial a number (given by the > script). I don't know if you can do that with Internet Connect. This sorta works: my $ic = new Mac::Glue 'Internet Connect'; my $conn = $i