wine git doesn't build on 10.6.5

2010-11-22 Thread C . W . Betts
When I try to build wine git on Mac OS X 10.6.5, I get the following error (on clang. I get similar errors using GCC): clang -m32 -c -I../../../wine-git/./dlls/atl -I. -I../../../wine-git/./include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-

Re: [website 1/2] Add a Donation Page with more Options

2010-11-22 Thread André Hentschel
Am 22.11.2010 21:58, schrieb Jeremy White: > Hi André, > > Several thoughts. I'm not aware of any source of revenue that > comes to us via Amazon or CDNow. We might want to remove that. > > I'm also a bit concerned about the T-shirts; we should get a > report on that, I don't know that we've go

Re: [website 1/2] Add a Donation Page with more Options

2010-11-22 Thread Jeremy White
Hi André, Several thoughts. I'm not aware of any source of revenue that comes to us via Amazon or CDNow. We might want to remove that. I'm also a bit concerned about the T-shirts; we should get a report on that, I don't know that we've gotten much. Also, we should track this; after we change,

Re: ntdll/tests: add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class

2010-11-22 Thread Marvin
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=7222 Your paranoid android.

Re: Alexandre Julliard : configure: Disable Fortify if it's enabled by default, it's too broken.

2010-11-22 Thread Austin English
On Fri, Oct 22, 2010 at 9:03 AM, Marcus Meissner wrote: > On Fri, Oct 22, 2010 at 12:30:48PM -0500, Alexandre Julliard wrote: >> Module: wine >> Branch: master >> Commit: 105793bff75f6a869bd9ccfb390b2f88fa861235 >> URL:     >> http://source.winehq.org/git/wine.git/?a=commit;h=105793bff75f6a869bd9c

Re: ntdll/tests: add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class

2010-11-22 Thread Paul Vriens
On 11/22/2010 07:59 PM, Louis Lenders wrote: +status = NtQueryVolumeInformationFile( dir,&io, buf, sizeof(buf), FileFsVolumeInformation ); You have to use the 'p' one here to please Win9x where this function is not exported. -- Cheers, Paul.

Re: ntdll/tests: add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class

2010-11-22 Thread Marvin
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=7217 Your paranoid android.

Re: [mscoree/tests 4/4] Fix test failures on W2K and earlier

2010-11-22 Thread Paul Vriens
On 11/22/2010 05:57 PM, Vincent Povirk wrote: I think this test can be removed. I wanted to verify that LoadLibraryShim would succeed for a dll that is absent from the .NET system directory but present in system32. I had heard of LoadLibraryShim succeeding for gdiplus, so I was very surprised wh

Re: [mscoree/tests 4/4] Fix test failures on W2K and earlier

2010-11-22 Thread Vincent Povirk
I think this test can be removed. I wanted to verify that LoadLibraryShim would succeed for a dll that is absent from the .NET system directory but present in system32. I had heard of LoadLibraryShim succeeding for gdiplus, so I was very surprised when this failed. I was so surprised that I did t