On Jun 6, 2024, at 8:36 AM, Anders Broman <a.broman58@xxxxxxxxx> wrote:
> The only reason for not going for zlib-ng only if it's available was starting out with a partial implementation and being able to build during development. Now it builds with zlib-ng only
> but there is some problem with the updated dependency libraries on Windows still.
C:\Development\wireshark-x64-libs\vcpkg-export-20240524-1-x64-windows-ws\installed\x64-windows\include\libxml2\libxml\encoding.h(28,1): error C1083: Cannot open include file: 'iconv.h': No such file or directory [C:\builds\wireshark\wireshark\build\epan\dissectors\dissectors.vcxproj]
#include <iconv.h>
^ (compiling source file '../../epan/dissectors/packet-epl-profile-parser.c')
Doesn't look related to zlib-ng.