Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I tried to install Parse::RecDescent module in cygwin as below, but i am getting error as
$ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Parse::RecDescent $ make cp lib/Parse/RecDescent.pm blib/lib/Parse/RecDescent.pm $ make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bli +b/lib', 'b lib/arch')" t/*.t t/00.load......1/1 # Testing Parse::RecDescent 1.96.0 t/00.load......ok t/basics.......1/19 Name "main::D" used only once: possible typo at t/ +basics.t l ine 15. t/basics.......ok t/pod..........Can't open perl script ""-I/cygdrive/c/Protocol Buffers +/Protocol Buffers/Parse-RecDescent-1.96.0/blib/lib"": No such file or directory t/pod.......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/pod.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=3, Tests=20, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.37 cusr + 0.06 csy s = 0.45 CPU) Result: FAIL Failed 1/3 test programs. 0/20 subtests failed. make: *** [test_dynamic] Error 2 $
Also i tried PREFIX=/usr/lib/perl5/vendor_perl/5.10 in the Makefile and still i am getting same error. Kindly help to resolve this error. Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem in Parse::RecDescent Installation
by syphilis (Archbishop) on Dec 30, 2008 at 09:12 UTC | |
|
Re: Problem in Parse::RecDescent Installation
by Corion (Patriarch) on Dec 30, 2008 at 09:02 UTC | |
|
Re: Problem in Parse::RecDescent Installation
by ikegami (Patriarch) on Dec 30, 2008 at 09:03 UTC |