hello,
I am trying to install the Text::NLP::Stan ford::EntityExt ract perl module on windows xp. But its not installing properly... can anybody tell solution for the above problem.
But its installing successfully on Linux machine.
The following error i was getting while installing..... ..
Thanks
I am trying to install the Text::NLP::Stan ford::EntityExt ract perl module on windows xp. But its not installing properly... can anybody tell solution for the above problem.
But its installing successfully on Linux machine.
The following error i was getting while installing..... ..
Code:
nolock_cpan> install Text::NLP::Stanford:EntityExtract Running install for module 'Text::NLP::Stanford::EntityExtract' Running make for Z/ZA/ZARQUON/Text-NLP-Stanford-EntityExtract-0.06.tar.gz Has already been unwrapped into directory C:\Perl\cpan\build\Text-NLP-Stanford -EntityExtract-0.06-pm2Xod Has already been made Running make test
Code:
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'in
c', 'blib\lib', 'blib\arch')" t/00-load.t t/pod-coverage.t t/pod.t
t/00-load.........ok 1/6# Testing Text::NLP::Stanford::EntityExtract 0.06, Perl
5.008008, C:\Perl\bin\perl.exe
# set env var NLR_SERVER to run live tests against the stanford.nlr server runni
ng on 127.0.0.1 port 1234
Unknown error at C:\Perl\cpan\build\Text-NLP-Stanford-EntityExtract-0.06-pm2Xod\
blib\lib/Text/NLP/Stanford/EntityExtract.pm line 84, <DATA> line 8.
# Looks like you planned 6 tests but only ran 2.
# Looks like your test died just after 2.
t/00-load.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-6
Failed 4/6 tests, 33.33% okay (less 1 skipped test: 1 okay, 16.67%)
t/pod-coverage....ok
t/pod.............ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/00-load.t 255 65280 6 8 3-6
1 subtest skipped.
Failed 1/3 test scripts. 4/8 subtests failed.
Files=3, Tests=8, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Failed 1/3 test programs. 4/8 subtests failed.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff'
Stop.
ZARQUON/Text-NLP-Stanford-EntityExtract-0.06.tar.gz
nmake test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
ZARQUON/Text-NLP-Stanford-EntityExtract-0.06.tar.gz: make_test NO
Comment