Re: [PATCH 3/3] configure: Use 0 instead of NULL because NULL isn't defined.

2007-10-19 Thread Michael Stefaniuc
Ken Thomases wrote: > On Oct 19, 2007, at 5:24 PM, Stefan Dösinger wrote: > >> Am Freitag, 19. Oktober 2007 23:18:51 schrieb Ken Thomases: >>> This makes the test test the proper thing on Mac OS X. It still >>> fails, but >>> for a good reason. >>> --- >>> configure.ac |6 +++--- >>> 1 f

Phoronix: Ubuntu 7.10 + WINE vs. Windows XP

2007-10-19 Thread speedator
Hello everybody, new benchmark-test at phoronix.com: http://www.phoronix.com/scan.php?page=article&item=882&num=1

Re: [PATCH 3/3] configure: Use 0 instead of NULL because NULL isn't defined.

2007-10-19 Thread Ken Thomases
On Oct 19, 2007, at 5:24 PM, Stefan Dösinger wrote: > Am Freitag, 19. Oktober 2007 23:18:51 schrieb Ken Thomases: >> This makes the test test the proper thing on Mac OS X. It still >> fails, but >> for a good reason. >> --- >> configure.ac |6 +++--- >> 1 files changed, 3 insertions(+),

Re: [PATCH 3/3] configure: Use 0 instead of NULL because NULL isn't defined.

2007-10-19 Thread Stefan Dösinger
Am Freitag, 19. Oktober 2007 23:18:51 schrieb Ken Thomases: > This makes the test test the proper thing on Mac OS X. It still fails, but > for a good reason. > --- > configure.ac |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > -char *name=NULL; > +char *name=0; Shou

Re: Photoshop Elements 5 Tryout?

2007-10-19 Thread Scott Ritchie
Dan Kegel wrote: > On 10/19/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: Any reason why you're not using the AppDB? This is exactly what it is for, >>> Finally, I've been asking for appdb maintainer status for photoshop >>> for months now, and haven't gotten it. >> Press th

Re: winmm test runs forever?

2007-10-19 Thread Dan Kegel
On 10/18/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Dan Kegel schreef: > > Today I'm starting to see winmm_test spew an infinite series > > of failures on line 467 of mixer.c: > > > > I have to do wineserver -k to make progress. > > > That looks really worrying, I've never seen the alsa mix

Re: Photoshop Elements 5 Tryout?

2007-10-19 Thread Dan Kegel
On 10/19/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > > Any reason why you're not using the AppDB? This is exactly what it is > > > for, > > > > Finally, I've been asking for appdb maintainer status for photoshop > > for months now, and haven't gotten it. > > Press the 'become a

Re: Make test drill, next steps, call for help with Winetest

2007-10-19 Thread Paul Vriens
Jeremy White wrote: >> Why can't you just run the winetest executable under Wine? Or do you mean >> you've >> changed some of the tests and want to see the results immediately? > > Because that's not logically correct. I am trying to run a regression > test on my current source tree. It *may*

Re: Photoshop Elements 5 Tryout?

2007-10-19 Thread Alexander Nicolaysen Sørnes
On Friday 19 October 2007 16:53:50 you wrote: > On 10/19/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > > Anyone have a URL for PSE 5 trial version? > > > I'm updating > > > http://wiki.winehq.org/AdobePhotoshop > > > > Any reason why you're not using the AppDB? This is exactly wha

Re: Photoshop Elements 5 Tryout?

2007-10-19 Thread Dan Kegel
On 10/19/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > Anyone have a URL for PSE 5 trial version? > > I'm updating > > http://wiki.winehq.org/AdobePhotoshop > > Any reason why you're not using the AppDB? This is exactly what it is for, The only reason I have that wiki page is as

Re: Make test drill, next steps, call for help with Winetest

2007-10-19 Thread Jeremy White
> Why can't you just run the winetest executable under Wine? Or do you mean > you've > changed some of the tests and want to see the results immediately? Because that's not logically correct. I am trying to run a regression test on my current source tree. It *may* be identical to the one most

Re: Photoshop Elements 5 Tryout?

2007-10-19 Thread Tom Wickline
On 10/19/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > On Friday 19 October 2007 07:19:33 Dan Kegel wrote: > > Anyone have a URL for PSE 5 trial version? > > I'm updating > > http://wiki.winehq.org/AdobePhotoshop > > > > Thanks, > > Dan > > > Any reason why you're not using the AppDB

Re: D3DX8: [1/13] resent: implement D3Dx__Length with a test

2007-10-19 Thread Stefan Dösinger
Am Freitag, 19. Oktober 2007 10:10:07 schrieb [EMAIL PROTECTED]: > - > Pièces jointes (Les liens expireront le May 1, 2008) > https://webmail.math.cnrs.fr/horde/imp/attachment.php?u=dadam%40math.cnrs.f >r&t=1192788607&f=0001-Implement-D3DX___Length-function-with-a-test.patch.pat >ch Did you for

Re: D3DX8: [4/13]: implement D3DX__Add with a test

2007-10-19 Thread Stefan Dösinger
Am Freitag, 19. Oktober 2007 10:13:39 schrieb [EMAIL PROTECTED]: > +#define expect_vec3(expectedvec,gotvec) ok((fabs(expectedvec.x-gotvec.x) signature.asc Description: This is a digitally signed message part.

Re: Use warn+heap when running 'make test'

2007-10-19 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > People who run 'make test' should consider running > WINEDEBUG=warn+heap make test > instead. > > (I don't know whether we should make that the default, though. > Anyone have an opinion?) I don't think we want to make it the default, it's enough to have

Re: Photoshop Elements 5 Tryout?

2007-10-19 Thread Alexander Nicolaysen Sørnes
On Friday 19 October 2007 07:19:33 Dan Kegel wrote: > Anyone have a URL for PSE 5 trial version? > I'm updating > http://wiki.winehq.org/AdobePhotoshop > > Thanks, > Dan Any reason why you're not using the AppDB? This is exactly what it is for, and a quick search for 'Photoshop Elements' gave m

Re: wined3d: Fix resource cleanup if CreateCubeTexture fails.

2007-10-19 Thread Stefan Dösinger
Am Freitag, 19. Oktober 2007 07:14:17 schrieb Allan Tong: Looks good to me signature.asc Description: This is a digitally signed message part.

Re: Make test drill, next steps, call for help with Winetest

2007-10-19 Thread Paul Vriens
Dimi Paun wrote: > > The plan was to have a home page at: > http://test.winehq.org > that would contain the explanation, plus an > index for the tests (hopefully organized nicely). > > That didn't happen... Yeah, I had some thoughts about that that were also discussed in the past but never

Re: Make test drill, next steps, call for help with Winetest

2007-10-19 Thread Paul Vriens
Jeremy White wrote: > In my opinion, it needs the following: > > 1. A Wiki page! > > I could not find *any* documentation on this utility. > > For example, I'm still not entirely clear on how to > setup and/or register my build.id so that my results > are available on