Damon Chaplin wrote:

> Did you recently turn on gettext support for your project?
> Try turning it off again.
>
> Or try rebuilding the project from scratch, using another directory.

Thank you Mr.Chaplin.
I could make program when I turned off gettext support and wrote in new
directry.
But, I got a new problem. There were linker error.
In the main.c
undefined  bindtextdomain
undefined   textdomain

So, I changed as comment these lines.
/*
#ifdef ENABLE_NLS
  bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
  textdomain (PACKAGE);
#endif
*/

Is this ok?


_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel

Reply via email to