Re: [Qemu-devel] ncurses 5.3 conflicts with latest qemu

2011-12-07 Thread andrzej zaborowski
On 5 December 2011 22:44, Stefan Weil wrote: > Am 05.12.2011 20:13, schrieb andrzej zaborowski: > >> Hi, >> >> On 17 November 2011 10:06, Caraman Mihai Claudiu-B02008 >> wrote: >>> >>> A recent patch in qemu conflicts with old ncurses libraries (version >>> 5.3). You will see this error cause by

Re: [Qemu-devel] ncurses 5.3 conflicts with latest qemu

2011-12-05 Thread Stefan Weil
Am 05.12.2011 20:13, schrieb andrzej zaborowski: Hi, On 17 November 2011 10:06, Caraman Mihai Claudiu-B02008 wrote: A recent patch in qemu conflicts with old ncurses libraries (version 5.3). You will see this error cause by bool type redefinition in curses.h (with CONFIG_CURSES configured by

Re: [Qemu-devel] ncurses 5.3 conflicts with latest qemu

2011-12-05 Thread andrzej zaborowski
Hi, On 17 November 2011 10:06, Caraman Mihai Claudiu-B02008 wrote: > A recent patch in qemu conflicts with old ncurses libraries (version 5.3). > You will see this error cause by bool type redefinition in curses.h (with > CONFIG_CURSES configured by default): > > console.c: In function 'text_co

[Qemu-devel] ncurses 5.3 conflicts with latest qemu

2011-11-17 Thread Caraman Mihai Claudiu-B02008
Hi, A recent patch in qemu conflicts with old ncurses libraries (version 5.3). You will see this error cause by bool type redefinition in curses.h (with CONFIG_CURSES configured by default): console.c: In function 'text_console_init': console.c:1550:23: error: assignment from incompatible point