Ethereal-dev: Re: [Ethereal-dev] Two Win32 problems with 0.10.11 - building & packaging

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 5 May 2005 16:31:54 +0200 (CEST)
On Thu, 5 May 2005, Maynard, Chris wrote:

> I ran into 2 problems with 0.10.11:
>
> 1) Building:  It seems that the xml plugin file,
> plugins\xml\xml_lexer.c unconditionally includes <unistd.h>,
> which caused my Win32 build to fail.
>
> To get past this, I wrapped it with the following:
> #ifdef HAVE_UNISTD_H
> #include <unistd.h>
> #endif
>
>
> 2) Packaging:  The packaging\nsis\ethereal.nsi file
> contains the following line:
> !include "GetWindowsVersion.nsh"
>
> However, this file (attached) is not part of
> the distribution, so packaging fails without it.

This seems very similar to the trouble I had with 0.10.10.
The first problem was in another file, but still...
Is there a pattern here?

Jaap