From: Marvin Subject: Re: [PATCH] wldap32: Use correct integer type when calling ber_printf() or ber_scanf(). Message-Id: Date: Wed, 17 Jul 2019 01:57:55 -0500 In-Reply-To: <20190717065206.5546-1-cmccarthy@codeweavers.com> References: <20190717065206.5546-1-cmccarthy@codeweavers.com> Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=54816 Your paranoid android. === debian9 (build log) === ../../../wine/dlls/wldap32/ber.c:356:17: error: unknown type name ‘ber_tag_t’ ../../../wine/dlls/wldap32/ber.c:375:17: error: unknown type name ‘ber_len_t’ ../../../wine/dlls/wldap32/ber.c:451:17: error: unknown type name ‘ber_tag_t’ ../../../wine/dlls/wldap32/ber.c:466:17: error: unknown type name ‘ber_len_t’ Makefile:209: recipe for target 'ber.o' failed Makefile:8384: recipe for target 'dlls/wldap32' failed Task: The win32 build failed === debian9 (build log) === ../../../wine/dlls/wldap32/ber.c:356:17: error: unknown type name ‘ber_tag_t’ ../../../wine/dlls/wldap32/ber.c:375:17: error: unknown type name ‘ber_len_t’ ../../../wine/dlls/wldap32/ber.c:451:17: error: unknown type name ‘ber_tag_t’ ../../../wine/dlls/wldap32/ber.c:466:17: error: unknown type name ‘ber_len_t’ Makefile:209: recipe for target 'ber.o' failed Makefile:8173: recipe for target 'dlls/wldap32' failed Task: The wow64 build failed