On Wed, Aug 20, 2008 at 2:25 PM, Scott Lindeneau slindeneau@gmail.com wrote:
Sorry about not knowing how to cross compile before. Here is the patch(gmail doesn't let me attach exe's... I will look into this). Please try this. Tell me if I am doing something wrong (again).
-Scott
Got some warnings, might check into that. austin@SERVER1:~/wine-git/dlls/ws2_32/tests$ make crosstest i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -o protocol.cross.o protocol.c i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -o sock.cross.o sock.c sock.c: In function `overlapped_server': sock.c:636: warning: assignment makes integer from pointer without a cast sock.c:636: warning: comparison between pointer and integer sock.c:636: warning: comparison between pointer and integer sock.c:646: warning: assignment makes integer from pointer without a cast sock.c:646: warning: comparison between pointer and integer sock.c:646: warning: comparison between pointer and integer ../../../tools/make_ctests -o testlist.c protocol.c sock.c i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -o testlist.cross.o testlist.c i586-mingw32msvc-gcc protocol.cross.o sock.cross.o testlist.cross.o -o ws2_32_crosstest.exe -L../../../dlls -L../../../dlls/ws2_32 -L../../../dlls/kernel32 -lws2_32 -lkernel32
Passes for me in 2k (That test failure you see was already there, but it's a different function anyway).
-Austin