Date: Thu, 09 Feb 2006 11:22:57 -0500 From: Chuck Swiger <chuck@codefab.com> To: FreeBSD - Ports <freebsd-ports@freebsd.org> Subject: www/p5-HTML-Parser broken on 4.11...? Message-ID: <43EB6C61.1090500@codefab.com>
next in thread | raw e-mail | index | archive | help
Hi, all-- www/p5-HTML-Parser seems to be having problems with the STRLEN typedef: 13# cd /usr/ports/www/p5-HTML-Parser && make ===> Building for p5-HTML-Parser-3.49_1 cc -c -O -pipe -march=pentium -O -pipe -march=pentium -DVERSION=\"3.49\" -DXS_VERSION=\"3.49\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.7/mach/CORE" -DMA RKED_SECTION Parser.c In file included from Parser.xs:115: hparser.c: In function `report_event': hparser.c:145: syntax error before `offset' hparser.c:197: `line' undeclared (first use in this function) hparser.c:197: (Each undeclared identifier is reported only once hparser.c:197: for each function it appears in.) hparser.c:298: `offset' undeclared (first use in this function) hparser.c:300: `column' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/www/p5-HTML-Parser/work/HTML-Parser-3.49. *** Error code 1 Stop in /usr/ports/www/p5-HTML-Parser. 14# uname -a FreeBSD ns1.pkix.net 4.11-STABLE FreeBSD 4.11-STABLE #0 [ ... ] The port builds fine under 5.x... -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43EB6C61.1090500>