From: <hp...@zy...> - 2017-05-01 19:44:04
|
On May 1, 2017 9:11:12 AM PDT, anonymous coward <nas...@us...> wrote: >> Using OS X, the documentation fails to build, >> with a couple of issues. > >> make: *** [nasm.xml] Error 1 > >> cp: illegal option -- u > >more (while trying to make step-by-step progress]: > ># make nasmdoc.pdf >perl -I. ./inslist.pl ./../x86/insns.dat >Reading insns.dat... >Writing inslist.src... >Done: 5050 instructions >perl -I. ../version.pl docsrc \ > < ../version > version.src >perl -I. ./rdsrc.pl -I./ dip nasmdoc.src >Reading input...done. >Fixing up cross-references...done. >Sorting index tags...done. >Producing Documentation Intermediate Paragraphs: done. >perl -I. ./genps.pl -epsdir "." \ > -headps ./head.ps nasmdoc.dip \ > > nasmdoc.ps >Can't locate Font/TTF/Font.pm in @INC (you may need to install the >Font::TTF::Font module) (@INC contains: . >/Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 >/Network/Library/Perl/5.18/darwin-thread-multi-2level >/Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 >/System/Library/Perl/5.18/darwin-thread-multi-2level >/System/Library/Perl/5.18 >/System/Library/Perl/Extras/5.18/darwin-thread-multi-2level >/System/Library/Perl/Extras/5.18 .) at ttfmetrics.ph line 3. >BEGIN failed--compilation aborted at ttfmetrics.ph line 3. >Compilation failed in require at findfont.ph line 47. >Compilation failed in require at ./genps.pl line 43. >make: *** [nasmdoc.ps] Error 2 You are missing the Perl module Font::TTF, and it looks like you are also missing asciidoc+xmlto. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. |