[Wine] Assembler errors in interlocked.c 0.9.61/1.1.12

Fallenblood wineforum-user at winehq.org
Thu Jan 15 08:11:29 CST 2009


Hi. I've decided to do a regression test in order to find out what's wrong with Dreamfall (see AppDB), and that involves comparing releases 0.9.61 and 1.1.12 (reports have been "garbage" ever since 1.0.0, but with errors different from mine). However, when building for the first time, this error occurs:


Code:
ccache gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith  -g -O2 -D__i386__  -o interlocked.o interlocked.c
{standard input}: Assembler messages:
{standard input}:38: Error: suffix or operands invalid for `push'
{standard input}:39: Error: suffix or operands invalid for `push'
{standard input}:46: Error: suffix or operands invalid for `pop'
{standard input}:47: Error: suffix or operands invalid for `pop'
make[2]: *** [interlocked.o] Error 1
make[2]: Leaving directory `/home/egasimus/wine-regression-testing/wine-git/libs/port'
make[1]: *** [port] Error 2
make[1]: Leaving directory `/home/egasimus/wine-regression-testing/wine-git/libs'
make: *** [libs] Error 2



Said lines contain some obscure assembler instructions. Can anyone help me fix this so I can continue with my regression testing?







More information about the wine-users mailing list