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

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

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 while

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
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
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 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 it

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

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

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

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

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 =

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 Nandor