Re: [PATCH] Compiling Wine at Ubuntu 10.10

2010-10-17 Thread Gerold Jens Wucherpfennig
Original-Nachricht Datum: Sat, 16 Oct 2010 17:26:49 +0200 Von: Detlef Riekenberg wine@web.de An: Gerold Jens Wucherpfennig gjwucherpfen...@gmx.net CC: wine-devel@winehq.org Betreff: Re: [PATCH] Compiling Wine at Ubuntu 10.10 On Sa, 2010-10-16 at 10:02 +0200, Gerold

[PATCH] Compiling Wine at Ubuntu 10.10

2010-10-16 Thread Gerold Jens Wucherpfennig
You will need this patch to compile Wine at Ubuntu 10.10, because of the new Xorg Server 1.9. If you still get a compilation error in dlls/winex11.drv you will need to add the flag -lXxf86vm. With kind regards, Gerold Jens Wucherpfennnig --- dlls/winex11.drv/xvidmode.c_org 2010-10-15

Re: [PATCH] Compiling Wine at Ubuntu 10.10

2010-10-16 Thread Alexandre Julliard
Gerold Jens Wucherpfennig gjwucherpfen...@gmx.net writes: You will need this patch to compile Wine at Ubuntu 10.10, because of the new Xorg Server 1.9. If you still get a compilation error in dlls/winex11.drv you will need to add the flag -lXxf86vm. We can't do that. What did they change

Re: [PATCH] Compiling Wine at Ubuntu 10.10

2010-10-16 Thread Trygve Vea
On Sat, Oct 16, 2010 at 1:29 PM, Alexandre Julliard julli...@winehq.org wrote: Gerold Jens Wucherpfennig gjwucherpfen...@gmx.net writes:  You will need this patch to compile Wine at Ubuntu 10.10, because of the new Xorg Server 1.9. If you still get a compilation error in dlls/winex11.drv you

Re: [PATCH] Compiling Wine at Ubuntu 10.10

2010-10-16 Thread Detlef Riekenberg
On Sa, 2010-10-16 at 13:29 +0200, Alexandre Julliard wrote: Gerold Jens Wucherpfennig gjwucherpfen...@gmx.net writes: You will need this patch to compile Wine at Ubuntu 10.10, because of the new Xorg Server 1.9. If you still get a compilation error in dlls/winex11.drv you will need to

Re: [PATCH] Compiling Wine at Ubuntu 10.10

2010-10-16 Thread Detlef Riekenberg
On Sa, 2010-10-16 at 10:02 +0200, Gerold Jens Wucherpfennig wrote: You will need this patch to compile Wine at Ubuntu 10.10, because of the new Xorg Server 1.9. You can't do that. Your patch will break the build on many systems. Are you missing libxxf86vm1 or libxxf86vm-dev? If you still get