* [Qemu-devel] Compile errors in vl.c on git head
@ 2011-03-25 7:05 Gerhard Wiesinger
2011-03-25 7:17 ` Stefan Hajnoczi
0 siblings, 1 reply; 5+ messages in thread
From: Gerhard Wiesinger @ 2011-03-25 7:05 UTC (permalink / raw)
To: qemu-devel
Hello,
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
gcc (GCC) 4.4.5 20101112 (Red Hat 4.4.5-2)
Thnx.
Ciao,
Gerhard
--
http://www.wiesinger.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Compile errors in vl.c on git head
2011-03-25 7:05 [Qemu-devel] Compile errors in vl.c on git head Gerhard Wiesinger
@ 2011-03-25 7:17 ` Stefan Hajnoczi
2011-03-25 7:58 ` Peter Maydell
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-03-25 7:17 UTC (permalink / raw)
To: Gerhard Wiesinger; +Cc: Jes Sorensen, qemu-devel
On Fri, Mar 25, 2011 at 7:05 AM, Gerhard Wiesinger <lists@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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Compile errors in vl.c on git head
2011-03-25 7:17 ` Stefan Hajnoczi
@ 2011-03-25 7:58 ` Peter Maydell
2011-03-25 8:10 ` Stefan Hajnoczi
0 siblings, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2011-03-25 7:58 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Gerhard Wiesinger, Jes Sorensen, qemu-devel
On 25 March 2011 07:17, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Fri, Mar 25, 2011 at 7:05 AM, Gerhard Wiesinger <lists@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
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Compile errors in vl.c on git head
2011-03-25 7:58 ` Peter Maydell
@ 2011-03-25 8:10 ` Stefan Hajnoczi
2011-03-25 12:36 ` Anthony Liguori
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-03-25 8:10 UTC (permalink / raw)
To: Peter Maydell
Cc: Gerhard Wiesinger, Jes Sorensen, Anthony Liguori, qemu-devel
On Fri, Mar 25, 2011 at 7:58 AM, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 25 March 2011 07:17, Stefan Hajnoczi <stefanha@gmail.com> wrote:
>> On Fri, Mar 25, 2011 at 7:05 AM, Gerhard Wiesinger <lists@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
>
>> 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.)
CCed Anthony so this patch can be merged.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Compile errors in vl.c on git head
2011-03-25 8:10 ` Stefan Hajnoczi
@ 2011-03-25 12:36 ` Anthony Liguori
0 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-03-25 12:36 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: Gerhard Wiesinger, Peter Maydell, qemu-devel, Jes Sorensen
On 03/25/2011 03:10 AM, Stefan Hajnoczi wrote:
> On Fri, Mar 25, 2011 at 7:58 AM, Peter Maydell<peter.maydell@linaro.org> wrote:
>> 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.)
> CCed Anthony so this patch can be merged.
Applied. Thanks.
Regards,
Anthony Liguori
> Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-25 12:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 7:05 [Qemu-devel] Compile errors in vl.c on git head Gerhard Wiesinger
2011-03-25 7:17 ` Stefan Hajnoczi
2011-03-25 7:58 ` Peter Maydell
2011-03-25 8:10 ` Stefan Hajnoczi
2011-03-25 12:36 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).