D3DXCreatePolygon

2011-10-25 Thread paulo lesgaz
Hello, any problem with my D3DXCreatePolygon patch? Thanks in advance. David

Re: [PATCH 2/5] d3d8/tests: Add a small test for multisampled CopyRects().

2011-10-25 Thread Francois Gouget
commit fd1afd24f4af20646ce0f3a7ac2064e8e49b1e7d Author: Henri Verbeet hverb...@codeweavers.com Date: Wed Oct 19 22:03:11 2011 +0200 d3d8/tests: Add a small test for multisampled CopyRects(). This commit causes the d3d8:visual to crash on my desktop (Debian Testing, 9600GT, 285.05.09-1

re: [PATCH 1/3] widl: teach widl how to automatically create class factories (resend)

2011-10-25 Thread Dan Kegel
Hi Bernhard, build fails here: widl.o: In function `write_dlldata': /home/bob/wineslave.dir/sandbox/slave/runtests-default/build/tools/widl/widl.c:423: undefined reference to `write_dlldata_list' widl.o: In function `main':

D3DXCreatePolygon

2011-10-25 Thread David Adam
Any problem with my D3DXCreatePolygon patch? Thanks in advance. David

Re: Regression testing breakthrough

2011-10-25 Thread Damjan Jovanovic
2011/10/18 André Hentschel n...@dawncrow.de Am 18.10.2011 10:45, schrieb Damjan Jovanovic: This tool compiled all 35000 or so commits from Wine 1.0 to around 4th October 2011 in only 7 days, generating a Git repository of Wine binaries that's only 26 gigabytes in size. Regression testing

Re: [PATCH] kernel32: Output message to stderr in UTF-8

2011-10-25 Thread Alex Henrie
Hello, Last week I submitted a patch to make kernel32 output an error message in UTF-8 rather than the current codepage. This fixed a bug in which the command wine /. would produce a garbled error message in languages other than English. However, thinking about this some more, I'm not sure that

Re: [PATCH] kernel32: Output message to stderr in UTF-8

2011-10-25 Thread Nicolas Le Cam
2011/10/25 Alex Henrie alexhenri...@gmail.com: Hello, Last week I submitted a patch to make kernel32 output an error message in UTF-8 rather than the current codepage. This fixed a bug in which the command wine /. would produce a garbled error message in languages other than English.

Re: Regression testing breakthrough

2011-10-25 Thread Francois Gouget
On Tue, 25 Oct 2011, Damjan Jovanovic wrote: [...] Now the next question is, how to get the binaries to run on any distro? Or should I just compile on Ubuntu because most people run that (do they still, after Unity?)? Compile on Debian Stable or even Debian OldStable, taking care to still

Wine's configure script when cross-compiling

2011-10-25 Thread Roger Cruz
I'm still attempting to cross-compile Wine to ARM and I'm running into many compile errors right off the bat.  I have tracked these down to the lack of HAVE_xxx in the config.h file generated from configure script. Many of the functions being checked from this list fail when they are compiled

re: Wine's configure script when cross-compiling

2011-10-25 Thread Dan Kegel
Welcome to the wonderful world of autoconf! The code that generates conftest.c does not provide for an argument to strerror. Why doesn't it? And how does the configure script succeed when compiling for x86? If I recall correctly: Because conftest.c doesn't include the .h file that