Hi, maybe the problem arises when you use ./configure --disable-nls ?
And I guess also that the user don't have localization support installed
there.
See that in the file "auxiliar.h" of Klavaro, the header "libintl.h" for
NLS stuff is conditionally included. But when NLS is disabled, the macro
"dngettext" stays with no definition, becoming implicitly declared. So we
should provide a dummy for it, as for the other macros provided there.
I'll try to fix this on next release, 3.04.

Kind regards,
Felipe Castro

Reply via email to