emacs-devel
[Top][All Lists]
Advanced

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

Re: Asynchronous DNS


From: Andy Moreton
Subject: Re: Asynchronous DNS
Date: Mon, 01 Feb 2016 22:18:38 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 (windows-nt)

On Mon 01 Feb 2016, Eli Zaretskii wrote:

>> From: Andy Moreton <address@hidden>
>> Date: Mon, 01 Feb 2016 11:58:13 +0000
>> 
>> ../../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))" ? With that
>> fix, 64bit mingw64 and 64bit cygwin w32 both build ok.
>
> Did you configure with ----enable-check-lisp-object-type?

Yes - I mentioned that in my previous mail.

    AndyM




reply via email to

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