https://www.wireshark.org/docs/wsdg_html/#_microsoft_windows
Generating Build files fails when I run the following command from the above link msbuild /m /p:Configuration=RelWithDebInfo Wireshark.sln.
It gives me 3687 number of linker errors some of them are
libqtmain.a(qtmain_win.o) : error LNK2001: unresolved external symbol _Znay [C:\Users\sysadmin\Development\wireshark\wireshark.vcxproj] libqtmain.a(qtmain_win.o) : error LNK2001: unresolved external symbol _Z5qMainiPPc [C:\Users\sysadmin\Development\wireshark\wireshark.vcxproj] libqtmain.a(qtmain_win.o) : error LNK2001: unresolved external symbol _ZdaPv [C:\Users\sysadmin\Development\wireshark\wireshark.vcxproj] C:\Users\sysadmin\Development\wireshark\run\RelWithDebInfo\Wireshark.exe : fatal error LNK1120: 3686 unresolved externals [C:\Users\sysadmin\Development\wireshark \wireshark.vcxproj]
Can anyone Please help me with this.
Thankyou.