Adam Martinson amartinson@codeweavers.com writes:
dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/schema.c | 75 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 0 deletions(-)
This doesn't build on Leopard (libxml 2.6.16):
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -shared ./msxml3.spec attribute.o bsc.o cdata.o comment.o dispex.o docfrag.o domdoc.o domimpl.o element.o entityref.o factory.o httprequest.o main.o node.o nodelist.o nodemap.o parseerror.o pi.o queryresult.o regsvr.o saxreader.o schema.o text.o uuid.o xmldoc.o xmlelem.o xslpattern.tab.o xslpattern.yy.o version.res -o msxml3.dll.so -luuid -lurlmon -lshlwapi -loleaut32 -lole32 -luser32 -ladvapi32 ../../libs/port/libwine_port.a -L/usr/lib -lxml2 -lz -lpthread -licucore -lm Undefined symbols: "_xmlSchemaSetValidStructuredErrors", referenced from: _SchemaCache_validate_tree in schema.o ld: symbol(s) not found
On 10/28/2010 14:42, Alexandre Julliard wrote:
Adam Martinsonamartinson@codeweavers.com writes:
dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/schema.c | 75 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 0 deletions(-)
This doesn't build on Leopard (libxml 2.6.16):
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -shared ./msxml3.spec attribute.o bsc.o cdata.o comment.o dispex.o docfrag.o domdoc.o domimpl.o element.o entityref.o factory.o httprequest.o main.o node.o nodelist.o nodemap.o parseerror.o pi.o queryresult.o regsvr.o saxreader.o schema.o text.o uuid.o xmldoc.o xmlelem.o xslpattern.tab.o xslpattern.yy.o version.res -o msxml3.dll.so -luuid -lurlmon -lshlwapi -loleaut32 -lole32 -luser32 -ladvapi32 ../../libs/port/libwine_port.a -L/usr/lib -lxml2 -lz -lpthread -licucore -lm Undefined symbols: "_xmlSchemaSetValidStructuredErrors", referenced from: _SchemaCache_validate_tree in schema.o ld: symbol(s) not found
True, it's available starting 2.6.21.
On 10/28/2010 05:42 AM, Alexandre Julliard wrote:
Adam Martinsonamartinson@codeweavers.com writes:
dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/schema.c | 75 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 0 deletions(-)
This doesn't build on Leopard (libxml 2.6.16):
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -shared ./msxml3.spec attribute.o bsc.o cdata.o comment.o dispex.o docfrag.o domdoc.o domimpl.o element.o entityref.o factory.o httprequest.o main.o node.o nodelist.o nodemap.o parseerror.o pi.o queryresult.o regsvr.o saxreader.o schema.o text.o uuid.o xmldoc.o xmlelem.o xslpattern.tab.o xslpattern.yy.o version.res -o msxml3.dll.so -luuid -lurlmon -lshlwapi -loleaut32 -lole32 -luser32 -ladvapi32 ../../libs/port/libwine_port.a -L/usr/lib -lxml2 -lz -lpthread -licucore -lm Undefined symbols: "_xmlSchemaSetValidStructuredErrors", referenced from: _SchemaCache_validate_tree in schema.o ld: symbol(s) not found
OK, looks like xmlSchemaSetValidStructuredErrors() was added in 2.6.21.