It seems that starting with 0.9.15 tests that previously passed
in 0.19.4 now FAIL.
This is as far as I got with 0.19.6
make check-TESTS
PASS: gettext-1
PASS: gettext-2
PASS: gettext-3
PASS: gettext-4
PASS: gettext-5
PASS: gettext-6
PASS: gettext-7
PASS: gettext-8
PASS: msgattrib-1
PASS
Well, several months down the road, and sadly, rather than failing to pass
some tests (that could have just been noted as iconv() translation is not
always bidirectional on AIX, now it is required as an extra component.
As long as GNU iconv() never develops a dependency on gettext we will be
okay.
Hi Daiko,
Thanks for the fixes - glad to have gettext as the LCD, rather than
gnuiconv.
The build is very clean UNTIL gnulib-lib - more detail on that (lots of
warnings), and hard-coded gcc compiler flag warnings, but something else
that required an environment change "to build".
Recently
- :-)
So, if you help me a bit with correcting this "make check" issue - not
completing, I shall also start looking more seriously at the FAIL
results. My guess is that it will be things related to GNU(lib) specific
things.
Michael
On 09-Jun-16 22:12, Michael Felt wrote:
Hi Daiko,
On 6/11/2016 3:55 PM, Daiki Ueno wrote:
This is the announcement of a new release of GNU gettext.
GNU gettext allows programs to produce messages in the user's native
language. It consists of
- runtime libraries for C, C++, Java, C#, Shell programs.
- tools for programmers and translators.