Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-11-02 Thread Cornelia Huck
On Mon, 31 Oct 2016 16:39:29 +0100 Samuel Thibault wrote: > Cornelia Huck, on Mon 31 Oct 2016 14:08:48 +0100, wrote: > > On Mon, 31 Oct 2016 15:03:33 +0100 > > Samuel Thibault wrote: > > > > > Cornelia Huck, on Mon 31 Oct 2016 13:48:01 +0100, wrote: > > > > On Mon, 31 Oct 2016 13:39:30 +0100 >

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Samuel Thibault
Cornelia Huck, on Mon 31 Oct 2016 14:08:48 +0100, wrote: > On Mon, 31 Oct 2016 15:03:33 +0100 > Samuel Thibault wrote: > > > Cornelia Huck, on Mon 31 Oct 2016 13:48:01 +0100, wrote: > > > On Mon, 31 Oct 2016 13:39:30 +0100 > > > Samuel Thibault wrote: > > > > > > > Cornelia Huck, on Mon 31 Oct

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Cornelia Huck
On Mon, 31 Oct 2016 15:03:33 +0100 Samuel Thibault wrote: > Cornelia Huck, on Mon 31 Oct 2016 13:48:01 +0100, wrote: > > On Mon, 31 Oct 2016 13:39:30 +0100 > > Samuel Thibault wrote: > > > > > Cornelia Huck, on Mon 31 Oct 2016 13:08:06 +0100, wrote: > > > > You mean in configure, right? Includi

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Samuel Thibault
Cornelia Huck, on Mon 31 Oct 2016 13:48:01 +0100, wrote: > On Mon, 31 Oct 2016 13:39:30 +0100 > Samuel Thibault wrote: > > > Cornelia Huck, on Mon 31 Oct 2016 13:08:06 +0100, wrote: > > > You mean in configure, right? Including cursesw.h in the test program > > > gets configure going again. > >

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Cornelia Huck
On Mon, 31 Oct 2016 13:39:30 +0100 Samuel Thibault wrote: > Cornelia Huck, on Mon 31 Oct 2016 13:08:06 +0100, wrote: > > You mean in configure, right? Including cursesw.h in the test program > > gets configure going again. > > Could you try the attached patch which fixes both configure and > ui/

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Samuel Thibault
Cornelia Huck, on Mon 31 Oct 2016 13:08:06 +0100, wrote: > You mean in configure, right? Including cursesw.h in the test program > gets configure going again. Could you try the attached patch which fixes both configure and ui/curses.c? Thanks, Samuel diff --git a/configure b/configure index f83cd

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Samuel Thibault
Cornelia Huck, on Mon 31 Oct 2016 13:08:06 +0100, wrote: > On Mon, 31 Oct 2016 13:01:59 +0100 > Samuel Thibault wrote: > > > Cornelia Huck, on Mon 31 Oct 2016 12:45:30 +0100, wrote: > > > config-temp/qemu-conf.c:9:3: warning: implicit declaration of function > > > ‘addwstr’ [-Wimplicit-function-

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Cornelia Huck
On Mon, 31 Oct 2016 13:01:59 +0100 Samuel Thibault wrote: > Cornelia Huck, on Mon 31 Oct 2016 12:45:30 +0100, wrote: > > > From: Samuel Thibault > > > > > > Use ncursesw package instead of curses on non-mingw, and check a few > > > functions. > > > Also take cflags from pkg-config, since curses

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Samuel Thibault
Samuel Thibault, on Mon 31 Oct 2016 13:01:59 +0100, wrote: > Cornelia Huck, on Mon 31 Oct 2016 12:45:30 +0100, wrote: > > > From: Samuel Thibault > > > > > > Use ncursesw package instead of curses on non-mingw, and check a few > > > functions. > > > Also take cflags from pkg-config, since cursesw

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Samuel Thibault
Cornelia Huck, on Mon 31 Oct 2016 12:45:30 +0100, wrote: > > From: Samuel Thibault > > > > Use ncursesw package instead of curses on non-mingw, and check a few > > functions. > > Also take cflags from pkg-config, since cursesw headers may be in a > > separate, non-default directory. > > > > Sign

Re: [Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-31 Thread Cornelia Huck
On Fri, 28 Oct 2016 14:11:38 +0200 Gerd Hoffmann wrote: > From: Samuel Thibault > > Use ncursesw package instead of curses on non-mingw, and check a few > functions. > Also take cflags from pkg-config, since cursesw headers may be in a > separate, non-default directory. > > Signed-off-by: Samu

[Qemu-devel] [PULL 6/6] curses: Use cursesw instead of curses

2016-10-28 Thread Gerd Hoffmann
From: Samuel Thibault Use ncursesw package instead of curses on non-mingw, and check a few functions. Also take cflags from pkg-config, since cursesw headers may be in a separate, non-default directory. Signed-off-by: Samuel Thibault Message-id: 20161015195308.20473-3-samuel.thiba...@ens-lyon.o