http://bugs.winehq.org/show_bug.cgi?id=11076
Summary: msxml depends on libxml2 without checking for it Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: w.winkelhorst@gmail.com
msxml_private.h has the following piece of code:
/* IXMLDOMNode Internal Structure */ typedef struct _xmlnode { const struct IXMLDOMNodeVtbl *lpVtbl; const struct IUnknownVtbl *lpInternalUnkVtbl; IUnknown *pUnkOuter; LONG ref; xmlNodePtr node; } xmlnode;
this piece of code is not surrounded by #ifdef's but does use a libxml2 variable type: xmlNodePtr
This causes cryptic compile errors if you don't have libxml2 installed.
http://bugs.winehq.org/show_bug.cgi?id=11076
Wander w.winkelhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |w.winkelhorst@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=11076
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Lei Zhang thestig@google.com 2008-01-07 13:10:17 --- patch sent:
http://www.winehq.org/pipermail/wine-patches/2008-January/048819.html
http://bugs.winehq.org/show_bug.cgi?id=11076
--- Comment #2 from Lei Zhang thestig@google.com 2008-01-07 16:37:18 --- Patch committed, please retest with latest git.
http://www.winehq.org/pipermail/wine-cvs/2008-January/039422.html
http://bugs.winehq.org/show_bug.cgi?id=11076
Wander w.winkelhorst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Wander w.winkelhorst@gmail.com 2008-01-08 02:22:52 --- It works great now, good job!
http://bugs.winehq.org/show_bug.cgi?id=11076
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel dank@kegel.com 2008-01-28 06:13:57 --- Closing all RESOLVED FIXED bugs older than 0.9.54.
http://bugs.winehq.org/show_bug.cgi?id=11076
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified