Date: | Wed, 21 Jul 2004 15:27:08 -0700 |
From: | Tom Heady <tom [...] punch.net> |
To: | bug-html-tidy [...] rt.cpan.org |
Subject: | problem with make on on HTML::Tidy |
I'm getting this error when I make HTML::Tidy 1.04
# perl Makefile.PL
Writing Makefile for HTML::Tidy
# make
cc -c -I. -I/usr/include/tidy -I/usr/local/include/tidy -D_REENTRANT
-D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
-DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC
"-I/usr/lib/perl/5.8/CORE" Tidy.c
In file included from /usr/include/tidy/platform.h:346,
from /usr/include/tidy/tidy.h:70,
from Tidy.xs:5:
/usr/local/include/assert.h:94:1: warning: "assert" redefined
In file included from Tidy.xs:2:
/usr/lib/perl/5.8/CORE/perl.h:2778:1: warning: this is the location of
the previous definition
In file included from /usr/include/tidy/tidy.h:70,
from Tidy.xs:5:
/usr/include/tidy/platform.h:432:23: sys/utime.h: No such file or directory
In file included from /usr/include/tidy/tidy.h:70,
from Tidy.xs:5:
/usr/include/tidy/platform.h:497: redefinition of `uint'
/usr/local/include/sys/types.h:153: `uint' previously declared here
make: *** [Tidy.o] Error 1
I am not sure this is your bug, my config could just be messed up.
Note: the os is debian unstable
on debian stable, it compiles fine with
tiny.h: $Date: 2004/02/29 03:59:25 $