bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

On NetBSD 7.0, m4 tests fail because they use nonexistent uselocale


From: Roland Illig
Subject: On NetBSD 7.0, m4 tests fail because they use nonexistent uselocale
Date: Sat, 16 Jan 2016 23:54:56 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Building m4 ends with this:

test-localename.c: In function 'test_locale_name':
test-localename.c:74:3: warning: implicit declaration of function
'uselocale' [-Wimplicit-function-declaration]
   uselocale (LC_GLOBAL_LOCALE);
   ^

And later an undefined reference to uselocale.

The code already contains #ifdefs for HAVE_NEWLOCALE, but that seems to
be different from HAVE_USELOCALE, which also exists.

Roland



reply via email to

[Prev in Thread] Current Thread [Next in Thread]