Re: winegstreamer error with 'make install'

2010-10-22 Thread Paul Vriens
On 10/22/2010 09:37 PM, Reece Dunn wrote: On 22 October 2010 20:07, Paul Vriens wrote: Hi, Current Git (Fedora 13) gives me: /usr/bin/install -c winegstreamer.so /usr/local/lib64/wine/winegstreamer.so /usr/bin/install: cannot stat `winegstreamer.so': No such file or directory There is a wi

Re: winegstreamer error with 'make install'

2010-10-22 Thread Reece Dunn
On 22 October 2010 20:07, Paul Vriens wrote: > Hi, > > Current Git (Fedora 13) gives me: > > /usr/bin/install -c   winegstreamer.so > /usr/local/lib64/wine/winegstreamer.so > /usr/bin/install: cannot stat `winegstreamer.so': No such file or directory > > There is a winegstreamer.dll.so in this dir

winegstreamer error with 'make install'

2010-10-22 Thread Paul Vriens
Hi, Current Git (Fedora 13) gives me: /usr/bin/install -c winegstreamer.so /usr/local/lib64/wine/winegstreamer.so /usr/bin/install: cannot stat `winegstreamer.so': No such file or directory There is a winegstreamer.dll.so in this directory. Anyone? -- Cheers, Paul.

Re: explorer: Create a standalone tray window wrapper if the driver doesn't provide native implementation. Take 2.

2010-10-22 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=6432 Your paranoid android.

Re: [3/3] msxml3: implement domdoc schema validation

2010-10-22 Thread Nikolay Sivov
On 10/22/2010 01:27, Adam Martinson wrote: --- dlls/msxml3/domdoc.c | 127 dlls/msxml3/tests/domdoc.c |4 +- 2 files changed, 94 insertions(+), 37 deletions(-) +TRACE("doc not well-formed, returning error 0xC00CE223\n");

Re: [1/3] msxml3: libxml2 error/warning callback functions

2010-10-22 Thread Alexandre Julliard
Adam Martinson writes: > +#define LIBXML2_OUTPUT_CALLBACK void __WINE_PRINTF_ATTR(2,3) > +#define LIBXML2_OUTPUT_CALLBACK_BODY(caller, dbcl, msg) \ > +do { \ > +va_list ap; \ > +char* buf; \ > +int len; \ > +va_start(ap, msg); \ > +len = vsnprintf(NULL,

Fwd: Invitation: Apply to be a Mentoring Organization for GCI

2010-10-22 Thread Dan Kegel
This looks interesting... -- Forwarded message -- From: Carol Smith Date: Mon, Oct 18, 2010 at 3:10 PM Subject: Invitation: Apply to be a Mentoring Organization for GCI To: Google Summer of Code Mentors List Hi everyone, Starting today we are accepting applications from organi

Re: explorer: Create a standalone tray window wrapper if the driver doesn't provide native implementation.

2010-10-22 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This patch makes sure that "Shell_TrayWnd" window doesn't have a caption > since some apps depend on it being empty. The bug #20129 lists one of such > applications. It does FindWindow("Shell_TrayWnd", "") and expects that it > returns a valid tray window handle. It ca

Re: (resend) [PATCH] mscms: Handle bitmap formats BM_xRGBQUADS in from_bmformat( BMFORMAT format ) which is used by TranslateBitmapBits

2010-10-22 Thread Hans Leidekker
On Thu, 2010-10-21 at 17:52 +0200, Tomasz Michno wrote: Please mark your patches with something like (try X) and comment on the changes you made in the same e-mail. Use (resend) when you resend a patch without making any changes. > +/* defines copied from lcms.h: > + */ > +#define INTENT_PERCEPTU

Re: ddraw [patch 2/2 | RESEND]: SETFOCUSWINDOW lives independently of other flags

2010-10-22 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=6427 Your paranoid android.