Indeed! I compiled succesfully with other source files. At the time it failed i used 31441(updated to last). Now i use the last released: 31229 that could compile succesfully. I will try again the latest with positive hopes!
Again thank you both for your feeback!
Date: Tue, 05 Jan 2010 14:14:52 -0500
From: Bill Meier <wmeier@xxxxxxxxxxx>
Subject: Re: [Wireshark-dev] wireshark build fails!??!!
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Message-ID: <4B438FAC.7060806@xxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
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)/"
\
------------------------------
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
https://wireshark.org/mailman/listinfo/wireshark-dev