From: Gary Pennington (Gary.Pennington@uk.sun.com)
Date: Mon Feb 26 2001 - 05:54:07 EST
Hi,
The configure script has been broken for non-gcc compilers (at least on
Solaris) in this release.
in configure.in at line 159 there is a check which reads :-
if test "${GCC}" != "yes" ; then
I'm not sure what the part relating to HP should be changed to, but this
check is wrong when using the Sun compiler on Solaris since -Wall means
nothing to the Sun compiler.
I think the line should be
if test "${GCC}" = "yes" ; then
however, as I said above, I'm not sure what impact this would have on the
check for hpux in the next statement.
Gary
Daniel Veillard wrote:
> Downloads from:
> ftp://xmlsoft.org/
>
> http://xmlsoft.org/
>
> libxml-2.3.2 is a normal bugfix release there is just a couple
> of new APIs as a new list module from Gary Pennington. It fixes
> some XPath and libxml tree problems found by XSLT tests.
>
> http://xmlsoft.org/XSLT/
>
> Libxslt-0.3.0 is the third beta release, it should cover
> most features from the XSLT-1.0 spec. Check the FEATURES file
> to get a precise idea.
> It requires libxml 2.3.2 or later.
> The embedded xmlproc test program allow to run non-trivial
> transformations. The new set of example added in this release
> are using Norman Walsh DocBook XSL styleheets.
>
> The parts missing are:
> - Extensions support
> - Embedding Stylesheets
> - document() and key() are incomplete
>
> A quick grep on FEATURES indicates 152 YES and 13 NO.
> Future work is bug fixing, finishing the missing parts and
> starting to look at speeding up the process (early tests
> seems to indicate libxslt is relatively fast).
>
> Daniel
>
> --
> Daniel Veillard | Red Hat Network http://redhat.com/products/network/
> veillard@redhat.com | libxml Gnome XML toolkit http://xmlsoft.org/
> http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
> ----
> Message from the list xml@rpmfind.net
> Archived at : http://xmlsoft.org/messages/
> to unsubscribe: echo "unsubscribe xml" | mail majordomo@rpmfind.net
---- Message from the list xml@rpmfind.net Archived at : http://xmlsoft.org/messages/ to unsubscribe: echo "unsubscribe xml" | mail majordomo@rpmfind.net
This archive was generated by hypermail 2b29 : Mon Feb 26 2001 - 06:43:29 EST