Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2010 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/525631 to your computer and use it in GitHub Desktop.
Save anonymous/525631 to your computer and use it in GitHub Desktop.
pmichaud@plum:~/book$ 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/multi-dispatch.pod src/classes-and-objects.pod src/roles.pod src/subtypes.pod src/regexes.pod src/grammars.pod src/builtins.pod > build/UsingPerl6.letter.tex
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.10.1/Pod/PseudoPod/LaTeX.pm line 214.
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.10.1/Pod/PseudoPod/LaTeX.pm line 214.
cd build && make -I ../lib -f ../lib/Makefile
NOTE: You may ignore warnings about the following files:
UsingPerl6.letter.d
make[1]: Entering directory `/home/pmichaud/book/build'
../lib/Makefile:2262: UsingPerl6.letter.d: No such file or directory
= UsingPerl6.letter.tex --> UsingPerl6.letter.d UsingPerl6.letter.pdf.1st.make (0-1) =
make[1]: *** [UsingPerl6.letter.d] Error 1
make[1]: Leaving directory `/home/pmichaud/book/build'
make: *** [pdf] Error 2
pmichaud@plum:~/book$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment