Hi,
I am setting up the environment on my Windows machine to build Wireshark. I am following instructions as per
section 2.2 of the developer's guide. All the tool installation looks good and the tool verification by the nmake
also looks good. I have downloaded the sources for 0.99.7 version locally onto my machine.
However, when I kick-start the build for wireshark using "nmake -f Makefile.nmake all", I get the following error:
=====================================
C:\wireshark-0.99.7>nmake -f Makefile.nmake all
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.
"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" / -f Makefile.nmake WIN32_SETUP_OPT=--libverify process_libs
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.
if not exist C:\wireshark-win32-libs md C:\wireshark-win32-libs
Wireshark is ready to build. sed -e s/@VERSION@/0.99.7a/ -e "s/@HAVE_GNU_ADNS@/#define HAVE_GNU_ADNS 1/" -e "s/@HAVE_PCRE@/#define HAVE_LIBPCRE 1/" -e "s/@HAVE_KFW@/#define HAVE_ MIT_KERBEROS 1/" -e "s/@HAVE_NETTLE@//" -e "s/@HAVE_LIBZ@/#define HAVE_LIBZ 1/ " -e "s/@HAVE_LIBPCAP@/#define HAVE_LIBPCAP 1/" -e "s/@HAVE_PCAP_FINDALLDEVS@/ #define HAVE_PCAP_FINDALLDEVS 1/" -e "s/@HAVE_PCAP_DATALINK_NAME_TO_VAL@/#defin e HAVE_PCAP_DATALINK_NAME_TO_VAL 1/" -e "s/@HAVE_PCAP_DATALINK_VAL_TO_NAME@/#de fine HAVE_PCAP_DATALINK_VAL_TO_NAME 1/" -e "s/@HAVE_PCAP_BREAKLOOP@//" -e "s/@ HAVE_LIBWIRESHARKDLL@/#define HAVE_LIBWIRESHARKDLL 1/" -e "s/@WPCAP_CONSTIFIED@ /#define WPCAP_CONSTIFIED 1/" -e "s/@HAVE_LIBGNUTLS@/#define HAVE_LIBGNUTLS 1/" -e "s/@HAVE_LIBGCRYPT@/#define HAVE_LIBGCRYPT 1/" -e "s/@HAVE_LUA@/#define HA VE_LUA 1/" -e "s/@HAVE_LUA_5_1@/#define HAVE_LUA_5_1 1/" -e "s/@HAVE_AIRPCAP@/ #define HAVE_AIRPCAP 1/" -e "s/@HAVE_AIRPDCAP@/#define HAVE_AIRPDCAP 1/" -e "s /@HAVE_LIBPORTAUDIO@/#define HAVE_LIBPORTAUDIO 1/" -e "s/@PORTAUDIO_API_1@//" -e "s/@HAVE_SMI@/#define HAVE_LIBSMI 1/" < config.h.win32 > config.h sed: Unterminated `s' command NMAKE : fatal error U1077: 'sed' : return code '0x1' Stop.
=============================================
Any ideas if I am missing something? Any help would be appreciated.
Thanks,
Vikas
Post free auto ads on Yello Classifieds now! Try it now!
|