Hello,

For resolve this problem, I use c compiler option (gcc):

--include config.h

For valac:

--Xcc='--include config.h'


2008/12/2 Frédéric Gaudy <[EMAIL PROTECTED]>

> > In what order are your using ______; defined?
>
> What is ______; ???
>
> using Config; and --pkg config it is declared first.
>
> ------------------------------
> *De :* Dan Saul <[EMAIL PROTECTED]>
> *À :* Frédéric Gaudy <[EMAIL PROTECTED]>
> *Cc :* Dan Saul <[EMAIL PROTECTED]>; [email protected]
> *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
> [email protected]
> http://mail.gnome.org/mailman/listinfo/vala-list
>
>
>
>
> _______________________________________________
> Vala-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/vala-list
>
>


-- 
Nicolas Joseph

Responsable de la rubrique GTK+ de developpez.com /
In charge of the GTK+ section on developpez.com

http://nicolasj.developpez.com
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to