- From: Torkil Zachariassen <torkil@lv.fo>
- Date: Mon, 17 Jun 2002 15:09:37 -0400 (EDT)
- To: html-tidy@w3.org
This is just a note on compiling tidy on a RedHat 7.1 system, which we use to mail our webmasters all kinds of errors ... 1) I would suggest someone writes a README and perhaps a INSTALL file. 2) make seems to work cleanly. "make all" gives a warning. 3) The ~/.tidyrc should be used by default on *nix (in platform.h) Thanks for tidy - great tool Regards Torkil Zachariassen / Faroe Islands Office of Public Works $ make gcc -c -I ./include/ src/attrs.c gcc -c -I ./include/ src/istack.c gcc -c -I ./include/ src/parser.c gcc -c -I ./include/ src/tags.c gcc -c -I ./include/ src/entities.c gcc -c -I ./include/ src/lexer.c gcc -c -I ./include/ src/pprint.c gcc -c -I ./include/ src/clean.c gcc -c -I ./include/ src/localize.c gcc -c -I ./include/ src/config.c gcc -c -I ./include/ src/tidy.c gcc -I ./include/ -o tidy ./access.o ./attrs.o ./istack.o ./parser.o ./tags.o ./entities.o ./lexer.o ./pprint.o ./clean.o ./localize.o ./config.o ./tidy.o -lc $ make all gcc -I ./include/ -o tab2space ./src/tab2space.c -lc ./src/tab2space.c:6: warning: redefinition of int' /usr/include/sys/types.h:146: warning: int' previously declared here
Received on Tuesday, 18 June 2002 00:20:04 UTC