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
Gerold Jens Wucherpfennig gjwucherpfennig@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 that breaks the build?
On Sat, Oct 16, 2010 at 1:29 PM, Alexandre Julliard julliard@winehq.org wrote:
Gerold Jens Wucherpfennig gjwucherpfennig@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 that breaks the build?
I'm running Ubuntu 10.10, and I can't reproduce the problem. It compiles just fine, here.
On Sa, 2010-10-16 at 13:29 +0200, Alexandre Julliard wrote:
Gerold Jens Wucherpfennig gjwucherpfennig@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 that breaks the build?
No Idea. I'm doing a clean build on Ubuntu 10.10 now, but it need ~1h.
Nothing special from configure: checking for -lXxf86vm... libXxf86vm.so.1
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 a compilation error in dlls/winex11.drv you will need to add the flag "-lXxf86vm".
cd dlls/winex11.drv/ make
=> works here on a clean 32bit build (ubuntu 10.10 / x86_64)
-------- Original-Nachricht --------
Datum: Sat, 16 Oct 2010 17:26:49 +0200 Von: Detlef Riekenberg wine.dev@web.de An: Gerold Jens Wucherpfennig gjwucherpfennig@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 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.
Yes I only made the patch, because I couldn't find a solution by googling. It was a hot fix for me just to get wine compiled...
Are you missing libxxf86vm1 or libxxf86vm-dev?
No.
If you still get a compilation error in dlls/winex11.drv you will need to add the flag "-lXxf86vm".
cd dlls/winex11.drv/ make
=> works here on a clean 32bit build (ubuntu 10.10 / x86_64)
Hm, that's strange. Let's see if other people need my fix...
With kind Regards, Gerold