SAXXMLReader

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bill lam

SAXXMLReader

Post by bill lam »

Perhaps the msxml3: Added support for SAXXMLReader causes compilation failure on
my ubuntu gutsy amd64

libxml/SAX2.h: No such file or directory
libxml/SAX2.h was first included from saxreader.c:41
make[2]: [Makefile] Error 1 (ignored)
../../tools/makedep -C. -S../.. -T../.. -I/usr/include/libxml2
-I/usr/include/libxml2 attribute.c cdata.c comment.c docfrag.c domdoc.c
domimpl.c element.c entityref.c factory.c main.c node.c nodelist.c nodemap.c
parseerror.c pi.c queryresult.c regsvr.c saxreader.c schema.c text.c uuid.c
xmldoc.c xmlelem.c version.rc
libxml/SAX2.h: No such file or directory
libxml/SAX2.h was first included from saxreader.c:41
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/home/bill/wine-git/dlls/msxml3'
make[1]: *** [msxml3/__depend__] Error 2
make[1]: Leaving directory `/home/bill/wine-git/dlls'
make: *** [dlls/__depend__] Error 2

libxml2-dev was already installed and that SAX2.h do exist.

any idea how to fix it?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: SAXXMLReader

Post by vitamin »

bill lam wrote:Perhaps the msxml3: Added support for SAXXMLReader causes compilation failure on
my ubuntu gutsy amd64

libxml/SAX2.h: No such file or directory
libxml/SAX2.h was first included from saxreader.c:41
Looks like there is a patch already sent to fix this: http://www.winehq.org/pipermail/wine-pa ... 52178.html
Could you try it to see if it works for you?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

SAXXMLReader

Post by austin987 »

On Tue, Mar 25, 2008 at 9:56 AM, vitamin <[email protected]> wrote:
bill lam wrote:
Perhaps the msxml3: Added support for SAXXMLReader causes compilation failure on
my ubuntu gutsy amd64

libxml/SAX2.h: No such file or directory
libxml/SAX2.h was first included from saxreader.c:41
Looks like there is a patch already sent to fix this: http://www.winehq.org/pipermail/wine-pa ... 52178.html
Could you try it to see if it works for you?
Compilation is broken for me as well in ubuntu feisty (32 bit). This
patch fixes the issue.
bill lam

SAXXMLReader

Post by bill lam »

Austin English wrote:
patch fixes the issue.
Too me. Thank you.
Locked