aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 23:48:00 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-07 23:48:00 +0000
commit5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2 (patch)
treeffcb4140ff043880ebb84b2b8d38cd3e64d0807a /doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn
parent1fe10b61149821571bd74da712b381a63afeaee6 (diff)
downloadikiwiki-5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2.tar
ikiwiki-5fe490c7d7ead8a3c0cf06eeb4363f26ce4874c2.tar.gz
massive naming and userlink patch from Paweł Tęcza
Diffstat (limited to 'doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn')
-rw-r--r--doc/bugs/Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn4
1 files changed, 2 insertions, 2 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 9c7c169ab..6ed035232 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,7 +15,7 @@ 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
+--[[Paweł|ptecza]]
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
@@ -39,7 +39,7 @@ new version of Locale::gettext fixed it. --Ethan
>> Thanks for the hint, guys! :) I've just backported liblocale-gettext-perl
>> 1.05 package and it seems that now I can build my ikiwiki successfully
->> and it even works :) --Pawel
+>> and it even works :) --[[Paweł|ptecza]]
Thanks for the note on this, made it very easy to figure out what was going on. Just pointing out though that the Debian package doesn't require a new version of liblocale-gettext-perl. I just got bit by this bug setting up a dev ikiwiki box on a mixed stable/testing box. -- [[Adam]]