It appears that neither elinks, links or lynx are installed in the two 
OSX build environments ....

(I committed a change to Makefile.am slightly so all three of 
elinks,links and lynx get tried before the make errors out).


./faq.py >faq.txt.tmp
elinks -dump -dump-width 72 -no-numbering -no-references < faq.txt.tmp > 
faq.txt  || \
        links -dump -width 72 -no-numbering -no-references       < 
faq.txt.tmp > faq.txt   || \
        lynx -dump -width=72 -nolist -stdin -force-html          < faq.txt.tmp 
 > faq.txt
/bin/sh: elinks: command not found
/bin/sh: links: command not found
/bin/sh: lynx: command not found
make[2]: *** [faq.txt] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
program finished with exit code 2
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to