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: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 22 Jan 2004 22:01:11 +0100
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 "#!".)

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev

Hi Yaniv!

Yes, the changes were made, as on the usual win32 platforms, a perl interpreter is *not* in the PATH.

So a call to pod2man will fail, as the cmd.exe (or whatever command.exe) will not try to resolve the !/bin/perl statement at the top of the file.

Could you describe the problem you have?

Regards, ULFL