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 :content-transfer-encoding; q=dns; s=default; b=ONxbIvW62ls//6TP Nd2vwIeCVtGketQmAD2NDZka/6GhGOgm+H5M+w02zfv1T/8f23Tubq4DIrukbZ6R S5hLUcu8EJKex8kh+QnzUFZVN+W45KQbYy9rj7z998VbUvstlB8HuxcMLwViW/DJ UVshUWtG+D7+ikwtgyj7VUAh3Po= 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 :content-transfer-encoding; s=default; bh=h2XxYyC7PudCCt3LHsbKZ7 5A0p0=; b=p/8QuJFwO4P4Nfms9W+wHk7s3hUVQ+PUS6h/04k6Jv8foJPndf+ufK /gBplKidJrMQDwCLcKv8G4JfWgHWrS7F5bMl4YKTy6lgLe+mpCi1jEvVp/CUPGk5 Aj894/9vAxuI142x/04+B9I9xW8CSgv9F58um7KwDqYTVZzQJtNUA= 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.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:1d9dcb7, H*i:sk:1d9dcb7, H*MI:sk:1d9dcb7 X-HELO: mail-wj0-f193.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=NgRWHL0Y4lYNJg+yWy7EcBlpYL5IXStS75w5SQj0ffI=; b=h8epVQ6a64ChaJZloATCme/vuldiG0FQ+yaArj3gqOi4w10uLQ8CFhbejPb4UKGaSH wzXCtRI1bcjWTgp7BhTtBtzvPNQCr0onT3Tyc5gmfM5YjFnvH4eS9u50MlH9WtwiUI0S OSeoQU6lJuPODP6wTsJYVF8e3TszBpu2aTyQl4fbP64CPiOADkZA55E91F/BkCf4C5w2 QK/2npckMkC2tGfnSJDt3x//UrgcRbxjvJI2Zbh9JBIXxJftfuzZ2Q61HY9rSy3Hu5jT NughDFSDl8tdbSXJwHGTrLu/OemO01jYvzl41Z13NVq7qXH4FbVFfblMLWmc2DGpNXCo y8kQ== X-Gm-Message-State: AIkVDXJqaRWrlYxXQ3zIe3AWmF8sm9t8hYrz7reFKjDiGZOv2RSfnEfrY2iZm3jLjleyJQ== X-Received: by 10.194.98.208 with SMTP id ek16mr12351640wjb.94.1482445541478; Thu, 22 Dec 2016 14:25:41 -0800 (PST) Subject: Re: ssize_t To: cygwin AT cygwin DOT com References: <3cd8f4f9-2d22-6018-9f84-6a1312042997 AT redhat DOT com> <1d9dcb7d-8d0a-2e07-0494-cdab900cc455 AT redhat DOT com> From: Marco Atzeri Message-ID: <036ed55c-dbe9-c2e0-a705-d870b1677e5e@gmail.com> Date: Thu, 22 Dec 2016 23:25:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1d9dcb7d-8d0a-2e07-0494-cdab900cc455@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 22/12/2016 21:19, Eric Blake wrote: > On 12/22/2016 02:14 PM, Eric Blake wrote: > >>> ssize_t.c:115:22: error: expected expression before ‘)’ token >>> if (sizeof ((ssize_t))) >>> ^ > >> That's probably SUPPOSED to happen. >> >> Autoconf tests for type names by comparing: adding [] in few points solved the issue. -AC_CHECK_SIZEOF(ssize_t) +AC_CHECK_SIZEOF([ssize_t]) Thanks Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple