Hi,
I have built a fresh git repo, pulled the master branch and then pulled the code for Gerrit change 19666 -
https://code.wireshark.org/review/#/c/19666/
My build is now failing with:
8> Creating library C:/Development/wsbuild64/run/Debug/wireshark.lib and object C:/Development/wsbuild64/run/Debug/wireshark.exp
8>epan.obj : error LNK2019: unresolved external symbol gnutls_check_version referenced in function epan_get_runtime_version_info
8>epan.obj : error LNK2019: unresolved external symbol gnutls_global_init referenced in function epan_init
8>epan.obj : error LNK2019: unresolved external symbol gnutls_global_deinit referenced in function epan_cleanup
8>C:\Development\wsbuild64\run\Debug\libwireshark.dll : fatal error LNK1120: 3 unresolved externals
I’ll go off and experiment to try to find a fix, but before I do I thought I should just check that I’m missing something obvious. Is this a known issue?
Thanks and regards…Paul