emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Asynchronous DNS


From: Lars Ingebrigtsen
Subject: Re: Asynchronous DNS
Date: Mon, 01 Feb 2016 03:08:31 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Andy Moreton <address@hidden> writes:

> This doesn't build on mingw64:
>
> ../../src/process.c: In function 'Fmake_network_process':
> ../../src/process.c:3589:21: error: 'AF_LOCAL' undeclared (first use in this 
> function)
>        if (family != AF_LOCAL)
>                      ^

This should now be fixed...

> ../../src/process.c:3589:21: note: each undeclared identifier is reported 
> only once for each function it appears in
> ../../src/process.c:3755:19: warning: implicit declaration of function 
> 'Ncons' [-Wimplicit-function-declaration]
>     ip_addresses = Ncons (make_number (host_info_ptr->h_addr,
>                    ^

Oops.  I obviously hadn't compiled the non-glibc code path at all.  I've
now fixed the non-HAVE_GETADDRINFO code paths, I think.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]