[4/4] msxml3: Implement domdoc schema validation (resend)

Alexandre Julliard julliard at winehq.org
Tue Nov 2 07:15:16 CDT 2010


Adam Martinson <amartinson at codeweavers.com> writes:

> ---
>  dlls/msxml3/domdoc.c       |  127
> ++++++++++++++++++++++++++++++++------------
>  dlls/msxml3/tests/domdoc.c |    2 +-
>  2 files changed, 93 insertions(+), 36 deletions(-)

This one breaks on libxml 2.6.16 too:

gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith  -g -O2  -o domdoc.o domdoc.c
domdoc.c: In function 'domdoc_validateNode':
domdoc.c:2496: error: 'struct _xmlDoc' has no member named 'properties'
domdoc.c:2496: error: 'XML_DOC_WELLFORMED' undeclared (first use in this function)
domdoc.c:2496: error: (Each undeclared identifier is reported only once
domdoc.c:2496: error: for each function it appears in.)
make: *** [domdoc.o] Error 1

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list