Re: msxml3: Implement createProcessingInstruction with a stub PI object.
domdoc.c:domdoc_createProcessingInstruction() uses xmlNewDocPI() from libxml2. This feature was added in libxml2 version 2.6.15. (released about 2 years ago) Anyone using an older distro with an outdated libxml2 (e.x. RHEL 3) will not be able to compile this code. On 11/16/06, Huw Davies <huw(a)codeweavers.com> wrote:
--- dlls/msxml3/Makefile.in | 1 dlls/msxml3/domdoc.c | 19 +- dlls/msxml3/msxml_private.h | 1 dlls/msxml3/pi.c | 544 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 563 insertions(+), 2 deletions(-)
Here's a patch that disables domdoc_createProcessingInstruction() when libxml2 does not have xmlNewDocPI(). Do I need to modify wine/configure as well? On 11/27/06, Lei Zhang <thestig(a)google.com> wrote:
domdoc.c:domdoc_createProcessingInstruction() uses xmlNewDocPI() from libxml2. This feature was added in libxml2 version 2.6.15. (released about 2 years ago) Anyone using an older distro with an outdated libxml2 (e.x. RHEL 3) will not be able to compile this code.
On 11/16/06, Huw Davies <huw(a)codeweavers.com> wrote:
--- dlls/msxml3/Makefile.in | 1 dlls/msxml3/domdoc.c | 19 +- dlls/msxml3/msxml_private.h | 1 dlls/msxml3/pi.c | 544 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 563 insertions(+), 2 deletions(-)
participants (1)
-
Lei Zhang