Re: [xml] Re: [Toutdoux-list] can't make Toutdoux
- From: Daniel Veillard <veillard redhat com>
- To: Philippe Roy <ph_roy toutdoux org>
- Cc: xml gnome org, Chad Nantais <producer rednaxel com>
- Subject: Re: [xml] Re: [Toutdoux-list] can't make Toutdoux
- Date: Tue, 8 May 2001 06:07:01 -0400
On Tue, May 08, 2001 at 12:01:42PM +0200, Philippe Roy wrote:
Hi, all
td_flower.c:445: structure has no member named `xmlChildrenNode'
Strange, so the libxml-1.8.12 isn't compatible with libxml-1.8.10 ?
Any ideas ?
No, it's a compatibility macros, it was there in 1.8.10, it's still there
and the associated include did not change ! The user should probably
triple check that he's including the right file <gnome-xml/tree.h>
(or libxml/tree.h if he has $prefix/include/gnome-xml in his path).
orchis:/gnome/src/gnome-xml.old -> grep xmlChildrenNode *.h
tree.h:#ifndef xmlChildrenNode
tree.h:#define xmlChildrenNode childs
orchis:/gnome/src/gnome-xml.old -> cvs -z9 diff -r LIBXML_1_8_10 tree.h
Index: tree.h
===================================================================
RCS file: /cvs/gnome/gnome-xml/tree.h,v
retrieving revision 1.41.2.2
retrieving revision 1.41.2.3
diff -r1.41.2.2 -r1.41.2.3
482d481
< int xmlRemoveProp (xmlAttrPtr cur);
539c538
< int xmlRemoveProp (xmlAttrPtr attr); /* TODO */
---
int xmlRemoveProp (xmlAttrPtr cur);
orchis:/gnome/src/gnome-xml.old ->
Daniel
--
Daniel Veillard | Red Hat Network http://redhat.com/products/network/
veillard redhat com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]