* [Qemu-devel] QXL and spice builds broken on 32-bits
@ 2014-06-19 19:17 Luiz Capitulino
0 siblings, 0 replies; only message in thread
From: Luiz Capitulino @ 2014-06-19 19:17 UTC (permalink / raw)
To: kraxel; +Cc: qemu-devel
Gerd,
Please, disregard if this was reported before, but QXL and spice builds
are br0ken on 32-bits:
"""
/root/qmp-unstable/hw/display/qxl.c: In function ‘interface_release_resource’:
/root/qmp-unstable/hw/display/qxl.c:713:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
QXLCommandExt *cmdext = (void *)(ext.info->id);
^
cc1: all warnings being treated as errors
make: *** [hw/display/qxl.o] Error 1
"""
"""
/root/qmp-unstable/ui/spice-display.c: In function ‘interface_release_resource’:
/root/qmp-unstable/ui/spice-display.c:537:11: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
ext = (void *)(rext.info->id);
^
cc1: all warnings being treated as errors
make: *** [ui/spice-display.o] Error 1
make: *** Waiting for unfinished jobs....
"""
(Yeah, I'm root because I love danger)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-19 19:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 19:17 [Qemu-devel] QXL and spice builds broken on 32-bits Luiz Capitulino
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).