-I ran into a problem when installing from svn. I got "invalid variable
-interpolation" errors for Wrappers.pm. I added the flag '--extract-all' to
-'po/Makefile' and 'po/t' to the xgettext line. Once I did that I was able
-to make and make test just fine. --HarleyPig
-
-> It would be helpful if you could post the actual error message you saw.
-> Also would be nice to know what versions of perl and gettext you have.
-> Perhaps your xgettext is an older version from before it natively
-> supported perl.
-> Adding --extract-all doesn't seem like a good idea, since this causes it
-> to treat every string in the entire wiki as translatable. I don't know
-> what you're talking about regarding 'po/t'. --[[Joey]]
-
-I have just installed ikiwiki and it works - at least I have the example index.mdwn page
-compiled and visible. However I have a few issues/problems:-
-
-* A couple of the 'optional' Perl modules aren't optional, you can't install ikiwiki without them,
-these are HTML::Template and HTML::Scrubber (at least I think it was these two, it's a bit messy
-to go back and find out).
-
-> You're right, HTML::Template is required. HTML::Scrubber is only required
-> in the default configuration, and is optional if the htmlscrubber plugin
-> is disabled. --[[Joey]]
-
-* I don't seem to have got an ikiwiki man page created.
-
-> It should be installed in /usr/share/man, or a similar directory
-> depending on how your perl is set up and how you did the install.
-> --[[Joey]]