1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-14 20:01:04 +03:00

Updated FAQ item #3 with Heiko W. Rupp update, Daniel

This commit is contained in:
Daniel Veillard
2002-02-12 14:29:11 +00:00
parent 797a565a2f
commit e46182c6ab
3 changed files with 8 additions and 2 deletions

View File

@ -195,7 +195,9 @@ A:link, A:visited, A:active { text-decoration: underline }
<p>Sometime the regression tests results don't completely match the value <p>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 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 some platforms the diff return breaks the compilation process, if the
diff is small this is probably not a serious problem</p> diff is small this is probably not a serious problem.</p>
<p>Sometimes (especially on Solaris) make checks fails due to limitations
in make. Try using GNU-make instead.</p>
</li> </li>
<li> <li>
<em>I use the CVS version and there is no configure script</em> <em>I use the CVS version and there is no configure script</em>

View File

@ -240,7 +240,9 @@ libxml2</p>
<p>Sometime the regression tests results don't completely match the value <p>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 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 some platforms the diff return breaks the compilation process, if the
diff is small this is probably not a serious problem</p> diff is small this is probably not a serious problem.</p>
<p>Sometimes (especially on Solaris) make checks fails due to limitations
in make. Try using GNU-make instead.</p>
</li> </li>
<li><em>I use the CVS version and there is no configure script</em> <li><em>I use the CVS version and there is no configure script</em>
<p>The configure (and other Makefiles) are generated. Use the autogen.sh <p>The configure (and other Makefiles) are generated. Use the autogen.sh
@ -2214,6 +2216,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre> } </pre>
</li> </li>

View File

@ -237,6 +237,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre> } </pre>
</li> </li>