broken mingw build

Hans Leidekker hans at it.vu.nl
Tue Jun 1 02:50:07 CDT 2004


On Sunday 30 May 2004 02:59, Kevin Koltzau wrote:

> This patch
> http://cvs.winehq.org/patch.py?id=12495
> seems to have broken the mingw build, currently getting

Are you saying you could build Wine with MinGW before this patch?

> i386-mingw32msvc-gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -D_REENTRANT -Wall -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o interlocked.o interlocked.c
> {standard input}: Assembler messages:
> {standard input}:124: Error: unknown pseudo-op: `.previous'
> {standard input}:135: Error: unknown pseudo-op: `.previous'
> {standard input}:145: Error: unknown pseudo-op: `.previous'
> {standard input}:155: Error: unknown pseudo-op: `.previous'
> {standard input}:165: Error: unknown pseudo-op: `.previous'
> make[2]: *** [interlocked.o] Error 1

I suspect .previous is ELF specific? Don't know if it's worth fixing
this since AFAICS this code is about portability toward Unix platforms
and now we're trying to build PE executables from it with MinGW. Cygwin
might be an interesting target in this respect though.

 -Hans

Changelog:
  MinGW portability fix.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include_wine_port_h.diff
Type: text/x-diff
Size: 869 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20040601/e14241de/include_wine_port_h.bin


More information about the wine-devel mailing list