Skip Menu |

This queue is for tickets about the WordNet-QueryData CPAN distribution.

Report information
The Basics
Id: 59743
Status: open
Priority: 0/
Queue: WordNet-QueryData

People
Owner: Nobody in particular
Requestors: sfoulk526 [...] gmail.com
Cc:
AdminCc:

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



Subject: Cannot 'make' in setup step 2 of installation - WordNet-QueryData 1.49
Hi, The error below occurs during installation when I try to perform the 'make' step (no. 2 of 3). I have gone through the Makefile but the error message is for line 1, which I see is a comment in the file, so I know I am way off. I am using Windows 7 with Strawberry Perl v5.10.1. I also have created the WNHOME environment variable and pointed my path correctly. Thanks for any and all help on this, and of course for your good work. Scott Foulk ===================================================================== C:\strawberry\WordNet-QueryData-1.49>make syntax error at -e line 1, next char ) Missing right curly or square bracket at -e line 1, at end of line Execution of -e aborted due to compilation errors. make: *** [pm_to_blib] Error 255
On 2010-07-27 17:56:35, sfoulk526 wrote: Show quoted text
> Hi, > The error below occurs during installation when I try to perform the > 'make' step (no. 2 of 3). I have gone through the Makefile but the > error message is for line 1, which I see is a comment in the file, so I > know I am way off. > > I am using Windows 7 with Strawberry Perl v5.10.1. I also have created > the WNHOME environment variable and pointed my path correctly. > > Thanks for any and all help on this, and of course for your good work. > > Scott Foulk > > > ===================================================================== > C:\strawberry\WordNet-QueryData-1.49>make > syntax error at -e line 1, next char ) > Missing right curly or square bracket at -e line 1, at end of line > Execution of -e aborted due to compilation errors. > make: *** [pm_to_blib] Error 255
Hi Scott, with Strawberry Perl you should probably use "dmake" instead of "make". Regards, Slaven