[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Asynchronous DNS
From: |
Eli Zaretskii |
Subject: |
Re: Asynchronous DNS |
Date: |
Mon, 01 Feb 2016 21:10:33 +0200 |
> 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?
- Re: Asynchronous DNS, Andy Moreton, 2016/02/01
- Re: Asynchronous DNS,
Eli Zaretskii <=
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/01
- Re: Asynchronous DNS, YAMAMOTO Mitsuharu, 2016/02/01
- Re: Asynchronous DNS, Eli Zaretskii, 2016/02/01
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/02
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/02
- Re: Asynchronous DNS, Eli Zaretskii, 2016/02/03
- Re: Asynchronous DNS, Lars Ingebrigtsen, 2016/02/03
- Re: Asynchronous DNS, Eli Zaretskii, 2016/02/04