Re: Problems installing DateTime module ...

2011-12-03 Thread Zefram
Kevin Doty wrote:
Is this an appropriate place to ask for help if one gets stuck installing
the DateTime module?

Somewhat appropriate, yes.

If so, I'll respond with the details.  The build.log file is on the long
side so I will probably attach it as a PDF file if that is OK.

PDF would be a very silly format for this.  If you're concerned about
the size, just gzip it.

-zefram


RE: Problems Installing

2005-03-07 Thread Hill, Ronald
Hi Rick,

Rick Brewer wrote:
 I consistently get an error on the make command at this point:
 +++ pm_to_blib: $(TO_INST_PM)
 @$(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
 -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Install \
 -e pm_to_blib(qw[ pmfiles.dat
 ],'$(INST_LIB)\auto','$(PM_FILTER)')

(more snippage)

 I have been using DJGPP ANSI C compiler.
 
Is this the same compiler that you used to build perl?
What is the output of perl -V?

Ron Hill


RE: Problems Installing

2005-03-07 Thread Hill, Ronald
Hi Rick,

Rick Brewer wrote:
 Hi Ron,
  I used the ActiveState version of perl which installed w/o
 needing a C compiler.I installed DJGPP in order to install the
 dateTime modules.  
 
[snippage]
 perl -V shows:
 +++
  Compiler:
cc='cl.exe', ccflags ='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE 
 -DNO_STRICT -
 ^^^
This is the problem, Activestate uses microsoft's c compiler to compile
perl (5.6.1) you need to this complier when installing modules that require
a C compiler.

you need to use the ppm utility that ships with Activestate in order
to install the these modules. You can search the datetime archive
to locate a depository for you version of perl.

I hope this helps.

Ron Hill


Re: Problems installing new modules

2004-01-13 Thread Dave Rolsky
On Tue, 13 Jan 2004, Dave Rolsky wrote:

 The signature check fails on my box.  I'm guessing that's because the
 distro signature used GnuPG 1.0.6 and I have 1.2.4

Specifically, I'm talking about Daisuke Maki's new calendar and other
modules.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Problems installing new modules

2004-01-13 Thread Dave Rolsky
On Tue, 13 Jan 2004, Dave Rolsky wrote:

 The signature check fails on my box.  I'm guessing that's because the
 distro signature used GnuPG 1.0.6 and I have 1.2.4

 Can anyone else check this?

Ah, I don't think this is a GPG version mismatch.

Daisuke, you need to put your key on a keyserver! (try pgp.mit.edu) or
else no one can get it for verification.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


Re: Problems installing new modules

2004-01-13 Thread Daisuke Maki
Bah, thanks for the reminder!


Ah, I don't think this is a GPG version mismatch.

Daisuke, you need to put your key on a keyserver! (try pgp.mit.edu) or
else no one can get it for verification.




Re: Problems installing on Win32.

2003-07-17 Thread Dave Rolsky
On Thu, 17 Jul 2003, Nick Porter wrote:

 I really want to play with this module but I just can't get the thing to
 make. I'm no guru or coder I just muck about with perl so working out how to
 install DateTime-0.13 into ActivePerl using CPAN was an effort in itself.
 I've got all the dependencies installed okay (I think). Is there any newbie
 snafus which may be tripping me up? I can send error traces and more detail
 if anyone's interested in giving me a hand.

If it won't _compile_, please send the compilation error messages.  If
you're getting test failures, please rerun the tests with 'make test
TEST_VERBOSE=1' and send the output from the tests that fail.

There are some known Win32 problems, but I thought I had rigged the test
suite so it would pass.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


RE: Problems installing on Win32.

2003-07-17 Thread Hill, Ronald
Hi Nick,

 
 I really want to play with this module but I just can't get 
 the thing to make. I'm no guru or coder I just muck about with perl so 
 working out how to install DateTime-0.13 into 
 ActivePerl using CPAN was an  effort in itself.

[snipped]

What version of activestate perl are you running? If it is
perl 5.8.0 then you are in luck because I have just
completed the generation of ppm's for that release.
(tested by Cameron). Let me know.

Ron Hill