On Fri, 19 Jul 2002, Christian Borntraeger wrote:
> During a compile of a gnome applet I got the following error. As the
> program itself is far away in the include list, it seems to be a problem
> of the glibc library itself.
No, I tend to a package error. I believe it is #define'ing gettext to
nothing thus leading to a declaration like:
extern char * (const char *__msgid);
which obviously is wrong.
Check your program, and make sure libintl is used and ENABLE_NLS (which
bits of gnome highly rely on) correctly defined. gnomeeting for example
had the same problem.
Bye,
Gwenole.