"Christopher Moreno" <[EMAIL PROTECTED]> writes:

> I tried installing the Perl mod HTML::PARSER 3.25 and it failed on
> FreeBSD 4.1.1 I tried to to make it. I was able to do the makefile.pl
> just fine.

This probably means that the compiler picks up the wrong patchlevel.h
(not the one that perl provides).  Do you find a patchlevel.h in
/usr/include or something like that.

Regards,
Gisle

> Below is the make out put:
>  
> cc -c  -fno-strict-aliasing -I/usr/local/include -O
> -DVERSION=\"3.25\" 
>  -DX
> S_VERSION=\"3.25\" -DPIC -fpic
> -I/usr/local/lib/perl5/5.6.0/i386-freebsd/COR
> E -D
> MARKED_SECTION Parser.c
> In file included from Parser.xs:95:
> util.c: In function `decode_entities':
> util.c:101: `hexdigit' undeclared (first use in this function)
> util.c:101: (Each undeclared identifier is reported only once
> util.c:101: for each function it appears in.)
> In file included from Parser.xs:96:
> hparser.c: In function `report_event':
> hparser.c:465: `sv_yes' undeclared (first use in this function)
> hparser.c:508: `sv_undef' undeclared (first use in this function)
> Parser.xs: In function `XS_HTML__Parser_strict_comment':
> Parser.xs:317: `sv_yes' undeclared (first use in this function)
> Parser.xs: In function `XS_HTML__Parser_boolean_attribute_value':
> Parser.xs:328: `sv_undef' undeclared (first use in this function)
> Parser.xs: In function `XS_HTML__Parser_handler':
> Parser.xs:423: `sv_undef' undeclared (first use in this function)
> Parser.c: In function `boot_HTML__Parser':
> Parser.c:618: `sv_yes' undeclared (first use in this function)
> *** Error code 1

Reply via email to