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

Wireshark-dev: Re: [Wireshark-dev] inttypes.h not found when building catapult_dct2000.c

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Sat, 18 Nov 2006 04:39:16 +0100
Andrew Schweitzer wrote:
Any idea where this file is supposed to live and why I can't find it?

Thanks

Andy

Compiler output:

cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /Ie:\wireshark-win32-libs\glib\include\glib-2.0 /Ie:\wireshark-win32-libs\glib\lib\glib-2.0\include /Ie:\wireshark-win32-libs\zlib123-dll\include /Ie:\wireshark-win32-libs\WPdpack/include -D_U_="" /Zi /W3 -Fd.\ -c catapult_dct2000.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

catapult_dct2000.c
catapult_dct2000.c(30) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'E:\PROGRA~1\MICROS~1\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.

Both seems to be a try to fix two warnings, but unfortunately both fixes don't compile on Win32.

I've checked in a fix for both - SVN 19925 should compile again with MSVC ...

Regards, ULFL