http://bugs.winehq.org/show_bug.cgi?id=24948
Summary: [1.3.6] Building from source breaks in dlls/msxml3/schema.c Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: my.somewhat.lengthy.loginname@gmail.com
Created an attachment (id=31590) --> (http://bugs.winehq.org/attachment.cgi?id=31590) GCC's error messages, copied from the console output
Whereas Wine 1.3.5 builds just fine here, the build of Wine 1.3.6 breaks in dlls/msxml3/schema.c. My GCC version is 4.5.1; the relevant console output is attached.
http://bugs.winehq.org/show_bug.cgi?id=24948
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31590|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=24948
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|[1.3.6] Building from |Building breaks in |source breaks in |dlls/msxml3/schema.c |dlls/msxml3/schema.c |
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-10-30 05:32:26 CDT --- What is your libxml2 version (including dev package)?
http://bugs.winehq.org/show_bug.cgi?id=24948
--- Comment #2 from my.somewhat.lengthy.loginname@gmail.com 2010-10-30 05:42:21 CDT --- It is libxml2 version 2.7.7 -- compiled and installed from source.
http://bugs.winehq.org/show_bug.cgi?id=24948
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
http://bugs.winehq.org/show_bug.cgi?id=24948
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #3 from Austin English austinenglish@gmail.com 2010-10-30 12:15:50 CDT --- Please run a regression test: Http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=24948
--- Comment #4 from my.somewhat.lengthy.loginname@gmail.com 2010-10-30 13:05:57 CDT --- No, sorry, I am not going to waste my time like that. I gave a precise bug report, down to the exact source code line and compiler error message. If you cannot take it from there, then please close the bug report as WONTFIX.
http://bugs.winehq.org/show_bug.cgi?id=24948
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-11-02 06:00:16 CDT --- It sounds like you didn't include schema support in your libxml build. You should fix that.
http://bugs.winehq.org/show_bug.cgi?id=24948
my.somewhat.lengthy.loginname@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from my.somewhat.lengthy.loginname@gmail.com 2010-11-02 14:37:52 CDT --- (In reply to comment #5)
You are right. Recompiling libxml2 with schema support fixed the issue; Wine 1.3.6 built fine afterwards. Thank you very much!
http://bugs.winehq.org/show_bug.cgi?id=24948
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-03 02:53:32 CDT --- Closing invalid.