GETTEXT_PACKAGE not defined
- From: Brook Keele <bkeele guidedfate com>
- To: gtk-app-devel-list gnome org
- Subject: GETTEXT_PACKAGE not defined
- Date: 12 Jul 2003 08:55:15 -0500
I understand what gettext is, but glade is generating this bit of code.
#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
#endif
The problem is: GETTEXT_PACKAGE isn't defined anywhere. On top of that I
can't find any good documentation that tells me what it is supposed to
contain. i.e. the location of gettext?
Anyone else ever have this problem?
--
Brook Keele <bkeele guidedfate com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]