Re: failing gdiplus:matrix tests

2008-07-12 Thread Alexandre Julliard
Nikolay Sivov <[EMAIL PROTECTED]> writes: > Alexandre Julliard wrote: >> You no longer need a patched mingw, crosstest uses the Wine import libs now. > So this page http://wiki.winehq.org/CompilingDLLsUsingMingw will be > enough to build crosstest binaries? You don't need any of that, just do a '

Re: failing gdiplus:matrix tests

2008-07-12 Thread Nikolay Sivov
Alexandre Julliard wrote: > "James Hawkins" <[EMAIL PROTECTED]> writes: > > >> 'make crosstest' works if you have a patched mingw. You can get the patches >> at: >> >> http://www.astro.gla.ac.uk/users/paulm/Cross/ >> > > You no longer need a patched mingw, crosstest uses the Wine import l

Re: failing gdiplus:matrix tests

2008-07-12 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > 'make crosstest' works if you have a patched mingw. You can get the patches > at: > > http://www.astro.gla.ac.uk/users/paulm/Cross/ You no longer need a patched mingw, crosstest uses the Wine import libs now. -- Alexandre Julliard [EMAIL PROTECTED

Re: failing gdiplus:matrix tests

2008-07-12 Thread Nikolay Sivov
James Hawkins wrote: > On Sat, Jul 12, 2008 at 1:58 AM, Nikolay Sivov <[EMAIL PROTECTED]> wrote: > >> James Hawkins wrote: >> >>> Hi Nikolay, >>> >>> Tests you added in the following commit fail on all platforms. Did >>> you run the tests in Windows? >>> >>> commit d7999a008be5d7e95fcd8601

Re: failing gdiplus:matrix tests

2008-07-12 Thread Nikolay Sivov
James Hawkins wrote: > On Sat, Jul 12, 2008 at 1:58 AM, Nikolay Sivov <[EMAIL PROTECTED]> wrote: > >> James Hawkins wrote: >> >>> Hi Nikolay, >>> >>> Tests you added in the following commit fail on all platforms. Did >>> you run the tests in Windows? >>> >>> commit d7999a008be5d7e95fcd8601

Re: failing gdiplus:matrix tests

2008-07-12 Thread James Hawkins
On Sat, Jul 12, 2008 at 1:58 AM, Nikolay Sivov <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: >> >> Hi Nikolay, >> >> Tests you added in the following commit fail on all platforms. Did >> you run the tests in Windows? >> >> commit d7999a008be5d7e95fcd86019adc79b0359ae8d4 >> Author: Nikolay Sivo

Re: failing gdiplus:matrix tests

2008-07-12 Thread James Hawkins
On Sat, Jul 12, 2008 at 1:58 AM, Nikolay Sivov <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: >> >> Hi Nikolay, >> >> Tests you added in the following commit fail on all platforms. Did >> you run the tests in Windows? >> >> commit d7999a008be5d7e95fcd86019adc79b0359ae8d4 >> Author: Nikolay Sivo

failing gdiplus:matrix tests

2008-07-11 Thread James Hawkins
Hi Nikolay, Tests you added in the following commit fail on all platforms. Did you run the tests in Windows? commit d7999a008be5d7e95fcd86019adc79b0359ae8d4 Author: Nikolay Sivov <[EMAIL PROTECTED]> Date: Tue Jul 8 01:32:36 2008 +0400 gdiplus: GdipInvertMatrix implementation with tests.