]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/xgettext_issue.mdwn
resp
[ikiwiki.git] / doc / bugs / xgettext_issue.mdwn
index 58738658e6e3b96854e4ba05eb99d9b9c5758ac9..19ac816424dde361059dd41b43d28ce848e81579 100644 (file)
@@ -33,6 +33,11 @@ to make and make test just fine. --HarleyPig
 >>> no reason why you should need to rebuild the pot file anyway, so I've
 >>> checked it into svn, and that's one problem [[bugs/done]].
 
->>>> FWIW, I get the same error when building manually on Ubuntu Edgy. I'm also using xgettext 0.15, because it's the latest version that's in the repos. However, I don't think
->>>> that's the sole problem because I can build fine on another (Debian) box which is running _0.14.4_... I know very little about `gettext`, but could this be related to my 
->>>> language settings? On the Edgy box I have `LANGUAGE=en_GB:en` and `LANG=en_GB.UTF-8`. The `ikiwiki` package installs on Edgy with no problems.
\ No newline at end of file
+>>>> FWIW, I get the same error when building manually from SVN trunk on Ubuntu Edgy. I'm also using xgettext 0.15, because it's the latest version that's in the repos. However,
+>>>> I don't think that's the sole problem because I can build fine on another (Debian) box which is running _0.14.4_... I know very little about `gettext`, but could this be
+>>>> related to my language settings? On the Edgy box I have `LANGUAGE=en_GB:en` and `LANG=en_GB.UTF-8`. The `ikiwiki` package installs on Edgy with no problems. --Ben
+
+>>>>> You'll only see the problem if it needs to rebuild po/ikiwiki.pot,
+>>>>> which it generally doesn't if you're just building the package. If
+>>>>> you edit files and build, it will rebuilt the pot and then fail with
+>>>>> older gettexts. --[[Joey]]