Skip Menu |

This queue is for tickets about the Spreadsheet-ParseExcel-Simple CPAN distribution.

Report information
The Basics
Id: 12274
Status: resolved
Priority: 0/
Queue: Spreadsheet-ParseExcel-Simple

People
Owner: Nobody in particular
Requestors: Walter_A_Poor_Jr [...] raytheon.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



To: bug-Spreadsheet-ParseExcel-Simple [...] rt.cpan.org
Subject: Installation?
From: Walter A Poor Jr <Walter_A_Poor_Jr [...] raytheon.com>
Date: Wed, 13 Apr 2005 14:09:47 -0700
Hi. I downloaded the zip file for ParseExcel. After unzipping it, I read the readme file, and then double-clicked on "Makefile.pl". The result was a file called "Makefile". I then opened a cmd window, changed to the folder containing these files, and typed "perl Makefile". The result this time was a window-full of complaints from perl, starting with "Semicolon seems to be missing at Makefile line 40." "Semicolon seems to be missing at Makefile line 52." "Semicolon seems to be missing at Makefile line 53." and so forth. So then I took a step back, and typed "perl Makefile.pl" in the cmd window. The result this time was a complaint about not being able to find Spreadsheet/ParseExcel.pm in @INC. The message also pointed out the @INC contains C:/Perl/lib/site/lib, but I am not sure how to use that information. Questions: 1. Was I following the correct steps? 2. Is something else missing from my system? 3. In particular, if something is missing from @INC, what is it, where do I get it, and so forth? More generally, since I wasn't aware that something called @INC existed (or should exist) on my PC, is there something else I need to do first? Background information: All of this is on a PC with Windows 2000, and I am using ActivePerl-5.6.1.638-MSWin32-x86.msi. Thanks, Walt Poor
Date: Wed, 13 Apr 2005 22:46:23 +0100
From: Tony Bowden <tony [...] kasei.com>
To: Walter A Poor Jr via RT <bug-Spreadsheet-ParseExcel-Simple [...] rt.cpan.org>
Subject: Re: [cpan #12274] Installation?
RT-Send-Cc:
On Wed, Apr 13, 2005 at 05:16:48PM -0400, Walter A Poor Jr via RT wrote: Show quoted text
> I then opened a cmd window, changed to the folder containing these files, > and typed "perl Makefile". The result this time was a window-full of > complaints from perl, starting with > "Semicolon seems to be missing at Makefile line 40." > "Semicolon seems to be missing at Makefile line 52." > "Semicolon seems to be missing at Makefile line 53."
You don't run your Makefile with perl. You run it with make. How you do that on a Windows machine I don't know, as I don't use perl under Windows. Tony