From: David B. <dav...@gm...> - 2010-06-20 01:56:34
|
Hi, I think I have the po/gmo issues fixed in git for both tuxmath and tuxtype, AFAICT. btw, I stumbled what appears to be a bug in the newest gettext (0.18) in Debian Sid. When you run "autopoint" (which is part of "autoreconf"), it creates po/Makefile.in.in that still lists version 0.17, causing a version mismatch error. I filed a bug report. So, if you have gettext-0.18 with this issue, you will have to manually change: GETTEXT_MACRO_VERSION = 0.17 to: GETTEXT_MACRO_VERSION = 0.18 until this bug is fixed. Cheers, David |