[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext: "make check" fails on NetBSD/sparc-1.5
From: |
Bruno Haible |
Subject: |
Re: gettext: "make check" fails on NetBSD/sparc-1.5 |
Date: |
Wed, 18 Jun 2003 14:12:17 +0200 |
User-agent: |
KMail/1.5 |
Adrian Bunk wrote on 2002-02-07:
> gettext-0.11 compiles fine under NetBSD/sparc-1.5 but the following three
> tests fail in "make check":
>
> <-- snip -->
>
> 3c3
> < EUR remplace FF.
> ---
>
> > $s remplace $s.
It means NetBSD's fprintf function is not POSIX/XSI compliant. In order to
be POSIX/XSI compliant, it should support the syntax "%5$s" that prints
the fifth argument as a string.
This affects only NetBSD and Woe32. To workaround this problem,
gettext-0.12.2 will contain a replacement for the printf(), fprintf(),
sprintf() etc. functions that support the "%5$s" syntax.
Bruno
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: gettext: "make check" fails on NetBSD/sparc-1.5,
Bruno Haible <=