Hi, Started testing builds with VS 2013 Pro (nmake build), complaints about redefinitions:
Looking at the definitions of these I can’t see what’s up. asked 18 Nov ‘15, 17:16 Govindarao B… edited 19 Nov ‘15, 03:50 grahamb ♦ |
One Answer:
What version of the Wireshark source are you building from ?. This problem was fixed in Dec 2013. The fix appeared in Wireshark-1.12 sources. (See the wireshark-dev message thread beginning at: https://www.wireshark.org/lists/wireshark-dev/201312/msg00066.html The actual commit: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ccec6e23b8fa7f2601118660a1f01d325eb2dd4 answered 18 Nov '15, 19:50 Bill Meier ♦♦ I am using wireshark- 1.8.15 (19 Nov '15, 02:52) Govindarao B... I am using wireshark- 1.8.15 OK, VS2013 isn't supported for that version. (19 Nov '15, 03:15) grahamb ♦ |
Note that if you’re trying to build 2.0, then the Windows build system has switched to CMake.