Zygmunt Krynicki <[EMAIL PROTECTED]> writes: > Preprocessing of macro PRIuMAX is not forwarded to gettext and produces > broken format strings.
gettext is supposed to handle that; it has special-case code for PRIuMAX and friends. If this isn't working for you it'd be nice to figure out why. For starters, which version of coreutils are you using? and which version of gettext are you using? It could be merely that your gettext library is too old, but the coreutils build procedure should be deducing this. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
