cpan - HTML::HTMLDoc installation issue on Strawberry Perl -


i trying build html::htmldoc on strawberry perl (32 bit) on xp. consistently face following problem after re-installing strawberry. appreciated.

thanks.

cpan> install html::htmldoc fetching lwp: http://cpan.strawberryperl.com/authors/01mailrc.txt.gz fetching lwp: http://cpan.strawberryperl.com/modules/02packages.details.txt.gz fetching lwp: http://cpan.strawberryperl.com/modules/03modlist.data.gz creating database file ... done! running install module 'html::htmldoc' running make m/mf/mfrankl/html-htmldoc-0.10.tar.gz fetching lwp: http://cpan.strawberryperl.com/authors/id/m/mf/mfrankl/html-htmldoc-0.10.tar.gz fetching lwp: http://cpan.strawberryperl.com/authors/id/m/mf/mfrankl/checksums checksum c:\strawberry\cpan\sources\authors\id\m\mf\mfrankl\html-htmldoc-0.10.tar.gz ok scanning cache c:\strawberry\cpan\build sizes done    cpan.pm: building m/mf/mfrankl/html-htmldoc-0.10.tar.gz  unparsable version '' prerequisite ipc::open3 @ makefile.pl line 4. checking if kit complete... looks generating dmake-style makefile writing makefile html::htmldoc writing mymeta.yml , mymeta.json cp lib/html/htmldoc.pm blib\lib\html\htmldoc.pm cp lib/html/htmldoc/pdf.pm blib\lib\html\htmldoc\pdf.pm c:\strawberry\perl\bin\perl.exe "-iblib\arch" "-iblib\lib" test_htmldoc.pl test_htmldoc 'htmldoc' not recognized internal or external command, operable program or batch file. htmldoc not found. please install first dmake.exe:  error code 129, while making 'test_htmldoc'   mfrankl/html-htmldoc-0.10.tar.gz   c:\strawberry\c\bin\dmake.exe -- not ok running make test   can't test without successful make running make install   make had returned bad status, install seems impossible stopping: 'install' failed 'html::htmldoc'. failed during command:  mfrankl/html-htmldoc-0.10.tar.gz             : make no 

html::htmldoc wrapper around htmldoc program. when error says

'htmldoc' not recognized internal or external command, operable program or batch file. htmldoc not found. please install first

i suspect it's telling you need install htmldoc before installing html::htmldoc.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -