On Fri, Mar 25, 2011 at 7:05 AM, Gerhard Wiesinger <li...@wiesinger.com> 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