Ethereal-dev: [Ethereal-dev] Re: Development Environment

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

From: Mike Frisch <mfrisch@xxxxxxxxxx>
Date: Mon, 7 Apr 2003 12:04:16 -0400
On Sun, Apr 06, 2003 at 11:56:51PM -0500, Carl.Knox@xxxxxxxxxxxxxxx wrote:
> Can someone that compiles ethereal using MSVC describe their development
> environment?
> I'm looking for the directory structure (and names) containing GTK, GDK,
> GLIB, ZLIB, etc.
> I'm looking for PATH, LIB, and INCLUDE settings.
> I'm looking for CONFIG.NMAKE settings.

You can easily see the directory hierarchy expected in the sample
'config.nmake'.  Mine does not differ any from that.

> I've downloaded the dev libs to the directories very similar to
> config.nmake and have been tweaking the file locations and other
> settings as I come across errors.

Posting the error log might be useful.

> I feel that I'm very close, but the latest issue is unistd.h not found. I
> did locate this under my Cygwin\usr\include directory, but ethereal should
> not be tied to Cygwin this tightly.

You have something misconfigured.  Did you read README.win32?

Mike.