[Bug 11076] New: msxml depends on libxml2 without checking for it
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(a)winehq.org ReportedBy: w.winkelhorst(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076 Wander <w.winkelhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.winkelhorst(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-01-07 13:10:17 --- patch sent: http://www.winehq.org/pipermail/wine-patches/2008-January/048819.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076 --- Comment #2 from Lei Zhang <thestig(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076 Wander <w.winkelhorst(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Wander <w.winkelhorst(a)gmail.com> 2008-01-08 02:22:52 --- It works great now, good job! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:57 --- Closing all RESOLVED FIXED bugs older than 0.9.54. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11076 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org