On Fri, Jun 22, 2018 at 4:14 PM, Jeroen Ooms <[email protected]> wrote:
> On Fri, Jun 22, 2018 at 1:49 AM, JonY via Mingw-w64-public
> <[email protected]> wrote:
>> On 06/21/2018 11:55 AM, Jeroen Ooms wrote:
>>> Thanks for the reply. Is there any chance you could backport those
>>> into v5? I built my entire build infrastructure on v5.0.4 now...
>>>
>>> Sorry for the extra work, really appreciate your efforts.
>>>
>>>
>>
>> As a quick workaround, you can grab the latest iphlpap.def from the
>> master branch (under mingw-w64-crt/lib-common for 64bit,
>> mingw-w64-crt/lib32 for 32bit) and build an updated libiphlpap.a to
>> replace your installed copy.

Actually my diagnosis was wrong. The error appeared because the symbol
is only available when compiling with -D_WIN32_WINNT=0x0600 which
libuv does not. For some reason this was not a problem with our
previous v3 toolchain.

Either way I set CFLAGS to always compile with -D_WIN32_WINNT=0x0600
and now it works on i686 as well. Sorry for the noise.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to