Ethereal-dev: Re: [Ethereal-dev] Re: compiling on win 32

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 11 Jul 2001 11:47:33 -0700 (PDT)
> > nope, I never did find out what the problem was.  I did a recursive 
> > unix2dos for the entire ethereal directory, and still had the same errors.
> 
> If the "config.h" file in the top level Ethereal source directory

...or the "config.h" file in the epan or wiretap subdirectories...

> does not define HAVE_WINSOCK_H, there is an error.  Do
> 
> 	nmake -f Makefile.nmake clean
> 
> from the top-level directory, remove "config.h",

Remove it from *ALL THREE* of those directories, not just the top-level
directory.

> and try rebuilding.