Bug ID |
11216
|
Summary |
Compilation fails using Visual Studio 2010 because it does not supply inttypes.h.
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86-64
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Blocker
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
cl -WX /DWINPCAP_VERSION=4_1_3 /Zi /W3 /MD /O2 /DWIN32_LEAN_AND_MEAN
/DM
SC_VER_REQUIRED=1600 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
-DP
SAPI_VERSION=1 /MP /w34295 /w34189 /I. /Inghttp2 /I../..
/IC:\wireshark\libs\wi
n64\1.99\gtk2\include\glib-2.0
/IC:\wireshark\libs\win64\1.99\gtk2\lib\glib-2.0
\include -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DWS_BUILD_DLL
-F
d.\ -c nghttp2_buf.c nghttp2_hd.c nghttp2_hd_huffman.c
nghttp2_hd_huffman_data.c
nghttp2_helper.c nghttp2_mem.c
Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
nghttp2_buf.c
nghttp2_hd.c
nghttp2_hd_huffman.c
nghttp2_hd_huffman_data.c
C:\wireshark\epan\nghttp2\nghttp2.h(41) : fatal error C1083: Cannot op
en include file: 'inttypes.h': No such file or directory
C:\wireshark\epan\nghttp2\nghttp2.h(41) : fatal error C1083: Cannot op
en include file: 'inttypes.h': No such file or directory
C:\wireshark\epan\nghttp2\nghttp2.h(41) : fatal error C1083: Cannot op
en include file: 'inttypes.h': No such file or directory
C:\wireshark\epan\nghttp2\nghttp2.h(41) : fatal error C1083: Cannot op
en include file: 'inttypes.h': No such file or directory
nghttp2_helper.c
nghttp2_mem.c
C:\wireshark\epan\nghttp2\nghttp2.h(41) : fatal error C1083: Cannot op
en include file: 'inttypes.h': No such file or directory
C:\wireshark\epan\nghttp2\nghttp2.h(41) : fatal error C1083: Cannot op
en include file: 'inttypes.h': No such file or directory
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
10.0
\VC\Bin\amd64\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
10.0
\VC\Bin\amd64\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
10.0
\VC\Bin\amd64\nmake.exe"' : return code '0x2'
Stop.
You are receiving this mail because:
- You are watching all bug changes.