post git clone, i am trying to build the PDF documentation.
[strikr@victory nim]$ ./koch pdf
Adding to $PATH: /home/strikr/source-nim/nim/bin
bin/nim cc -r tools/nimweb.nim --pdf web/website.ini
--putenv:nimversion=0.16.0
Hint: used config file '/home/strikr/source-nim/nim/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: nimweb [Processing]
Hint: os [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: math [Processing]
Hint: algorithm [Processing]
Hint: times [Processing]
Hint: posix [Processing]
Hint: ospaths [Processing]
Hint: parseopt [Processing]
Hint: parsecfg [Processing]
Hint: hashes [Processing]
Hint: etcpriv [Processing]
Hint: lexbase [Processing]
Hint: streams [Processing]
Hint: tables [Processing]
Hint: strtabs [Processing]
Hint: re [Processing]
Hint: pcre [Processing]
Hint: rtarrays [Processing]
Hint: htmlgen [Processing]
Hint: macros [Processing]
Hint: md5 [Processing]
Hint: osproc [Processing]
Hint: cpuinfo [Processing]
Hint: linux [Processing]
Hint: parsecsv [Processing]
Hint: xmltree [Processing]
nimweb.nim(357, 10) Hint: 'dir' is declared but not used
[XDeclaredButNotUsed]
nimweb.nim(294, 6) Hint: 'nimweb.pathPart(d: string)' is declared but not
used [XDeclaredButNotUsed]
nimweb.nim(377, 6) Hint: 'nimweb.genNewsLink(title: string)' is declared
but not used [XDeclaredButNotUsed]
Hint: [Link]
Hint: operation successful (31347 lines compiled; 3.055 sec total;
56.645MiB; Debug Build) [SuccessX]
Hint: /home/strikr/source-nim/nim/tools/nimweb --pdf web/website.ini
--putenv:nimversion=0.16.0 [Exec]
pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Arch Linux)
kpathsea version 6.2.2
Copyright 2016 Han The Thanh (pdfTeX) et al.
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.26; using libpng 1.6.28
Compiled with zlib 1.2.8; using zlib 1.2.11
Compiled with poppler version 0.50.0
bin/nim rst2tex --hint[Conf]:off --hint[Path]:off --hint[Processing]:off
--putenv:nimversion=0.16.0 doc/manual.rst
pdflatex doc/manual.tex
external program failed
Error: execution of an external program failed:
'/home/strikr/source-nim/nim/tools/nimweb --pdf web/website.ini
--putenv:nimversion=0.16.0'
FAILURE
Any pointers ?