[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Compile errors in vl.c on git head
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] Compile errors in vl.c on git head |
Date: |
Fri, 25 Mar 2011 07:58:59 +0000 |
On 25 March 2011 07:17, Stefan Hajnoczi <address@hidden> wrote:
> On Fri, Mar 25, 2011 at 7:05 AM, Gerhard Wiesinger <address@hidden> wrote:
>> I can't compile:
>> CC libhw64/vl.o
>> cc1: warnings being treated as errors
>> /root/download/qemu/git/qemu/vl.c: In function .select_display.:
>> /root/download/qemu/git/qemu/vl.c:1645: error: label .invalid_display.
>> defined but not used
> Temporary workaround:
> $ ./configure --disable-werror [...]
> $ make
>
> Jes: This is a CONFIG_SDL issue. I think you're the expert! :)
This is fixed by this patch:
http://patchwork.ozlabs.org/patch/88098/
sent Wednesday but hasn't made it into git yet.
(The patch got an ack from Jes although patchwork seems
to have lost it.)
-- PMM