ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Glib.h Missing???

From: Geetika Gupta <geettka.gupta@xxxxxxxxx>
Date: Fri, 6 Aug 2010 09:48:50 +0530
Hi All,

I am facing teh same issue as was reported earlier in thread
http://www.wireshark.org/lists/wireshark-dev/200611/msg00298.html


when I run command 
nmake -f Makefile.nmake all
all the previous steps worked well.

Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

        cl -WX -DHAVE_CONFIG_H /IC:\wireshark-win32-libs-1.2.6\gtk2\include\glib
-2.0  /IC:\wireshark-win32-libs-1.2.6\gtk2\lib\glib-2.0\include -D_U_="" /Zi /W3
 /MD /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DWIN32_LEAN_AND_MEA
N /DMSC_VER_REQUIRED=1400 /D_BIND_TO_CURRENT_CRT_VERSION=1 -Fd.\ -c G711u\G711ud
ecode.c /FoG711udecode.obj
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

G711udecode.c
G711u\G711udecode.c(25) : fatal error C1083: Cannot open include file: 'glib.h':
 No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.

Pls let me know the solution to this

Regards
Geetika