From e46182c6ab119f22b51a8c19d582f9ae469499e7 Mon Sep 17 00:00:00 2001
From: Daniel Veillard 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
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) { + }