From e46182c6ab119f22b51a8c19d582f9ae469499e7 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 12 Feb 2002 14:29:11 +0000 Subject: [PATCH] Updated FAQ item #3 with Heiko W. Rupp update, Daniel --- doc/FAQ.html | 4 +++- doc/xml.html | 5 ++++- doc/xmlio.html | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.html b/doc/FAQ.html index d41dcd09..bda03e8e 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -195,7 +195,9 @@ A:link, A:visited, A:active { text-decoration: underline }

Sometime the regression tests results don't completely match the value produced by the parser, and the makefile uses diff to print the delta. On some platforms the diff return breaks the compilation process, if the - diff is small this is probably not a serious problem

+ diff is small this is probably not a serious problem.

+

Sometimes (especially on Solaris) make checks fails due to limitations + in make. Try using GNU-make instead.

  • I use the CVS version and there is no configure script diff --git a/doc/xml.html b/doc/xml.html index b32bf629..fd642386 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -240,7 +240,9 @@ libxml2

    Sometime the regression tests results don't completely match the value produced by the parser, and the makefile uses diff to print the delta. On some platforms the diff return breaks the compilation process, if the - diff is small this is probably not a serious problem

    + diff is small this is probably not a serious problem.

    +

    Sometimes (especially on Solaris) make checks fails due to limitations + in make. Try using GNU-make instead.

  • I use the CVS version and there is no configure script

    The configure (and other Makefiles) are generated. Use the autogen.sh @@ -2214,6 +2216,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) { + }

  • diff --git a/doc/xmlio.html b/doc/xmlio.html index cfd763d1..7cacb99a 100644 --- a/doc/xmlio.html +++ b/doc/xmlio.html @@ -237,6 +237,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) { + }