From 70323cf69413664979846e226daf63f86b23f818 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 12 Aug 2008 19:01:46 +0000 Subject: [PATCH] Hint about having to include config.h 2008-08-12 Federico Mena Quintero * glib/gi18n-lib.h: In the #error about having to define GETTEXT_PACKAGE, add a hint about a possibly-missing config.h. Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=7343 --- ChangeLog | 5 +++++ glib/gi18n-lib.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b3a1f70..d2312f30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-12 Federico Mena Quintero + + * glib/gi18n-lib.h: In the #error about having to define + GETTEXT_PACKAGE, add a hint about a possibly-missing config.h. + 2008-08-11 Behdad Esfahbod Bug 547200 – g_utf8_find_next_char() issues diff --git a/glib/gi18n-lib.h b/glib/gi18n-lib.h index b8be9aed..105f4d14 100644 --- a/glib/gi18n-lib.h +++ b/glib/gi18n-lib.h @@ -25,7 +25,7 @@ #include #ifndef GETTEXT_PACKAGE -#error You must define GETTEXT_PACKAGE before including gi18n-lib.h. +#error You must define GETTEXT_PACKAGE before including gi18n-lib.h. Did you forget to include config.h? #endif #define _(String) ((char *) g_dgettext (GETTEXT_PACKAGE, String)) -- 2.34.1