Am Thursday 28 June 2007 10:45 schrieb Paul Vriens:
Hi,
Ever since gdiplus tests (roughly 2 weeks ago) got added to Wine we have crosscompile failures:
i386-mingw32-gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Wcast-qual -o brush.cross.o brush.c brush.c:1: warning: -fPIC ignored for target (all code is position independent) i386-mingw32-gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Wcast-qual -o pen.cross.o pen.c pen.c:1: warning: -fPIC ignored for target (all code is position independent) ../../../tools/make_ctests -o testlist.c brush.c pen.c i386-mingw32-gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Wcast-qual -o testlist.cross.o testlist.c testlist.c:1: warning: -fPIC ignored for target (all code is position independent) i386-mingw32-gcc brush.cross.o pen.cross.o testlist.cross.o -o gdiplus_crosstest.exe -lgdiplus -lkernel32 /usr/local/lib/gcc/i386-mingw32/3.4.5/../../../../i386-mingw32/bin/ld: cannot find -lgdiplus collect2: ld returned 1 exit status make: *** [gdiplus_crosstest.exe] Error 1
Does anybody feel up to fixing MingW so we will have a new winetest executable soon? No new one since June 12 on http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/ .
Hello Paul,
the patches are already in the inbox of Paul Millar, but it looks like he did not find the time to include them into the build environment. The last patches were from yesterday (msi,mshtml). And it looks like i need to send at lesat one today (pdh).
Bye Stefan