shreejith bl wrote: > I copied config.h.win32 to config.h in c:\wireshark. > Now I am getting the below error. > > I can see in config.h declarations which the compiler is not > understanding like, > @HAVE_LIBPCAP@ > @HAVE_PCAP_BREAKLOOP@ > @HAVE_PCAP_FINDALLDEVS@ > @HAVE_PCAP_DATALINK_NAME_TO_VAL@ > @HAVE_PCAP_DATALINK_VAL_TO_NAME@ > @WPCAP_CONSTIFIED@ > @HAVE_LIBWIRESHARKDLL@
Don't do that. Makefile.nmake uses 'sed' to read config.h.win32, convert all of those @-quoted names to their correct values, and write config.h. What does config.h look like after you run the following? rm config.h nmake -f makefile.nmake config.h ___________________________________________________________________________ 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-requ...@wireshark.org?subject=unsubscribe