Ethereal-dev: Re: [Ethereal-dev] dissect_ncp_{request,reply}

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Fri, 13 Oct 2000 10:32:00 -0400
On Fri, Oct 13, 2000 at 10:25:25AM -0400, Gilbert Ramirez wrote:
> On Fri, Oct 13, 2000 at 11:12:03PM +0900, Jun-ichiro itojun Hagino wrote:
> > 
> > >In packet-ncp2222.inc, which gets #included in packet-ncp2222.c,
> > >which is created by ncp2222.py. Our build setup fails to recognize
> > >that python is not installed, and I need to fix this.
> > >Do you have python installed on your machine?
> > 
> > 	sorry I didn't have one.  thanks.  do you plan to put some check
> > 	into autogen.sh?
> > 
> > itojun
> 
> In configure (configure.in), yes.

Actually, perhaps you're right. We need to check for python only if you're
building from CVS or modifying ncp2222.py. autogen.sh would probably be a better
place to look. If you're modifying ncp2222.py from a tarball distribution, I'm sure
you'd understand that you need python installed.

--gilbert