Re: [Qemu-discuss] Compiling custom QEMU fails

2014-09-18 Thread Peter Maydell
On 18 September 2014 14:09, Max Gorley wrote: > Here is the full output (starting with shell): > > root@MAX-HP:~/qemu-pi/qemu# make > CCui/gtk.o > ui/gtk.c: In function ‘gd_vc_vte_init’: > ui/gtk.c:1460:7: error: ‘VirtualConsole’ has no member named ‘vte’ > vc->vte.chr = chr; >^

Re: [Qemu-discuss] Compiling custom QEMU fails

2014-09-18 Thread Max Gorley
Here is the full output (starting with shell): root@MAX-HP:~/qemu-pi/qemu# make CCui/gtk.o ui/gtk.c: In function ‘gd_vc_vte_init’: ui/gtk.c:1460:7: error: ‘VirtualConsole’ has no member named ‘vte’ vc->vte.chr = chr; ^ ui/gtk.c:1463:41: error: ‘VirtualConsole’ has no member named

Re: [Qemu-discuss] Compiling custom QEMU fails

2014-09-18 Thread Dale R. Worley
> From: Max Gorley > > I am trying to compile a custom version of QEMU that allows > emulation of the Raspberry Pi. When I run "make," I get this error > message: > > cc1: all warnings being treated as errors > make: *** [ui/gtk.o] Error 1 > > The full error message is below: > > http://pasteb

[Qemu-discuss] Compiling custom QEMU fails

2014-09-17 Thread Max Gorley
Hi; I am trying to compile a custom version of QEMU that allows emulation of the Raspberry Pi. When I run "make," I get this error message: cc1: all warnings being treated as errors make: *** [ui/gtk.o] Error 1 The full error message is below: http://pastebin.com/hid2Y08H Max Gorley