Stefan Leichter a écrit :
Hello,
building current git fails for me with:
make: Entering directory `/usr/src/wine/wine-build/dlls/winemp3.acm'
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ../../../wine-git/dlls/winemp3.acm/winemp3.acm.spec
mpegl3.o-o
according to the mpg123 NEWS file mpg123_feed was introduced with 1.5.0
if this is actually the lowest version to compile with, it should be checked
by ./configure if possible.
linking against system libmpg123 does have other issues however.
im building a 32 bit wine on a 64 bit box here and i ha
Hello,
building current git fails for me with:
make: Entering directory `/usr/src/wine/wine-build/dlls/winemp3.acm'
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared
../../../wine-git/dlls/winemp3.acm/winemp3.acm.spec
mpegl3.o-o
winemp3.acm.so -lwinmm -lu
2009/8/24 Stefan Dösinger :
> Am Monday 24 August 2009 18:02:37 schrieb joerg-cyril.hoe...@t-systems.com:
>> Hi,
>>
>> here's the patch not to report UNIX GL driver version numbers to MS-Windows
>> apps, as suggested by Stefan and Roderick on 2009-05-25.
>>
>> On "early 2009" NVidia MacOS, it will
Am Monday 24 August 2009 18:02:37 schrieb joerg-cyril.hoe...@t-systems.com:
> Hi,
>
> here's the patch not to report UNIX GL driver version numbers to MS-Windows
> apps, as suggested by Stefan and Roderick on 2009-05-25.
>
> On "early 2009" NVidia MacOS, it will remove
> err:d3d_caps:IWineD3DImpl_F
Huw Davies writes:
> On Mon, Aug 24, 2009 at 01:51:24PM +0200, Alexandre Julliard wrote:
>> Huw Davies writes:
>>
>> > diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
>> > index d6f71a0..cebf659 100644
>> > --- a/dlls/msdaps/Makefile.in
>> > +++ b/dlls/msdaps/Makefile.in
>> > @@
2009/8/24 Ge van Geldorp :
> Changelog:
> shlwapi/tests: Remove test that crashes on Win7
-ret = IStream_Clone(stream, NULL);
-ok(ret == E_NOTIMPL, "expected E_NOTIMPL, got 0x%08x\n", ret);
+/* Passing a NULL pointer crashes on Win7 */
If you are going to change this to a comment, co
2009/8/22 Stefan Dösinger :
> I think it is better to separate the vtables first - ie, give
> IDirectDrawSurface4, IDirectDrawSurface2 and IDirectDrawSurface their own
> vtable
>
> Also the last iteration of Michael Karcher's patches missed out some
> getters, like IDirect3DDevice*::GetRenderTarge
On Mon, Aug 24, 2009 at 7:40 AM, Greg Geldorp wrote:
> From: Austin English
>> On Mon, Aug 24, 2009 at 7:19 AM, Ge van Geldorp
>> wrote:
>> - ok(totalEntries > 0, "at least one transport\n");
>> + ok(totalEntries > 0 || broken(totalEntries == 0) /* Win7 */,
>>
>> Should probably be w
From: Austin English
> On Mon, Aug 24, 2009 at 7:19 AM, Ge van Geldorp wrote:
> -ok(totalEntries > 0, "at least one transport\n");
> +ok(totalEntries > 0 || broken(totalEntries == 0) /* Win7 */,
>
> Should probably be win_skip rather than broken, so that a similar
> failure on wine
On Mon, Aug 24, 2009 at 01:51:24PM +0200, Alexandre Julliard wrote:
> Huw Davies writes:
>
> > diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
> > index d6f71a0..cebf659 100644
> > --- a/dlls/msdaps/Makefile.in
> > +++ b/dlls/msdaps/Makefile.in
> > @@ -5,6 +5,7 @@ VPATH = @srcd
On Mon, Aug 24, 2009 at 7:19 AM, Ge van Geldorp wrote:
> Win7 no longer exports NetpGetComputerName() and returns a weird value for
> totalEntries in the NetWkstaTransportEnum() call
>
> Changelog:
> netapi32/tests: Fix tests on Win7
> ---
> dlls/netapi32/tests/wksta.c | 8 ++--
> 1 files
Hi Austin,
> From: Austin EnglishSent: maandag 24 augustus 2009 14:20
> On Mon, Aug 24, 2009 at 7:15 AM, Ge van Geldorp wrote:
> > Changelog:
> > kernel32/tests: Remove test that crashes on Win7
>
> Rather than removing it, should probably #if 0 it out, so that it's
> still documented and no one
On Mon, Aug 24, 2009 at 7:15 AM, Ge van Geldorp wrote:
> Changelog:
> kernel32/tests: Remove test that crashes on Win7
>
> ---
> dlls/kernel32/tests/console.c | 12 +---
> 1 files changed, 1 insertions(+), 11 deletions(-)
Rather than removing it, should probably #if 0 it out, so that i
On Sun, Aug 23, 2009 at 11:10 PM, Alexandros
Dermenakis wrote:
> sounds like an interesting project, I could work on this. For any questions
> or tips etc. I should send to this list? As I mentioned in previous emails,
> I'm a nb with wine, I have some experience with driver development and some
>
Huw Davies writes:
> diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
> index d6f71a0..cebf659 100644
> --- a/dlls/msdaps/Makefile.in
> +++ b/dlls/msdaps/Makefile.in
> @@ -5,6 +5,7 @@ VPATH = @srcdir@
> MODULE= msdaps.dll
> IMPORTS = oleaut32 rpcrt4 kernel32 ntdll
> EXT
Jeff Zaroyko writes:
> This fixes bug 15181, test included - passes on Windows 95, 2003, XP,
> 2008, Vista and Windows 7 beta that I've tested.
>
> From 52ff2d29ba9fbffbe8da46a7523338e8b946bbcd Mon Sep 17 00:00:00 2001
> From: Jeff Zaroyko
> Date: Sun, 23 Aug 2009 12:38:17 +1000
> Subject: kerne
Le dimanche 23 août 2009 21:02:33, Hin-Tak Leung a écrit :
> I don't know why a german translation would affect my environment
> (LANG=en_GB.utf8) and setting LANG=C does not fix the problem.
I just yesterday found a similar fix for a segfaulting "wine iexplore" on a
japanese environment kde.
The
Hello!
Paul Chitescu wrote:
> While trying to debug a crash in msi.dll I noticed that the local
> msi_realloc() is implemented as a (too) thin wrapper around HeapReAlloc() and
> differs from the expected behavior of realloc() when the old pointer or the
> new size are zero.
>
> The runtime rea
2009/8/21 Matteo Bruni :
>
> +HRESULT WINAPI D3DXAssembleShaderFromFileA(LPCSTR pSrcFile,
> + CONST D3DXMACRO* pDefines,
> + LPD3DXINCLUDE pInclude,
> + DWORD Flags,
> +
2009/8/21 Rico Schüller :
> +if( index < This->local_buffer_variable_count )
Please use consistent style.
> +for (i = 0; i < This->local_buffer_count; ++i)
> +{
> +struct d3d10_effect_local_buffer *l = &This->local_buffers[i];
> +unsigned int j;
> +
> +
2009/8/21 Rico Schüller :
> ---
> dlls/d3d10/d3d10_private.h | 1 +
> dlls/d3d10/effect.c | 64
>
> 2 files changed, 65 insertions(+), 0 deletions(-)
>
Are you sure these are incompatible with buffer variables?
--- On Sun, 23/8/09, Austin English wrote:
> On Sun, Aug 23, 2009 at 2:02 PM,
> Hin-Tak Leung
> wrote:
> > My favourite mono/.net application dies with 'Style
> Regular isn't supported by font Tahoma' in 1.1.28.
> >
> > I did a git bisect and
> > commit 0b9ba054f6c8a2d96c898e7325087f56a6224644
>
23 matches
Mail list logo