Ethereal-dev: Re: [Ethereal-dev] Problems compiling 0.9.5 with VC++ 6

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 4 Jul 2002 11:38:51 -0700
On Thu, Jul 04, 2002 at 05:05:33PM +0200, andreas.sikkema@xxxxxxxxxxx wrote:
> scanner.c
> scanner.c(1512) : error C4013: 'isatty' undefined; assuming extern 
> returning int

	...

> I tried a couple of times, error on scanner.c can also be 
> "Can not find file 'unistd.h'"

Try removing "scanner.c" and rebuilding it; you'd probably have to
install Cygwin in order to get Flex for Win32, if you don't already have
it installed.



Where did you build "scanner.c"?  If built on a UNIX system, the lex or
flex that generated it might be a UNIX-only version, rather than one
capable of building code for Win32 as well.  
> 
> Does anyone have success with VC++ (well, there is a win32 
> binary on the site so....)
> 
> HELP! ;-)
> 
> -- 
> Andreas Sikkema
> andreas.sikkema@xxxxxxxxxxx
> "While you're waiting, read the free novel we sent you. 
>  It's a Spanish story about a guy named `Manual'" - Dilbert
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>