X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=oAfQ 83a6z8J8FYnXrLS1tGqhu7gGHROIt4CxzOWQX01tcVOt4//Z4pUJ6cW2yTUsk+kJ 5TAPhHqHCosZ9hKJwJGkCEnn9+Yp+7zCiRPeA7UYjoGiKQH0YqHxfdSTSGcZa77n hQzjr3D9qGdrfgmULvYXoHfHV3avgzfOpWOuTJU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=F4n0jxZ738 4wc+ugZGjLMuRdzRU=; b=lV5mmL7YhjubdlJ8fQqQXk91aOzGPCjKiN6yWbrTjv 22aBlIBPvj7gnE92cGk55RrUcne6/l/lulLXWTTU1ASdxRCBN32XZ78BxAy2kRG6 uokSzkDOsxRAiP30fkOTKahRGYbrCofgPtK14Zxp3ZG7RlybK4KFJLSUdlaYbiCj 8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*c:application X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2340961D07 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=eblake AT redhat DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2340961D07 Subject: Re: configure fails on checking ino_t To: cygwin AT cygwin DOT com References: <310357481 DOT 6222896 DOT 1496816466443 DOT ref AT mail DOT yahoo DOT com> <310357481 DOT 6222896 DOT 1496816466443 AT mail DOT yahoo DOT com> <1185399437 DOT 7584723 DOT 1496867830934 AT mail DOT yahoo DOT com> <1462809442 DOT 7598271 DOT 1496873467329 AT mail DOT yahoo DOT com> From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Message-ID: <6b85944b-bb04-0a6a-2a7d-1dcc7bc2fc1f@redhat.com> Date: Wed, 7 Jun 2017 17:19:09 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <1462809442.7598271.1496873467329@mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="u2WvUKVSLRORIdgun9Ur2hwXrHp6xUSn5" X-IsSubscribed: yes --u2WvUKVSLRORIdgun9Ur2hwXrHp6xUSn5 Content-Type: multipart/mixed; boundary="UX5lskXjEANgoT76u7s0nNQxc8HjgkGn8"; protected-headers="v1" From: Eric Blake To: cygwin AT cygwin DOT com Message-ID: <6b85944b-bb04-0a6a-2a7d-1dcc7bc2fc1f AT redhat DOT com> Subject: Re: configure fails on checking ino_t References: <310357481 DOT 6222896 DOT 1496816466443 DOT ref AT mail DOT yahoo DOT com> <310357481 DOT 6222896 DOT 1496816466443 AT mail DOT yahoo DOT com> <1185399437 DOT 7584723 DOT 1496867830934 AT mail DOT yahoo DOT com> <1462809442 DOT 7598271 DOT 1496873467329 AT mail DOT yahoo DOT com> In-Reply-To: <1462809442 DOT 7598271 DOT 1496873467329 AT mail DOT yahoo DOT com> --UX5lskXjEANgoT76u7s0nNQxc8HjgkGn8 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 06/07/2017 05:11 PM, Lloyd Wood via cygwin wrote: Please don't top-post on technical lists. > Aha! just slightly later in config.log: >=20 > configure:17957: checking for ino_t=20 > configure:17957: gcc -c -g -O2 conftest.c >&5=20 > configure:17957: $? =3D 0=20 > configure:17957: gcc -c -g -O2 conftest.c >&5=20 > conftest.c: In function 'main':=20 > conftest.c:94:20: error: expected expression before ')' token=20 > if (sizeof ((ino_t)))=20 > ^=20 This _particular_ failure is expected (you aren't showing enough of the config.log output). Remember, to determine if something is a type vs. an expression, autoconf performs TWO compilation tests, and relies on the fact that sizeof(expr) and sizeof((expr)) both compile, but sizeof(type) compiles while sizeof((type)) must fail. The back-to-back compilation is necessary to ensure that something being probed for is a type name rather than an arbitray expression. So just because _some_ tests fail (as expected) does not mean that this particular failure is where configure is messing up. --=20 Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org --UX5lskXjEANgoT76u7s0nNQxc8HjgkGn8-- --u2WvUKVSLRORIdgun9Ur2hwXrHp6xUSn5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJZOHvdAAoJEKeha0olJ0NqF5YH/Ar5rYnSRdMdJ8xZ6H5y9po/ BGO5wQvSdafpKzC8B7R3qCa7I3il4zdJA0n3FKVlnBbVeXEG9mF/34PFswlA/6AI xXK/RkOjkrLBMv2vu+wVTPt5g9uI2h+lY1bG/J4DGZ2RSAoT+uizRXdlPgItHfPm +rEWg23lRXlSrY9NQBauVpWAeKV/goQo0CTWOU5Gv/6e5PuwMYm0pBdINUwXY21j XzLWhUxjbf5PLXsLW+Np8jaIVVijW242NusH0+iXcRNgZbt+c+0HgnbWpm+jv0N1 mECPC7BsbPSAgMVCnV90rhXjRK/mGLldfCDq/9kiGBfMbZTJnCzWX7yQqHQ5mV8= =uUa7 -----END PGP SIGNATURE----- --u2WvUKVSLRORIdgun9Ur2hwXrHp6xUSn5--