[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: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] Compile errors in vl.c on git head |
Date: |
Fri, 25 Mar 2011 07:17:47 +0000 |
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
> make[1]: *** [vl.o] Error 1
> make: *** [subdir-libhw64] Error 2
Temporary workaround:
$ ./configure --disable-werror [...]
$ make
Jes: This is a CONFIG_SDL issue. I think you're the expert! :)
Stefan