tphyahoo has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to install Spreadsheet-TieExcel-0.73 on my system, winxp, activestate. ppm install didn't work OOTB. My ppm fu is pretty weak, I don't know how to locate another repository. So I tried just downloading and making with nmake.
I get
WARNING: missing nmake.err; displaying error numbers without messages. Makefile.pl(4) : U1035: Stop.
The makefile is just
Anyone know what's going on? Should I submit a bug report to CPAN?use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Spreadsheet::TieExcel', 'VERSION_FROM' => 'TieExcel.pm', 'PREREQ_PM' => {Win32::OLE}, );
Or, alternative to nmake, how do I go about finding a repository for this mod so I can get the job done automagically with ppm?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: nmake install problem for tieExcel
by Corion (Patriarch) on Apr 29, 2005 at 09:18 UTC | |
Re: nmake install problem for tieExcel
by tphyahoo (Vicar) on Apr 29, 2005 at 10:17 UTC | |
by gellyfish (Monsignor) on Apr 29, 2005 at 10:21 UTC | |
by tphyahoo (Vicar) on Apr 29, 2005 at 10:27 UTC | |
by gellyfish (Monsignor) on Apr 29, 2005 at 10:31 UTC | |
Re: nmake install problem for tieExcel
by dmorelli (Scribe) on Apr 29, 2005 at 14:04 UTC |