Ethereal-dev: [Ethereal-dev] Re: Can't compile Ethereal from current CVS on Win32 MS C++ and C

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

From: Jason House <jhouse@xxxxxxxxx>
Date: Thu, 01 May 2003 13:17:27 -0400
Do I read that right and see 'Grep' with a capital g?

ethereal-dev-request@xxxxxxxxxxxx wrote:
> Message: 1
> From: "Greg Morris" <GMORRIS@xxxxxxxxxx>
> 
> I had to modify the file make-tapreg-dotc to not pass the flag -v with
> grep. See attached diff for patch. Can someone tell me if there might be
> an adverse effect with this change?
> 
> Greg
> 
> >>> "Greg Morris" <GMORRIS@xxxxxxxxxx> 5/1/2003 8:20:42 AM >>>
> 
> Just updated this morning to latest CVS code and I get the following
> errors durring a clean build. Anyone working on this?
> 
> ethereal-tap-register.c(4) : error C2182: 'Grep' : illegal use of type
> 'void'
> ethereal-tap-register.c(4) : error C2143: syntax error : missing ';'
> before ':'
> ethereal-tap-register.c(5) : error C2065: 'unknown' : undeclared
> identifier
> 
> Greg