Dnia 23-07-2006, nie o godzinie 21:38 -0700, Paul Eggert napisaĆ(a): > 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.
Yes you are right, I double checked the gettext code responsible for the substitution and it should work. I will run some tests spare time to check out why this happens exactly. I'm on Ubuntu Dapper, so coreutils at 5.93-5ubuntu4 and gettext at 0.14.5-2ubuntu3. Both are new enough to support this. Regards Zygmunt Krynicki _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
