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: Tue, 02 Feb 2016 02:54:32 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Andy Moreton <address@hidden> writes:

> Thanks. this gets further, but still has issues.
> On a mingw64 build (configured with --enable-check-lisp-object-type):
>
> ../../src/process.c: In function ‘send_process’:
> ../../src/process.c:5907:7: error: used struct type value where scalar is 
> required
>    if (p->gnutls_boot_parameters)
>        ^
>
> Shouldn't this be "if (! NILP (p->gnutls_boot_parameters))" ?

Yup.  I've made that change and pushed it.

> With that fix, 64bit mingw64 and 64bit cygwin w32 both build ok.

Great!  Then I'll probably merge tomorrow if no new problems show up.

It would be great if a couple more people could build the branch and try
using it for network stuff and see whether anything breaks...  (Both on
glibc systems and other systems.)

-- 
(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]