
29 Aug
2018
29 Aug
'18
7:04 a.m.
On Wed, Aug 29, 2018 at 09:48:10AM +0200, Simon Kobyda wrote:
The reason of broken build was that centos and rhel use older version of glibc. These versions of glibc on these platforms cannot work with newer unicodes, therefore functions iswprint() and wcwidth() failed. So I replaced them with older unicode characters.
Signed-off-by: Simon Kobyda <skobyda@redhat.com> --- tests/vshtabletest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, FWIW this also works on my Gentoo with sys-libs/glibc-2.25-r9 Jano