Hello everyone, I would like to build my own Wireshark from the source code 2.0.4 and I have followed all the step of the developer guide but unfortunately I have some errors during the compilation. I admit that I haven't followed the steps with Git because my company use TortoiseSVN. Thank you in advance for your answers Here you can find my output from the command prompt: asked 14 Jun '16, 01:21 stezerow edited 14 Jun '16, 03:57 Jaap ♦ |
One Answer:
I cannot see any error compilation in your pasted log: it simply shows that the cmake projects were successfully generated (MSVC does not support off64_t so the test program fails, which is OK). What happens when you execute 'msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln'? answered 14 Jun '16, 10:47 Pascal Quantin |
When I build Wireshark with the command msbuild "/m /p:Configuration=RelWithDebInfo Wireshark.sln" I have got 6 compilation errors:
http://pastebin.com/7PN5q8wX
Step 2.2.5 "Install Cygwin" in section 2.2 "Win32/64: Step-by-Step Guide" of the Wireshark Developer's Guide lists "Interpreters/perl" as one of the components of Cygwin that you must install. Did you install it?
I have reinstalled Cygwin and all its components and it works! Thank you for your help
They said on the Cygwin website that antivirus can stop the installation procedure and I suppose that mine (OfficeScan which wasn't on their list) was the source of my trouble