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