Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-Tidy CPAN distribution.

Report information
The Basics
Id: 7046
Status: resolved
Priority: 0/
Queue: HTML-Tidy

People
Owner: Nobody in particular
Requestors: tom [...] punch.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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 $
Date: Wed, 21 Jul 2004 16:17:00 -0700
From: Tom Heady <tom [...] punch.net>
To: bug-HTML-Tidy [...] rt.cpan.org
Subject: Re: [cpan #7046] AutoReply: problem with make on on HTML::Tidy
RT-Send-Cc:
<thinc> i think tidy thinks i am on windows <thinc> there is no sys/utime.h except on windows <Andy> aaaah, interesting observation. <Andy> Maybe you can futz with a define. <thinc> yeah i'll see what I can do So I'm going to see if it really does think I am on windows. HTML-Tidy wrote: Show quoted text
> Greetings, > This message has been automatically generated in response to your bug report about HTML-Tidy, a summary of which appears below. > > There is no need to reply to this message right now. Your bug in HTML-Tidy has been assigned an ID of [cpan #7046]. Please include the string: > > [cpan #7046] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-HTML-Tidy@rt.cpan.org > > ------------------------------------------------------------------------- > 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 $ > > >
HTML::Tidy now relies on libtidyp. This should no longer be an issue.