Re: New to Mac - need help compiling a package

2009-04-28 Thread Chas. Owens
On Tue, Apr 28, 2009 at 12:52, Shai Simchi wrote: > I would love to look into this option as well. Do you have any documented > procedure to share? snip It should be as simple as saying cpan Net::Twitter The problem is that you must either setup a place that a non-root user can install to (what

Re: New to Mac - need help compiling a package

2009-04-28 Thread Jeremiah Foster
On Apr 28, 2009, at 18:52, Shai Simchi wrote: I would love to look into this option as well. Do you have any documented procedure to share? Sure, try the command `cpan` on the command line. I think it is pre- installed on the Mac. If not, it is not hard to install. Here is more info on C

Re: New to Mac - need help compiling a package

2009-04-28 Thread Shai Simchi
I would love to look into this option as well. Do you have any documented procedure to share? Thanks, Shai On 4/28/09 1:50 AM, "Jeremiah Foster" wrote: > > On Apr 27, 2009, at 22:23, Shai Simchi wrote: > >> Hi, >> I am new to Mac (not to perl). I have a package Net- >> Twitter-2.12.tar.gz >

Re: New to Mac - need help compiling a package

2009-04-28 Thread Jeremiah Foster
On Apr 27, 2009, at 22:23, Shai Simchi wrote: Hi, I am new to Mac (not to perl). I have a package Net- Twitter-2.12.tar.gz which I want to start using but not sure how to make the package available on my perl installation. Have you looked at installing with CPAN? Jeremiah

Re: New to Mac - need help compiling a package

2009-04-27 Thread Shai Simchi
There u go: http://pastebin.com/m330160a7 On 4/27/09 3:03 PM, "Chas. Owens" wrote: > On Mon, Apr 27, 2009 at 17:27, Shai Simchi wrote: >> I get pretty much the same results after installing xcode. When I do the >> Makefile.PL --bootstrap >> >> But when I just type make this time I get: >> N

Re: New to Mac - need help compiling a package

2009-04-27 Thread Chas. Owens
On Mon, Apr 27, 2009 at 17:27, Shai Simchi wrote: > I get pretty much the same results after installing xcode. When I do the > Makefile.PL --bootstrap > > But when I just type make this time I get: > No targets specified and no makefile foundmake: *** .  Stop. snip Hmm, does the "perl Makefile.PL

Re: New to Mac - need help compiling a package

2009-04-27 Thread Shai Simchi
I get pretty much the same results after installing xcode. When I do the Makefile.PL --bootstrap But when I just type make this time I get: No targets specified and no makefile foundmake: *** . Stop. Anything I am doing wrong now? Thanks, Shai On 4/27/09 2:07 PM, "Chas. Owens" wrote: > On

Re: New to Mac - need help compiling a package

2009-04-27 Thread Chas. Owens
On Mon, Apr 27, 2009 at 17:01, Shai Simchi wrote: > Hi and thanks for the info. > I have tried your option 1 and it fails during perl Makefile.PL --bootstrap > With the following error: >  CPAN.pm: Going to build A/AD/ADAMK/File-HomeDir-0.86.tar.gz > > Checking if your kit is complete... > Looks g

Re: New to Mac - need help compiling a package

2009-04-27 Thread Shai Simchi
Hi and thanks for the info. I have tried your option 1 and it fails during perl Makefile.PL --bootstrap With the following error: CPAN.pm: Going to build A/AD/ADAMK/File-HomeDir-0.86.tar.gz Checking if your kit is complete... Looks good 'INSTALL_BASE' is not a known MakeMaker parameter name. Wri

Re: New to Mac - need help compiling a package

2009-04-27 Thread Chas. Owens
On Mon, Apr 27, 2009 at 16:23, Shai Simchi wrote: > Hi, > I am new to Mac (not to perl). I have a package Net-Twitter-2.12.tar.gz > which I want to start using but not sure how to make the package available > on my perl installation. > I am running on Mac OSX 10.0.5.6 snip Long intial setup way t

New to Mac - need help compiling a package

2009-04-27 Thread Shai Simchi
Hi, I am new to Mac (not to perl). I have a package Net-Twitter-2.12.tar.gz which I want to start using but not sure how to make the package available on my perl installation. I am running on Mac OSX 10.0.5.6 Any help/guidelines will be highly appreciated. Thanks, Shai

Re: need help with module install

2006-12-26 Thread Jonas B. Nielsen
Hi, Looks like an installation screw-up by PDFlib. Where did you get you PDFlib installation from? - it should be reported to the distributors so it can be fixed. I have used a PDFlib from: http://www.pdflib.com/ before, had to use older versions though jonasbn On 26/12/2006, at 20.39,

Re: need help with module install

2006-12-26 Thread Kirk Wythers
I don't know if I broke anything important but... mv /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6/ darwin-thread-multi-2level.old then re-running install module_name from the cpan prompt worked. the /Library/Perl/5.8.6/darwin-thread-multi-2level directory was created a

Re: need help with module install

2006-12-26 Thread Jonas B . Nielsen
Uh, What kind of file? could you do a: file /Library/Perl/5.8.6/darwin-thread-multi-2level Using the file command jonasbn On 26/12/2006, at 20.17, Kirk Wythers wrote: On Dec 26, 2006, at 1:13 PM, Jonas B. Nielsen wrote: Hi, Which one of the modules fail? or is it both? Hi Jonas. I g

Re: need help with module install

2006-12-26 Thread Kirk Wythers
On Dec 26, 2006, at 1:13 PM, Jonas B. Nielsen wrote: Hi, Which one of the modules fail? or is it both? Hi Jonas. I get same error for any module I try and build. Does the directory exist? /Library/Perl/5.8.6/darwin-thread-multi-2level Yes... but it is a file, not a directory (which puz

Re: need help with module install

2006-12-26 Thread Jonas B. Nielsen
Hi, Which one of the modules fail? or is it both? Does the directory exist? /Library/Perl/5.8.6/darwin-thread-multi-2level jonasbn On 26/12/2006, at 19.50, Kirk Wythers wrote: I have tried two ways to get the DBI and Cate::Calc modules to install on a OS X Server system (10.4.8). I have

need help with module install

2006-12-26 Thread Kirk Wythers
I have tried two ways to get the DBI and Cate::Calc modules to install on a OS X Server system (10.4.8). I have tried downloading the module and running the: perl Makefile.PL make make test sudo make install and using the cpan prompt sudo perl -MCPAN -e shell install module_name I get the s

Re: Need help with a string parsing problem

2004-01-22 Thread Andy Turner
On Wed, Jan 21, 2004 at 10:39:09PM -0600, Ken Williams wrote: > This is probably because 5.6 expands the whole for(...) list in > advance, but 5.8 evaluates it lazily. Ah, but I'm using stock Perl on Panther, which is 5.8.1-RC3. It also happens on my Debian Unstable box which is running 5.8.2.

Re: Need help with a string parsing problem

2004-01-21 Thread Ken Williams
On Sunday, January 18, 2004, at 02:38 PM, Andy Turner wrote: There some sort of regexp strangeness going on here that I can't grok. Your script doesn't work for me unless I print out the values of $1 AND $2. If I just print out one it doesn't work either. turner:~$ cat foo.pl $_ = "UA-UI1,3,4,6

Re: need help

2004-01-19 Thread Rosemary Michelle Simpson
Thanks to you and all who responded to me. It was my misinterpretation of the confirm subject line that led to the problem. Thanks, R On Sun, 18 Jan 2004, John Delacour wrote: > > At 6:11 pm -0500 18/1/04, Rosemary Michelle Simpson wrote: > > >In fact, I got an auto confirm reply to two of the

Re: need help

2004-01-18 Thread John Delacour
At 6:11 pm -0500 18/1/04, Rosemary Michelle Simpson wrote: In fact, I got an auto confirm reply to two of them and no reply to the others, except the auto-reply from help. Check at the very top of your mail headers in a list message to see what address you subscribed from, eg: Return-Path: <[E

Re: Need help with a string parsing problem

2004-01-18 Thread John Delacour
At 11:03 pm + 18/1/04, John Delacour wrote: Hey, wait a minute -- maybe I was :-) I get your problem if I run it in MacPerl with 5.6.1... It works in 5.6.1 if I quote the matches : $_ = "UA-UI1,3,4,6"; / (\w\w)-(\w\w)(\d.+) /x; for ("$1".."$2" ) {for $n ( split /[^\d*]/, $3 ) { print "

Re: need help

2004-01-18 Thread Rosemary Michelle Simpson
In fact, I got an auto confirm reply to two of them and no reply to the others, except the auto-reply from help. I'll forward that to you. Thanks for your help! R On Sun, 18 Jan 2004, Chris Devers wrote: > One possible explanation is that you sent the messages from an address > other than the

Re: Need help with a string parsing problem

2004-01-18 Thread John Delacour
At 3:38 pm -0500 18/1/04, Andy Turner wrote: There some sort of regexp strangeness going on here that I can't grok. Your script doesn't work for me unless I print out the values of $1 AND $2. If I just print out one it doesn't work either. I can't say. I've tried it in BBEdit, in another Perl edi

Re: need help

2004-01-18 Thread Chris Devers
One possible explanation is that you sent the messages from an address other than the one you're subscribed from. For example, I use a pobox.com address, but pobox.com is just a forwarding service -- I actually read and reply to my mail from a different account, and have to set up my mail softwar

Re: need help

2004-01-18 Thread Rosemary Michelle Simpson
I did, on five separate occasions, to no avail. A plea for help to the help address resulted in an auto reply and nothing further and no results. Thanks, R On Sun, 18 Jan 2004, Phil Dobbin wrote: > On 18/01/2004 14:42, "Rosemary Michelle Simpson" <[EMAIL PROTECTED]> wrote: > > > with removing

Re: Need help with a string parsing problem

2004-01-18 Thread Andy Turner
There some sort of regexp strangeness going on here that I can't grok. Your script doesn't work for me unless I print out the values of $1 AND $2. If I just print out one it doesn't work either. turner:~$ cat foo.pl $_ = "UA-UI1,3,4,6"; m~(..)\-(..)(\d.+)~; for $CC( $1 .. $2 ) { for $n ( split /,

Re: Need help with a string parsing problem

2004-01-18 Thread John Delacour
At 10:19 pm -0800 17/1/04, Kim Helliwell wrote: I need to take a string like this: UA-UI1,3,4,6 and expand it into an array of components like this: UA1 UA3 UA4 UA6 UB1 UB3 UB4 UB6 ... UI1 UI3 UI4 UI6 How about this: $_ = "UA-UI1,3,4,6"; m~(..)\-(..)(\d.+)~; for $CC( $1 .. $2 ) { for $n ( spli

Re: need help

2004-01-18 Thread Phil Dobbin
On 18/01/2004 14:42, "Rosemary Michelle Simpson" <[EMAIL PROTECTED]> wrote: > with removing myself from this list. I am no longer using Perl and need > to reduce my email volume. However, the addresses for removal and for > help request don't seem to be working since I am still getting email. >

Re: Need help with a string parsing problem

2004-01-18 Thread Andy Turner
On Sat, Jan 17, 2004 at 10:19:24PM -0800, Kim Helliwell wrote: > I need to take a string like this: > > UA-UI1,3,4,6 > > and expand it into an array of components like this: > > UA1 UA3 UA4 UA6 UB1 UB3 UB4 UB6 ... UI1 UI3 UI4 UI6 How's this? my $str = "UA-UI1,3,4,6"; if ( my( $from, $to, $nums

need help

2004-01-18 Thread Rosemary Michelle Simpson
with removing myself from this list. I am no longer using Perl and need to reduce my email volume. However, the addresses for removal and for help request don't seem to be working since I am still getting email. Please advise, Thanks Rosemary

Re: Need help with a string parsing problem

2004-01-18 Thread Peter N Lewis
I need to take a string like this: UA-UI1,3,4,6 and expand it into an array of components like this: UA1 UA3 UA4 UA6 UB1 UB3 UB4 UB6 ... UI1 UI3 UI4 UI6 (the above represents the most complex case, but I need to read and expand several strings like this) Can anyone suggest a simple clever way t

Need help with a string parsing problem

2004-01-17 Thread Kim Helliwell
I need to take a string like this: UA-UI1,3,4,6 and expand it into an array of components like this: UA1 UA3 UA4 UA6 UB1 UB3 UB4 UB6 ... UI1 UI3 UI4 UI6 (the above represents the most complex case, but I need to read and expand several strings like this) Can anyone suggest a simple clever way t

Re: Need help with DBD::mysql install

2002-06-15 Thread Dave Gomez
I didn't have an issue, thought I just used the cpan command to make sure all dependencies were met. But, you can also used a precompiled binary from Fink see: http://fink.sourceforge.net/pdb/search.php?s=DBD they have a pre-built one for mysql and postgresql, or more exactly, they may have been

Re: Need help with DBD::mysql install

2002-06-15 Thread Phil Dobbin
On 15/6/02 at 04:41, [EMAIL PROTECTED] (Mark Lowe) wrote: > I¹m able to install all other modules without a problem...but the for > some > reason Make fails at the end of DBD::mysql Bundle via CPAN. > > Has anyone else run into this? Nope, my install of DBD::mysql went fine. What error message

Need help with DBD::mysql install

2002-06-15 Thread Mark Lowe
I¹m able to install all other modules without a problem...but the for some reason Make fails at the end of DBD::mysql Bundle via CPAN. Has anyone else run into this? It¹s killing my Perl / mysql project. Thanks in advance, Mark