bug-gnu-utils
[Top][All Lists]
Advanced

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

xgettext 0.15 diagnostic prints wrong file name, line number


From: Paul Eggert
Subject: xgettext 0.15 diagnostic prints wrong file name, line number
Date: Mon, 07 Aug 2006 10:04:34 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

I ran into this minor problem when bootstrapping GNU tar with gettext
0.15.  This is on Debian stable, where I've built gettext myself.
Here are the symptoms:

   $ cat t.c
   char const x[] = N_("\v");
   $ xgettext --keyword=N_ t.c
   ../../../gettext-0.15/gettext-tools/src/xgettext.c:2038: internationalized 
messages should not contain the `\v' escape sequence

The first part of that diagnostic should say "t.c:1" rather than refer
to the gettext source.




reply via email to

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