Re: [PATCH] meson.build: Support ncurses on MacOS

2021-11-09 Thread Daniel P . Berrangé
On Tue, Nov 09, 2021 at 06:49:57PM +0100, Stefan Weil wrote: > Am 15.06.21 um 03:53 schrieb Brad Smith: > > > On 6/14/2021 1:45 AM, Philippe Mathieu-Daudé wrote: > > > On 6/13/21 8:33 AM, Stefan Weil wrote: > > > > Am 13.06.21 um 03:40 schrieb Brad Smith: > > > > > > > > > This same problem also

Re: [PATCH] meson.build: Support ncurses on MacOS

2021-11-09 Thread Stefan Weil
Am 15.06.21 um 03:53 schrieb Brad Smith: On 6/14/2021 1:45 AM, Philippe Mathieu-Daudé wrote: On 6/13/21 8:33 AM, Stefan Weil wrote: Am 13.06.21 um 03:40 schrieb Brad Smith: This same problem also applies to OpenBSD as we have the same version of ncurses with support for wide characters. I ha

Re: [PATCH] meson.build: Support ncurses on MacOS

2021-06-14 Thread Brad Smith
On 6/14/2021 1:45 AM, Philippe Mathieu-Daudé wrote: On 6/13/21 8:33 AM, Stefan Weil wrote: Am 13.06.21 um 03:40 schrieb Brad Smith: This same problem also applies to OpenBSD as we have the same version of ncurses with support for wide characters. I have a similar patch in our QEMU port. Then

Re: [PATCH] meson.build: Support ncurses on MacOS

2021-06-13 Thread Philippe Mathieu-Daudé
On 6/13/21 8:33 AM, Stefan Weil wrote: > Am 13.06.21 um 03:40 schrieb Brad Smith: > >> This same problem also applies to OpenBSD as we have the same >> version of ncurses with support for wide characters. I have a similar >> patch in our QEMU port. > > > Then we should either extend the conditio

Re: [PATCH] meson.build: Support ncurses on MacOS

2021-06-12 Thread Stefan Weil
Am 13.06.21 um 03:40 schrieb Brad Smith: This same problem also applies to OpenBSD as we have the same version of ncurses with support for wide characters. I have a similar patch in our QEMU port. Then we should either extend the conditional statement to handle OpenBSD as well, or simply def

Re: [PATCH] meson.build: Support ncurses on MacOS

2021-06-12 Thread Brad Smith
This same problem also applies to OpenBSD as we have the same version of ncurses with support for wide characters. I have a similar patch in our QEMU port. On 6/12/2021 4:03 AM, Stefan Weil wrote: MacOS provides header files for curses 5.7 with support for wide characters, but requires _XOPEN_SO

[PATCH] meson.build: Support ncurses on MacOS

2021-06-12 Thread Stefan Weil
MacOS provides header files for curses 5.7 with support for wide characters, but requires _XOPEN_SOURCE_EXTENDED=1 to activate that. By default those old header files are used even if there is a newer Homebrew installation of ncurses 6.2 available. Change also the old macro definition of NCURSES_

[PATCH] meson.build: Support ncurses on MacOS

2021-06-12 Thread Stefan Weil
MacOS provides header files for curses 5.7 with support for wide characters, but requires _XOPEN_SOURCE_EXTENDED=1 to activate that. By default those old header files are used even if there is a newer Homebrew installation of ncurses 6.2 available. Change also the old macro definition of NCURSES_