Running a conformance test on windows before submitting to wine-patches.

Austin English austinenglish at gmail.com
Wed Aug 20 14:42:02 CDT 2008


On Wed, Aug 20, 2008 at 2:25 PM, Scott Lindeneau <slindeneau at 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 at 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
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: result.txt
Url: http://www.winehq.org/pipermail/wine-devel/attachments/20080820/025050f3/attachment.txt 


More information about the wine-devel mailing list