diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 17:06:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 17:06:12 -0400 |
commit | a7ece50826e68ef6fff2c541f4fa51ed25cba263 (patch) | |
tree | f04dbf239e7de2cc29f8f5d46d8bb3556756b0b8 /doc | |
parent | cdf8ced4c298124475336a3ee82d2754bc1b7f95 (diff) | |
parent | 2b5d12f658ef61cfe831c97ee411807b2ab5b611 (diff) | |
download | ikiwiki-a7ece50826e68ef6fff2c541f4fa51ed25cba263.tar ikiwiki-a7ece50826e68ef6fff2c541f4fa51ed25cba263.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/2.45_Compilation_error.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/2.45_Compilation_error.mdwn b/doc/bugs/2.45_Compilation_error.mdwn new file mode 100644 index 000000000..e2c39ebdb --- /dev/null +++ b/doc/bugs/2.45_Compilation_error.mdwn @@ -0,0 +1,10 @@ +I have perl 5.10.0. Ikiwiki 2.44 compiles fine. Compiling 2.45 fails after 'make': + + perl -Iblib/lib ikiwiki.out -libdir . -setup docwiki.setup -refresh + refreshing wiki.. + docwiki.setup: Failed to load plugin IkiWiki::Plugin::goodstuff: Failed to load plugin IkiWiki::Plugin::shortcut: Too many arguments for IkiWiki::srcfile at IkiWiki/Plugin/shortcut.pm line 16, near "1)" + Compilation failed in require at (eval 31) line 2. + BEGIN failed--compilation aborted at (eval 31) line 2. + BEGIN failed--compilation aborted at (eval 23) line 2. + BEGIN failed--compilation aborted at (eval 10) line 21. + make: *** [extra_build] Error 255 |