Re: Running a conformance test on windows before submitting to wine-patches.
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
On Wed, Aug 20, 2008 at 2:25 PM, Scott Lindeneau <slindeneau(a)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(a)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
Thanks. I'll typecast the warnings out or write a new macro for wsa_ok -Scott On Thu, Aug 21, 2008 at 4:42 AM, Austin English <austinenglish(a)gmail.com> wrote:
On Wed, Aug 20, 2008 at 2:25 PM, Scott Lindeneau <slindeneau(a)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(a)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
On Thu, Aug 21, 2008 at 04:25:07AM +0900, Scott Lindeneau 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).
Thanks for working on this. Before you submit this to wine-patches, get rid of the tabs so the indentation lines up. It will get auto-rejected for inconsistent indentation. ;)
Guh. Ill figure it out eventually I guess. Which tabs are you talking about in particular? All of them? On Thu, Aug 21, 2008 at 5:48 AM, Dan Hipschman <dsh(a)linux.ucla.edu> wrote:
On Thu, Aug 21, 2008 at 04:25:07AM +0900, Scott Lindeneau 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).
Thanks for working on this. Before you submit this to wine-patches, get rid of the tabs so the indentation lines up. It will get auto-rejected for inconsistent indentation. ;)
On Thu, Aug 21, 2008 at 05:54:07AM +0900, Scott Lindeneau wrote:
Guh. Ill figure it out eventually I guess. Which tabs are you talking about in particular? All of them?
Yes, just stick with spaces, and it seems the convention is four spaces per indentation level.
participants (3)
-
Austin English -
Dan Hipschman -
Scott Lindeneau