bug-bison
[Top][All Lists]
Advanced

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

Re: problem compiling bison with gcc 3.0.5


From: Martin Trautmann
Subject: Re: problem compiling bison with gcc 3.0.5
Date: Wed, 06 Mar 2002 16:38:26 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Hi,

Akim Demaille wrote:
| The problem is really the ngettext method. I made a simple work around.
| Can you contact GCC about that problem? It is absolutely no problem to
| reproduce the bug.

I don't know exactly about this problem.  I'm not inclined to move the
a newer Gettext.  Rather, please tell me how the test suite worked.

Does anyone of you use a gcc 3.0.x?
I suppose that they have a bug in ngettext. But you don't need a newer gettext. You simply can do the n-check by yourself:
(n == 1 ? gettext("sigular message") : gettext("plural message"))

bye

Martin




reply via email to

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