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

Reply via email to