Greetings,

I am having problems attempting to install the HTML-Parser-3.07 module on an
NT 4.0 Server running Perl 5.004_2.

Some detailed transaction output is provided below.

Noting the "D:Perlbinperl: not found" error, I changed the
setting for PERL in the makefile from
  PERL = d:\perl\bin\perl 
to
  PERL = "d:\\perl\\bin\perl"

That got me past the initial error, but then there were other errors. I then
made similar changes for all path settings in the makefile. However, I still
couldn't get a successful build. If there were no explicit errors, 
it seemed that the make would just hang.

Of course, ideally, it shouldn't be necessary for me to muck with makefile
at all.

I would be very thankful if you could offer any insight into why I am
getting these errors, and suggestions for resolution.

Let me know if you would like any other related information.

Thank you.

----------------------------------------------------------------------------
----
Detailed Transaction Output
----------------------------------------------------------------------------
----
 Volume in drive E has no label.
 Volume Serial Number is 2C17-AA52

 Directory of E:\Temp\hpx\HTML-Parser-3.07

[.]            [..]           [eg]           [hints]        [lib]
[t]            ANNOUNCEMENT   Changes        MANIFEST       mkhctype
mkpfunc        README         TODO           typemap        hparser.c
util.c         hparser.h      tokenpos.h     Makefile.PL    Parser.pm
Parser.xs
              21 File(s)         97,981 bytes
                         16,441,991,168 bytes free

E:\Temp\hpx\HTML-Parser-3.07>perl makefile.pl
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Parser

E:\Temp\hpx\HTML-Parser-3.07>perl -V:make
make='dmake';

E:\Temp\hpx\HTML-Parser-3.07>dmake
D:Perlbinperl: not found
dmake.exe:  Error code 127, while making 'blib\lib\HTML\.exists'

E:\Temp\hpx\HTML-Parser-3.07>
----------------------------------------------------------------------------
----
END

Reply via email to