From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22565 invoked by alias); 7 Jun 2017 20:37:13 -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 22546 invoked by uid 89); 7 Jun 2017 20:37:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_COUK,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*yahoo.co.uk, H*UA:x64, H*UA:Win64, H*x:6.1 X-HELO: sonic306-22.consmr.mail.ir2.yahoo.com Received: from sonic306-22.consmr.mail.ir2.yahoo.com (HELO sonic306-22.consmr.mail.ir2.yahoo.com) (77.238.176.208) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Jun 2017 20:37:10 +0000 Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.ir2.yahoo.com with HTTP; Wed, 7 Jun 2017 20:37:12 +0000 Date: Wed, 07 Jun 2017 20:37:00 -0000 From: "Lloyd Wood via cygwin" Reply-To: Lloyd Wood Reply-To: Lloyd Wood To: Csaba Raduly , cygwin list Message-ID: <1185399437.7584723.1496867830934@mail.yahoo.com> In-Reply-To: References: <310357481.6222896.1496816466443.ref@mail.yahoo.com> <310357481.6222896.1496816466443@mail.yahoo.com> Subject: Re: configure fails on checking ino_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00053.txt.bz2 hi Csaba that part of config.log is not interesting: [..] configure:17948: result: yes configure:17957: checking for ino_t configure:17957: gcc -c -g -O2 conftest.c >&5 configure:17957: $? = 0 configure:17957: gcc -c -g -O2 conftest.c >&5 [..] I'm very puzzled. But don't run Cygwin setup in case it breaks your setup, is my thought... thanks Lloyd Wood lloyd.wood@yahoo.co.uk http://about.me/lloydwood ________________________________ From: Csaba Raduly To: Lloyd Wood ; cygwin list Sent: Thursday, 8 June 2017, 5:10 Subject: Re: configure fails on checking ino_t 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