On 10/25/14, Alexey Pavlov <alex...@gmail.com> wrote:
> Hi!
>
> Some users report about inconsistency in netioapi header. They have
> issues with using it on WinXP. See:
>
> https://github.com/Alexpux/MINGW-packages/issues/279
>
> Regards,
> Alexey.

Looked at glib-2.42.0 source, its configury has a check for
if_nametoindex (configure.ac line 1033), and gio/gsocket.c
line 1932 creates its function only if HAVE_IF_NAMETOINDEX is
not defined. It seems like the check doesn't seem to find
the function, despite the fact that the header has its prototype
and iphlpapi.def (both lib32 and lib64 versions) have the
symbol. Seeing config.log may help why configury fails finding
it.

--
O.S.

------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to