http://bugs.winehq.org/show_bug.cgi?id=13193
Summary: rc1 won't compile under Debian on AMD64 Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: harrymvt@gmail.com
Created an attachment (id=13011) --> (http://bugs.winehq.org/attachment.cgi?id=13011) Errors output by make
Make stops at interlocked.c
Error: suffix or operands invalid for `push' Error: suffix or operands invalid for `pop'
http://bugs.winehq.org/show_bug.cgi?id=13193
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |enhancement Version|unspecified |1.0-rc1
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-13 09:50:43 --- Looks to me you are trying to compile 64-bit Wine. This is not fully supported yet. Wine is 32-bit app only.
Not blocker - 64-bit is more of the enhancement for now.
http://bugs.winehq.org/show_bug.cgi?id=13193
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|rc1 won't compile under |Won't compile under Debian |Debian on AMD64 |on AMD64 as a 64-bit build
http://bugs.winehq.org/show_bug.cgi?id=13193
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-13 10:02:04 --- Why -D__i386__ is set on the command line?
http://bugs.winehq.org/show_bug.cgi?id=13193
--- Comment #3 from Harry harrymvt@gmail.com 2008-05-13 11:13:27 --- I'm just trying a plain vanilla compile. I didn't edit either configure or Makefile.
http://bugs.winehq.org/show_bug.cgi?id=13193
Harry harrymvt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal
http://bugs.winehq.org/show_bug.cgi?id=13193
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-05-13 11:46:24 --- Here is more information if you just trying to compile Wine: http://wiki.winehq.org/WineOn64bit
http://bugs.winehq.org/show_bug.cgi?id=13193
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-05-13 13:02:46 --- Probably you defined the CC variable which prevents configure from redefining it to gcc -m32. If you set CC explicitly it has to include -m32.
http://bugs.winehq.org/show_bug.cgi?id=13193
Harry harrymvt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #6 from Harry harrymvt@gmail.com 2008-05-13 13:37:19 --- Thank you. I can now compile 32-bit WINE on a 64-bit system.
http://bugs.winehq.org/show_bug.cgi?id=13193
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-13 20:47:26 --- The resolution should be set to invalid not worksforme, since it's not a Wine bug.
http://bugs.winehq.org/show_bug.cgi?id=13193
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-13 20:47:36 --- Closing.