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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=L4QdCvs wtW2kG93rBkmxAPWq2rqQLCGediQzmZrhy0oj3X2qGYqsh+dHRrxZ6gub88wkZ62 vXyymMhsOy0XVjWLHL2KDMhunL0UTJoUebsLgIvg+A+S57hbDn2W0j262nF+T+Jt xjp6cV37yNVsJdi5CMWPXgV36+2mFMSSIvuY= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=Qw11/b5jl+5fD q6bO+3O0IO6fEc=; b=cZO4XhqteMm6FUESNgs8c7eN2DzE4eaWKt2hR0ADSVwMH sViAzu6PUyy3Ib4lwLacYLmeYU7dkV4uRqN1iojAvEgDWHYm5oXCu5+n///7KKDm YKXcmwr5iUP+IiH2K27EzlrKCjWcypi+l9dU+0xUlug0DF7UlqdyqCctvtxWLk= 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.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=tao, life, H*Ad:D*co.uk, perfect X-HELO: mail-qt0-f177.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=H0uDKeK84t1erZ/EGMhNRLsQZI7E5zsJvTajFxsGGmM=; b=fSjam1jgGHSYpGwmpX5FI0x0EleUMwMXNpDYh0bujHVrYoroad+WzDRFP2zqEAmG4o Bxmwwr4/ZZZ6DgitUGMFFBnTL4jhdTsFlfpbKdE9Wp1Auva58GcB98h5V7La5g2SlFnJ uC3QtTxXhV/jzbP+4N3d631ZyDBcSAmSC2kTqKLUjSrR5FiOxsRna3dMfYvagsalRAWo 9FrC6h19+0NL18xDrstrYNBpJohbcP+bys2s/KK+00T6GY8Rh0zD7qZHWDV58e55dExw nDoWB93uUxR5yVL7/NmaA5teZFMUjVBp++40Y4JLWWN1fYqtSe0zpz+zUhOqK651XBVQ Bnsw== X-Gm-Message-State: AODbwcAlOBIwzoYNL4uipg6Gkwa5yj9bIIeVVtXsR0HwhEt18QCi9WyE Vah79eWbaJIR8lzf6D/OXkW5fg1qdQ== X-Received: by 10.200.55.27 with SMTP id o27mr17177035qtb.120.1496862650431; Wed, 07 Jun 2017 12:10:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <310357481.6222896.1496816466443@mail.yahoo.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> From: Csaba Raduly Date: Wed, 7 Jun 2017 21:10:50 +0200 Message-ID: Subject: Re: configure fails on checking ino_t To: Lloyd Wood , cygwin list Content-Type: text/plain; charset="UTF-8" Hi Lloyd, On Wed, Jun 7, 2017 at 8:21 AM, Lloyd Wood wrote: > download geomview 1.9.5 from http://www.geomview.org > this used to build on cygwin 32-bit. Did so for a number of years. Now, it doesn't, > because something changed. > > $ tar xvfz geomview-1.9.5.tar.gz > $ cd geomview-1.9.5 > ./configure > [..] > checking for dev_t... yes > checking for ino_t... yes > checking for time_t... yes > checking size of dev_t... 4 > checking size of ino_t... configure: error: in `/home/ellowoo/savi/geomview-1.9.5': > configure: error: cannot compute sizeof (ino_t) > See `config.log' for more details > > > $ tail config.log > [..] > #define TIME_WITH_SYS_TIME 1 > #define HAVE_M_PI 1 > #define HAVE_DEV_T 1 > #define HAVE_INO_T 1 > #define HAVE_TIME_T 1 > #define SIZEOF_DEV_T 4 > > configure: exit 77 > > Okay, so what changed in Cygwin? I hope nothing, because it works for me: checking for dev_t... yes checking for ino_t... yes checking for time_t... yes checking size of dev_t... 4 checking size of ino_t... 8 checking size of time_t... 8 checking size of long... 8 checking size of int... 4 You should at least post the relevant part from config.log (the part beginning with configure:17957: checking for ino_t ). Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People disagree with me. I just ignore them." -- Linus Torvalds -- 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