- From: Dave Raggett <dsr@w3.org>
- Date: Wed, 17 Oct 2001 09:37:42 +0100 (GMT Daylight Time)
- To: gilles Castel <gcinf@wanadoo.fr>
- cc: html-tidy@w3.org
Hi Gilles, Maintenance of Tidy has now moved to http://tidy.sourceforge.net Thanks for you feedback. On Tue, 16 Oct 2001, gilles Castel wrote: > hello, > > cool tool ... > I just compile it on OpenVMS ... > very few errors and it run ... (for what I want) > > I had to switch PRESERVEFILETIMES to 0 because "sys/utime.h is > unknow and I do not need this and there is an error with the > fonction "unlink" at compile link but the linker do not warn > about it ... so it must be somewhere > > the two last error are due to test EOF as an unsigned char and > the value of EOF is -1 ! > > is there a non-regression test I could do to validate your tool ? > > thanks > gilles CASTEL > gci@free.fr > > ********************* > my notes ... > > unzip de TIDY4AUG2000.ZIP (windows source) > > cc de TAB2SPACE.C ! ... des tonnes d'information > link de TAB2SPACE > mcr []TAB2SPACE -lf tab2space.c > cc TAB2SPACE.C ! 1 warning > link TAB2SPACE ! > > $ mcr []TAB2SPACE -lf config.c config.c > $ mcr []TAB2SPACE -lf PLATFORM.H PLATFORM.H > $ mcr []TAB2SPACE -lf HTML.H HTML.H > $ ed/edt PLATFORM.H > * s/PRESERVEFILETIMES 1/PRESERVEFILETIMES 0/w > * exit > $ cc config > ! 4 erreurs sur c == EOF > $ cc ATTRS > ! CheckScript; n'est pas case sensitive sur VMS ... > $ cc CLEAN.C > ! Ok > $ cc ENTITIES.C > ! ok > $ cc ISTACK.C > ! ok > $ cc LEXER.C > ! erreurs dur c == EndOfStream > $ cc LOCALIZE.C > ! ok > $ cc PARSER.C; > ! ok > $ cc Pprint.c > ! if (unlink(buf) != 0) ... unlink est inconnu comme fonction ... > $ cc TAGS.C; > ! ok > $ cc TIDY.C; > ! ok > > $ link TIDY.OBJ,ATTRS.OBJ;2,ATTRS.OBJ;1,CLEAN.OBJ;1,CONFIG.OBJ;3,ENTITIES.OBJ;1,ISTACK.OBJ;1,LEXER.OBJ;1,LOCALIZE.OBJ;1,PARSER.OBJ;1 > ,PPRINT.OBJ;1,TAGS.OBJ;1 > > > Regards, -- Dave Raggett <dsr@w3.org> or <dave.raggett@openwave.com> W3C Visiting Fellow, see http://www.w3.org/People/Raggett tel/fax: +44 122 586-6240 (or 7351) +44 771 213 7629 (mobile)
Received on Wednesday, 17 October 2001 04:37:47 UTC