aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/xgettext_issue.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 03:05:04 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 03:05:04 +0000
commit2ce6c23f9485d26d443fb5a1f8c5286a5e668625 (patch)
tree55b3b45130bb3b92bab52ad303594b3f61d0c497 /doc/bugs/xgettext_issue.mdwn
parentfa0a7fce4613cc3d9eaa0220a4fb00395257d7e1 (diff)
downloadikiwiki-2ce6c23f9485d26d443fb5a1f8c5286a5e668625.tar
ikiwiki-2ce6c23f9485d26d443fb5a1f8c5286a5e668625.tar.gz
response
Diffstat (limited to 'doc/bugs/xgettext_issue.mdwn')
-rw-r--r--doc/bugs/xgettext_issue.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/xgettext_issue.mdwn b/doc/bugs/xgettext_issue.mdwn
index 5e225aec8..19ac81642 100644
--- a/doc/bugs/xgettext_issue.mdwn
+++ b/doc/bugs/xgettext_issue.mdwn
@@ -35,4 +35,9 @@ to make and make test just fine. --HarleyPig
>>>> 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 \ No newline at end of file
+>>>> 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]]