From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114257 invoked by alias); 22 Dec 2016 22:25:49 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 114200 invoked by uid 89); 22 Dec 2016 22:25:45 -0000 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 Received: from mail-wj0-f193.google.com (HELO mail-wj0-f193.google.com) (209.85.210.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Dec 2016 22:25:44 +0000 Received: by mail-wj0-f193.google.com with SMTP id j10so38057145wjb.3 for ; Thu, 22 Dec 2016 14:25:43 -0800 (PST) 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) Received: from [192.168.2.109] (p4FDB3B0B.dip0.t-ipconnect.de. [79.219.59.11]) by smtp.googlemail.com with ESMTPSA id v3sm37710361wjp.13.2016.12.22.14.25.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Dec 2016 14:25:40 -0800 (PST) Subject: Re: ssize_t To: cygwin@cygwin.com References: <3cd8f4f9-2d22-6018-9f84-6a1312042997@redhat.com> <1d9dcb7d-8d0a-2e07-0494-cdab900cc455@redhat.com> From: Marco Atzeri Message-ID: <036ed55c-dbe9-c2e0-a705-d870b1677e5e@gmail.com> Date: Thu, 22 Dec 2016 22:25:00 -0000 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 X-SW-Source: 2016-12/txt/msg00257.txt.bz2 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