Re: problems regression testing/compiling wine

2007-05-13 Thread Saulius Krasuckas
* On Sun, 13 May 2007, Louis Lenders wrote: > * EA Durbin hotmail.com> writes: > > > > No, that doesn't help, i've tried distclean, git clean -x, the usual > > make clean, and nothing works. Regression testing seems borked passed > > two bisects. > > I know I had the same problem, and somehow

OpenAL32 dll thunk test

2007-05-13 Thread Chris Robinson
After the previous attempt by Nick Burns was more or less abandoned, I decided to try making an acceptable version myself. This is the current result. I used the original version Nick had and got rid a lot of the macro abuse. It still uses macros to declare/define and load the functions, but it

LinuxConf Europe

2007-05-13 Thread Kai Blin
Hi folks, I'm considering to send in a paper proposal for LinuxConf Europe 2007 (http://www.linuxconf.eu/2007/cfp/) talking about (my plans for) Wine / Samba integration. Is there anybody else planning to go there? How about a small meeting there, to practice for WineConf? ;) As far as my plan

Re: [PATCH] some alsa midi fixes

2007-05-13 Thread James Hawkins
On 5/13/07, Ralf Beck <[EMAIL PROTECTED]> wrote: Hello, this patch fixes: - Bug 8096 - incorrect handling of pitchbender on midi-in - add midi-in midiclock/start/stop/continue/spp/song sel - make midi-out midiclock/start/stop/continue/spp/song sel handling same style as on midi-in One fix per

Re: problems regression testing/compiling wine

2007-05-13 Thread Louis Lenders
EA Durbin hotmail.com> writes: > > No, that doesn't help, i've tried distclean, git clean -x, the usual make > clean, and nothing works. Regression testing seems borked passed two > bisects. > > >From: Louis Lenders yahoo.co.uk> > >To: wine-devel winehq.com > >Subject: Re: problems regressi

Re: problems regression testing/compiling wine

2007-05-13 Thread EA Durbin
No, that doesn't help, i've tried distclean, git clean -x, the usual make clean, and nothing works. Regression testing seems borked passed two bisects. From: Louis Lenders <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: problems regression testing/compiling wine Date: Sun, 13 May 2007

Re: shell32: check result of HeapAlloc(), revised

2007-05-13 Thread hto
James Hawkins wrote: Please don't change the indentation. You have to stick with whatever indentation exists for the file you're editing. I have changed the indentation of IEnumFORMATETC_Constructor() and IDataObject_Constructor() to be more consistent with the rest of dataobject.c, which us

Re: problems regression testing/compiling wine

2007-05-13 Thread Louis Lenders
E > winegcc: gcc failed. > make[2]: *** [winex11.drv.so] Error 2 > make[2]: Leaving directory `/home/eric/wine/dlls/winex11.drv' > make[1]: *** [winex11.drv] Error 2 > make[1]: Leaving directory `/home/eric/wine/dlls' > make: *** [dlls] Error 2 > > _

Re: problems regression testing/compiling wine

2007-05-13 Thread Maarten Lankhorst
EA Durbin schreef: > I'm having problems regression testing between 0.9.15 and 0.9.37. On > 3+ bisects I keep getting the following error and wine won't compile. Most of the time when this happens you forget to do a make distclean first. It is recommended to use ccache and do a 'make distclean' ev

Re: shell32: check result of HeapAlloc(), revised

2007-05-13 Thread James Hawkins
On 5/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Add an ERR() messages, save an indentation level. --- wine-0.9.37-orig/dlls/shell32/dataobject.c 2007-05-13 10:16:18.0 + +++ wine-0.9.37/dlls/shell32/dataobject.c 2007-05-13 10:51:50.0 + @@ -169,27 +169,29

problems regression testing/compiling wine

2007-05-13 Thread EA Durbin
I'm having problems regression testing between 0.9.15 and 0.9.37. On 3+ bisects I keep getting the following error and wine won't compile. /home/eric/wine/dlls/winex11.drv/palette.c:866: undefined reference to `GDI_ReleaseObj' palette.o:/home/eric/wine/dlls/winex11.drv/palette.c:881: more undef

Re: shell32: check result of HeapAlloc()

2007-05-13 Thread James Hawkins
On 5/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 5/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> --- wine-0.9.37-orig/dlls/shell32/folders.c 2007-05-12 >> 22:53:06.0 + >> +++ wine-0.9.37/dlls/shell32/folders.c 2007-05-13 00:17:00.

Re: shell32: check result of HeapAlloc()

2007-05-13 Thread hto
James Hawkins wrote: On 5/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: --- wine-0.9.37-orig/dlls/shell32/folders.c 2007-05-12 22:53:06.0 + +++ wine-0.9.37/dlls/shell32/folders.c 2007-05-13 00:17:00.0 + @@ -81,11 +81,15 @@ IExtractIconW* IExtractIconW_Const