Re: [xslt] Release of libxslt-1.0.23
- From: Alexey Efimov <ave stacksoft ru>
- To: Daniel Veillard <xslt gnome org>
- Subject: Re: [xslt] Release of libxslt-1.0.23
- Date: Fri, 22 Nov 2002 21:14:22 +0300
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]