Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] OSX build environments need elinks or links or lynx installe

From: Michael Tüxen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>
Date: Sat, 13 Dec 2008 21:36:51 +0100
Hi Bill,

you are correct...

I have installed elinks on both of them.

Best regards
Michael

On Dec 13, 2008, at 5:05 PM, Bill Meier wrote:


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 <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe