Ethereal-dev: [Ethereal-dev] Development Environment

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

Date: Mon, 7 Apr 2003 13:58:58 -0500


Regarding my previous email:
"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.
..."

Thanks for those that offered advice. I found an older message from Guy
which got me past this hurdle:
> 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.

I would like to recommend that this be added to "cleanbld.bat", since it
appears to be a necessary step.