Wireshark mailing list archives
Re: wireshark build fails!??!!
From: Bill Meier <wmeier () newsguy com>
Date: Tue, 05 Jan 2010 14:14:52 -0500
Bill Meier wrote:
Looking at this a bit further it seems that there's somehow a version
mismatch (or something) between Makefile.nmake and config.h.win32
I would expect that everything will be OK after updating to the current
SVN and then doing a distclean as Chris suggested .
--------------
From your previous EMail.
-e "s/@HAVE_PCAP_DATALINK_VAL_TO_NAME@/#define HAVE_PCAP_DATALIN
K_VAL_TO_NAME 1/"
<<< Note missing s /.../.../ as per below for ..._val_to_description >>>
-e "s/@HAVE_PCAP_BREAKLOOP@//"
-------------
From a current Makefile.nmake
-e
"s/@HAVE_PCAP_DATALINK_VAL_TO_NAME@/$(PCAP_DATALINK_VAL_TO_NAME_CONFIG)/" \
-e
"s/@HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION@/$(PCAP_DATALINK_VAL_TO_DESCRIPTION_CONFIG)/"
\
-e
"s/@HAVE_PCAP_BREAKLOOP@/$(PCAP_BREAKLOOP_CONFIG)/"
\
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- wireshark build fails!??!! Manthos S. (Jan 05)
- Re: wireshark build fails!??!! Maynard, Chris (Jan 05)
- Re: wireshark build fails!??!! Bill Meier (Jan 05)
- Re: wireshark build fails!??!! Bill Meier (Jan 05)
- <Possible follow-ups>
- Re: wireshark build fails!??!! Manthos S. (Jan 08)
