diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-15 18:16:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-15 18:16:08 +0000 |
commit | 2d4d3ece1d1f1fa02c34a9849f03bbd9918177c5 (patch) | |
tree | 747bdfb4e8bc6bae1949c4b61893acd86c9742a7 | |
parent | 79cc1fe177529fc90b0bc7d9e39efca0e13b00ff (diff) |
web commit by http://ethan.betacantrips.com/: I had this problem too
-rw-r--r-- | doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn b/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn index e560d797a..edd994a70 100644 --- a/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn +++ b/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn @@ -15,4 +15,8 @@ I can't build my ikiwiki 1.40 backport for Debian 'sarge': make[1]: Leaving directory `/home/ptecza/svn/ikiwiki' make: *** [build-stamp] Error 2 ---Pawel
\ No newline at end of file +--Pawel + +This is because of an old version of Locale::gettext which doesn't +include the OO interface. I had this problem too, but installing a +new version of Locale::gettext fixed it. --Ethan
\ No newline at end of file |