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] Can't distclean since SVN-24214

From: "J.C. Wren" <jcwren@xxxxxxxxxx>
Date: Tue, 5 Feb 2008 12:03:37 -0500
I was updating my dissector plug-in, which I built against SVN-23896
(Dec 17th, IIRC).  I pulled the latest SVN version (24270) and worked
backwards to SVN-24214, and distclean keeps failing when it hits
libgpg.  I'm using the MSVC_VARIANT=MSVC2005EE in config.nmake.
Here's the output of the 'name -f makefile.nmake distclean':

        <other stuff above that worked>
        cd ../u3/win32
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"
/                   -f Makefile.nmake distclean

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

        cd ../tools
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"
-f makefile.nmake clean

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

        rm -rf utest.exe *.obj
        rm -rf libgcrypt-11.dll libgpg-error-0.dll
        rm -rf state nodeid
        rm -rf *~ *.*~
        cd ../win32
        cd ../../
        "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"
-f makefile.nmake clean

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

NMAKE : fatal error U1052: file 'makefile.nmake' not found
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

C:\wireshark>

Any ideas?

Thanks,
--jc