Ethereal-dev: Re: [Ethereal-dev] patch to packet-http.c (0.9.16) - support for ShoutCast's 'IC

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Yaniv Kaul <ykaul@xxxxxxxxxxxx>
Date: Thu, 22 Jan 2004 23:54:19 +0200
So where does that leave us?
Currently, under Windows, I was not able to compile without this editing.

Guy Harris wrote:


On Jan 21, 2004, at 1:26 AM, Yaniv Kaul wrote:

In the lastest snapshot (20Jan04), there is a problem in config.nmake:

POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html

should be:

POD2MAN=pod2man
POD2HTML=pod2html


That dates back to

    revision 1.69
    date: 2003/12/22 21:34:13;  author: ulfl;  state: Exp;  lines: +3 -3
    calling pod2man and pod2html indirectly through the bash

I think that change was made because in some environments

    POD2MAN=pod2man
    POD2HTML=pod2html

*didn't* work.  (Windows doesn't, as far as I know, know about "#!".)