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