Re: [xslt] Release of libxslt-1.0.23



Hello,

During the building libxslt-1.0.23 I get error:
=============================
/home/ave/xml/libxslt-1.0.23>make > /dev/null
[...]
In file included from documents.c:18:
xsltInternals.h:460: parse error before `xmlGenericErrorFunc'
xsltInternals.h:460: warning: no semicolon at end of struct or union
xsltInternals.h:462: parse error before `}'
[...]
=============================

This patch solved the problem:
=============================
*** libxslt/xsltInternals.old.h Fri Nov 22 21:05:55 2002
--- libxslt/xsltInternals.h     Fri Nov 22 21:06:13 2002
***************
*** 15,20 ****
--- 15,21 ----
  #include <libxml/tree.h>
  #include <libxml/hash.h>
  #include <libxml/xpath.h>
+ #include <libxml/xmlerror.h>
  #include <libxslt/xslt.h>
  #include "numbersInternals.h"
=============================

My system is:
=============================
/home/ave/xml/libxslt-1.0.23>uname -a
HP-UX onyma B.11.00 A 9000/800 1122079638 two-user license

/home/ave/xml/libxslt-1.0.23>gcc --version
2.9-hppa-991112
=============================

  Thanks.
  
-- 
Best regards,
 Alexey                            mailto:ave@stacksoft.ru




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]