I'm getting a "Can't find ./HTML/Template in @INC"
error message when I try to run `make` or `test_wiki.sh`
I've installed HTML::Template with perl 5 / cpanp
Is there a perl6 version I need to checkout / get from somewhere?
I'm using perl 5.10.0
parrot r 37597
rakudo f8b6aeec564dfa79162b3f6b53302afdc2f33b19
november c2480acb967190a11819cfa2f12e57f37ad688be
I checked out parrot to ~/parrot
rakudo to ~/parrot/languages/rakudo
and november to ~/november
I've set the following ENV vars:
export PARROT_DIR=~/parrot
export RAKUDO_DIR=~/parrot/languages/rakudo
export PERL6LIB=~/november/lib
Cheers,
Carl
Yes.
There's an installer that takes care of downloading and building the
dependencies for you: http://github.com/masak/proto/
Just check out the repository, and ./proto install november
Cheers,
Moritz
--
Moritz Lenz
http://perlgeek.de/ | http://perl-6.de/ | http://sudokugarden.de/
While I'd prefer if as many people as possible used proto, there's
also the entirely manual way, for those who prefer that.
<http://gist.github.com/82301>
I expect to be able to add something like that to the README, unless
someone else gets there first.
I also discovered an unresolved dependency in HTML::Template, which I
remove, so things should work even better now. :) Thanks.
// Carl
proto worked perfectly.
I got a "Null PMC access" error running test_wiki.sh, so I'm now
waiting on rakudo's spectest to run to see if it covers it,
otherwise I'll open an RT ticket for it.
#november-wiki
<moritz_> fireartist: do you get that in an eval() inside a class or method?
<moritz_> if yes, then it's known
Cheers,
Carl