I am trying to build Wireshark and am having problems with distclean.
I am getting the following error U1052 and U1077:
C:\Program Files\Wireshark>Nmake -f Makefile.nmake distclean
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
rm -rf gtk2.tmp
rm -rf wireshark-gtk1
cd plugins
"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" /
-f Makefile.nmake clean-deps
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\n
make.exe"' : return code '0x2'
Stop.
C:\Program Files\Wireshark>
Any help would be much appreciated!