diff options
author | Joey Hess <joey@kitenet.net> | 2008-05-08 10:29:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-05-08 10:29:48 -0400 |
commit | a3e1783596ac97e9a257a271a481732ab29997e7 (patch) | |
tree | 98951bae22f533ac60b37ef6233eb3a7d9fedf9e /doc | |
parent | de344200c664f0b9f7bad5bf2016bceec4abef3e (diff) |
web commit by buo: Removing previous installation fixes compile failure.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/2.45_Compilation_error.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn index fe8c14ca9..99013ee66 100644 --- a/doc/bugs/2.45_Compilation_error.mdwn +++ b/doc/bugs/2.45_Compilation_error.mdwn @@ -15,3 +15,7 @@ I have perl 5.10.0. Ikiwiki 2.44 compiles fine. Compiling 2.45 fails after 'make > perhaps using a previously installed version. But the -Iblib/lib > instructs perl to look in that directory first, and the Makefile > puts Ikiwiki.pm there. --[[Joey]] + +>> I removed all traces of the previous installation, and now 2.45 compiles. +>> I don't know why it was picking up the old version of Ikiwiki.pm, but now it +>> works. Please close this bug, and thanks for the help. |