[Vala] Re : Include config.h before gi18n-lib.h
- From: Frédéric Gaudy <fred_gaudy yahoo fr>
- To: Dan Saul <daniel saul gmail com>
- Cc: vala-list gnome org
- Subject: [Vala] Re : Include config.h before gi18n-lib.h
- Date: Tue, 2 Dec 2008 13:52:08 +0000 (GMT)
> In what order are your using ______; defined?
What is ______; ???
using Config; and --pkg config it is declared first.
De : Dan Saul <daniel saul gmail com>
À : Frédéric Gaudy <fred_gaudy yahoo fr>
Cc : Dan Saul <daniel saul gmail com>; vala-list gnome org
Envoyé le : Mardi, 2 Décembre 2008, 14h25mn 18s
Objet : Re:
[Vala] Include config.h before gi18n-lib.h
Hi,
In what order are your using ______; defined?
Perhaps reordering these might result in a difference.
Dan
On 2-Dec-08, at 7:01 AM, Frédéric Gaudy wrote:
Hi,
I use gettext in my application with this code :
Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALE_DIR);
Intl.textdomain (Config.GETTEXT_PACKAGE);
Config class is corrected filled.
When compiling, it show me this error :
error: #error You must define GETTEXT_PACKAGE before including gi18n-lib.h. Did you forget to include config.h?
Looking into c file,
config.h is just after gi18n-lib.h.
#include <glib/gi18n-lib.h>
#include <config.h>
So, how to force config.h to be include before gi18n-lib.h?
Thanks for help.
_______________________________________________
Vala-list mailing list
Vala-list gnome orghttp://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]