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.
Regards,
Chris
-----------------------------------------
This email may contain confidential and privileged material for the sole
use of the intended recipient(s). Any review, use, retention, distribution
or disclosure by others is strictly prohibited. If you are not the intended
recipient (or authorized to receive for the recipient), please contact the
sender by reply email and delete all copies of this message. Also, email is
susceptible to data corruption, interception, tampering, unauthorized
amendment and viruses. We only send and receive emails on the basis that we
are not liable for any such corruption, interception, tampering, amendment
or viruses or any consequence thereof.
Attachment:
GetWindowsVersion.nsh
Description: GetWindowsVersion.nsh