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] Glib.h Missing???

Date: Wed, 15 Nov 2006 10:57:41 -0000
Title: Glib.h Missing???

I'm doing something stupid I know… but ...

I've downloaded the source wireshark-0.99.5-SVN-19892.tar.gz and installed it but when I try to build Wireshark I get
Cannot open include file: 'glib.h':

I've search the directories and there is no sign of glib.h.

Thanks

Trefor



        cd codecs
        NMAKE /                   -f Makefile.nmake

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

        cl -DHAVE_CONFIG_H /IC:\wireshark-win32-libs\glib\include\glib-2.0  /IC:
\wireshark-win32-libs\glib\lib\glib-2.0\include -D_U_="" /Zi /W3 -Fd.\ -c G711u\
G711udecode.c -o G711udecode.obj
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. 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: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.