Problem with making the Perl Module Date::Calc

2003-06-20 Thread Anand Babu
Well, per the INSTALL.txt in this module:
 
Prerequisites:
--
Perl version 5.000 or higher, and an ANSI C compiler. (!)
 ^^
If you plan to use the modules "Date::Calendar" or
"Date::Calendar::Year" from this package, you will
also need the module "Bit::Vector" version 5.7 or
newer (which also needs an ANSI C compiler!).
Otherwise you may safely ignore the warning message
"Warning: prerequisite Bit::Vector 5.7 not found at ..."
when running "perl Makefile.PL".
You can install "Bit::Vector" at any time later if you
change your mind.

I do not plan to use the Calender & Year Modules. Hence no need to install the 
Bit::Vector module.
 
Regards
Anand


-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Re: Problem with making the Perl Module Date::Calc

2003-06-20 Thread Janek Schleicher
Anand Babu wrote at Fri, 20 Jun 2003 12:32:22 -0700:

> Warning: prerequisite Bit::Vector failed to load: Can't locate Bit/Vector.pm in

Seeing this warning I would recommend you also to install the module
Bit::Vector


Greetings,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem with making the Perl Module Date::Calc

2003-06-20 Thread Anand Babu

I downloaded the Date::Calc perl module from cpan web site. The version is 
Date-Calc-5.3.tar.gz.

I am having problems with making this module. I am using Cygwin and this application 
also contains a gcc compiler as well. I am using make from the bundle that came with 
Cygwin.

Here is what I get when I try to do "perl Makefile.PL"

$ perl Makefile.PL

Checking if your kit is complete...

Looks good

Warning: prerequisite Bit::Vector failed to load: Can't locate Bit/Vector.pm in

@INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .) at (eval 4) line 3.

Writing Makefile for Date::Calc

Writing patchlevel.h for c:\Perl\bin\perl.exe (5.006001)

I then tried to do a make of the Makefile.

Here is what I get:

$ make

Makefile:814: *** missing separator. Stop.

---

The make stops with the above message.

I shall appreciate if you can help me at the earliest.

Thanks

Anand



-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!