On Thu, 23 Oct 2008 02:49:05 +0200, Joel Brobecker wrote: > > ada-tasks.c:57: error: initializer element is not constant > > ada-tasks.c:57: error: (near initialization for ?$B!Ftask_states[0]?$B!G) > > ... > > Humpf. I didn't get any warning with my compiler. Sorry about that. Interesting, the default in intl/config.intl is --enable-nls which should fail this way. > > (There should be N_() with runtime _(var) and not static _().) > > Do you mean like this? Yes but we need to also later explicitely translate the strings as N_() is a NOP just to get the messages extracted to the catalog. OK to commit it? Regards, Jan