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

Ethereal-dev: [Ethereal-dev] latest build problem with GTK

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Mon, 24 Oct 2005 19:35:47 -0400 (EDT)
Ok...

I fixed the ethereal-tap-register.c problem.
Sure enough, it was my Borland grep.exe.

I've got another problem though. the next failure is
-----------------------------------------------------
about_dlg.c
..\gtk/gtk.h(31) : fatal error C1083: Cannot open include file:
'gdk/gdk.h': No such file or directory
capture_dlg.c
..\gtk/gtk.h(31) : fatal error C1083: Cannot open include file:
'gdk/gdk.h': No such file or directory

ETC...
-----------------------------------------------------
I looked in my C:\Ethereal\gtk directory and sure enough, they are not there.
Question is... why?

I originally tried to execute
nmake -f makefile.nmake setup,
but this failed ...
----------------------------------------------------
C:\Ethereal>nmake -f makefile.nmake setup

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

Checking for required applications:
        cl: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/cl
        link: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/link
        nmake: /cygdrive/c/Program Files/Microsoft Visual
Studio/VC98/bin/nmake
        bash: /usr/bin/bash
        bison: /cygdrive/c/program files/gnuwin32/bin/bison
        flex: /cygdrive/c/program files/gnuwin32/bin/flex
        env: /usr/bin/env
        grep: /usr/bin/grep
        find: /cygdrive/c/WINDOWS/system32/find
        perl: /cygdrive/c/Perl/bin/perl
        env: /usr/bin/env
        python: /cygdrive/c/python24/python
        sed: /usr/bin/sed
        unzip: /cygdrive/c/products/unzip/unzip
        wget: /cygdrive/c/program files/gnuwin32/bin/wget
****** glib-2.4.7.zip ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading gtk2.4/glib-2.4.7.zip into /cygdrive/c/ethereal-win32-libs,
installing into glib
--19:16:26-- 
http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-23/packages/gtk2.4/glib-2.4.7.zip
           => `glib-2.4.7.zip'
Resolving anonsvn.ethereal.com... 65.208.228.225
Connecting to anonsvn.ethereal.com|65.208.228.225|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 638,512 (624K) [application/octet-stream]

100%[====================================>] 638,512      108.06K/s    ETA
00:00

19:16:32 (107.89 KB/s) - `glib-2.4.7.zip' saved [638512/638512]

Extracting /cygdrive/c/ethereal-win32-libs/glib-2.4.7.zip into
/cygdrive/c/ethereal-win32-libs/glib
unzip:  cannot find either /cygdrive/c/ethereal-win32-libs/glib-2.4.7.zip
or /cygdrive/c/ethereal-win32-libs/glib-2.4.7.zip.zip.

ERROR: Couldn't unpack /cygdrive/c/ethereal-win32-libs/glib-2.4.7.zip

NMAKE : fatal error U1077: 'bash' : return code '0x1'
Stop.


----------------------------------------------------------
So I manually installed all the projects.
Is this where I most likely went wrong?

thanks!