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)/"
\