Raku / book

Using Raku – an unfinished book about Raku
https://perl6book.com/
283 stars 49 forks source link

build error #65

Closed ghost closed 12 years ago

ghost commented 12 years ago

make rm -rf build/ mkdir build perl -Ilib bin/book-to-latex --paper letter src/preface.pod src/basics.pod src/operators.pod src/subs-n-sigs.pod src/classes-and-objects.pod src/multi-dispatch.pod src/roles.pod src/subtypes.pod src/regexes.pod src/grammars.pod src/builtins.pod > build/UsingPerl6.letter.tex Can't locate Pod/PseudoPod/LaTeX.pm in @INC (@INC contains: lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at lib/Perl6BookLatex.pm line 7. BEGIN failed--compilation aborted at lib/Perl6BookLatex.pm line 7. Compilation failed in require at bin/book-to-latex line 6. BEGIN failed--compilation aborted at bin/book-to-latex line 6. make: *\ [tex] Error 2

qiuhw commented 12 years ago

On 05/18/2012 11:58 AM, Greg Donald wrote:

Can't locate Pod/PseudoPod/LaTeX.pm in @INC (@INC contains: lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at lib/Perl6BookLatex.pm line 7. That's because you need to first install the Perl 5 module Pod::PseudoPod::LaTeX.

moritz commented 12 years ago

More specifically, you need all of the dependencies mentioned in the README file.

ghost commented 12 years ago

I'm good to go. I had upgraded my Ubuntu install the other day and didn't realized my CPAN had been pretty much wiped out.