Ethereal-dev: Re: [Ethereal-dev] (no subject)

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 28 Jan 2004 23:28:58 -0800
On Wed, Jan 28, 2004 at 09:31:23PM -0800, Parul Singla wrote:
>  I'm facing installaion problems with the nightly build of
> "ethereal-2004-01-26" on cygwin.
> 
> Attached are the config.nmake and Makefile.nmake.

Try doing "nmake -f makefile.nmake clean", and then redoing the make
using an unmodified version of Makefile.nmake and a version of
config.nmake that's based on the one that came with the source release
and with a *minimum* number of changes (e.g., define ETHEREAL_LIBS as
C:\cygwin\usr\local, and change only those _DIR defines where you have a
different version of the library, e.g. ZLIB_DIR).

Perhaps the modified config.nmake and Makefile.nmake *should* work, but
minimizing the number of changes from the standard configuration should
at least reduce the number of potential problems.