xgettext -L Scheme

2005-04-15 Thread David Pirotte
-L Scheme -o hello.pot hello.scm ; does not produce any output, no hello.pot file xgettext -a -L Scheme -o hello.pot hello.scm hello.scm:11: warning: Empty msgid. It is reserved by GNU gettext: gettext() returns the header entry

Re: xgettext -L Scheme

2005-04-15 Thread Kevin Ryde
David Pirotte [EMAIL PROTECTED] writes: am I missunderstanding something here? I had to add --keyword=_ to xgettext when using _ as an alias for gettext. Dunno if that's meant to be builtin. ___ Guile-user mailing list Guile-user@gnu.org