Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Cannot open include file: 'winposixtype.h'

From: "Ravi Kondamuru" <ravikondamuru@xxxxxxxxx>
Date: Sat, 12 Aug 2006 23:36:17 -0700
Hi,

I have been getting this compilation error. I did try to distclean, verify_tools to check for any new libraries to be included for compilation. That did not help. Anyone has ideas on what might be causing this issue.

I am compiling on Windows XP, with MSVC 6.0.

thanks,
Ravi.

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /I. /I.. /I../.. /IC:\w
ireshark-win32-libs\glib\include\glib-2.0  /IC:\wireshark-win32-libs\glib\lib\gl
ib-2.0\include  /IC:\wireshark-win32-libs\net-snmp-5.3.1\include /IC:\wireshark-
win32-libs\net-snmp-5.3.1\win32  /IC:\wireshark-win32-libs\pcre- 6.4\include /IC:
\wireshark-win32-libs\gnutls-1.5.0-1\include   /IC:\wireshark-win32-libs\kfw-2.5
\inc  /IC:\wireshark-win32-libs\WPdpack\include -D_U_="" /Zi /W3 -Fd.\ -c packet
-dtls.c packet-ipsec.c packet-kerberos.c packet-ssl-utils.c packet-ssl.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

packet-dtls.c
packet-ssl-utils.h (33) : fatal error C1083: Cannot open include file: 'winposixt
ype.h': No such file or directory
packet-ipsec.c
packet-ipsec.c(83) : fatal error C1083: Cannot open include file: 'winposixtype.
h': No such file or directory
packet-kerberos.c
packet-kerberos.c(366) : fatal error C1083: Cannot open include file: 'krb5.h':
No such file or directory
packet-ssl-utils.c
packet-ssl-utils.h(33) : fatal error C1083: Cannot open include file: 'winposixt
ype.h': No such file or directory
packet-ssl.c
packet-ssl-utils.h(33) : fatal error C1083: Cannot open include file: 'winposixt
ype.h': No such file or directory
Generating Code...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.