delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/06/07/16:37:36

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:date:from:reply-to:reply-to:to:message-id
:in-reply-to:references:subject:mime-version:content-type
:content-transfer-encoding; q=dns; s=default; b=WvH0LtDqv06DKgep
p/QGLGXvvMRLfME6TBN3IfBnuAhCRC/TrZeSUMuIDBnDljAzViH0VR6+caYyp/kY
VOHwPaMo0bb922pRSMVYStk7Y8iyI6cyconNfXXJ00EMm68dcXPktHqt0eDWxcKj
uSc1GNMPEZnHUOsaqzYx0aSximY=
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:date:from:reply-to:reply-to:to:message-id
:in-reply-to:references:subject:mime-version:content-type
:content-transfer-encoding; s=default; bh=ZgdnGXDufNR3YlvstKWLWp
xx14s=; b=jJr+7YkSRIMKoqO9cGTQdEEj0G4F4WTdpCJ84gO4dJVSssPKeiI97P
3GYW5JnP8WaZlP83eZOhyu0VcmSeG7U2eDlr9ja6cXQvQcpDbgaJpKefl3r2SuI1
yoMZlHtepv7+U71DnRiBhMMiQKIPdQsEoIygq9YIutDLbEv6K4gwE=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=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
Date: Wed, 7 Jun 2017 20:37:10 +0000 (UTC)
From: "Lloyd Wood via cygwin" <cygwin AT cygwin DOT com>
Reply-To: Lloyd Wood <lloyd DOT wood AT yahoo DOT co DOT uk>
Reply-To: Lloyd Wood <lloyd DOT wood AT yahoo DOT co DOT uk>
To: Csaba Raduly <rcsaba AT gmail DOT com>, cygwin list <cygwin AT cygwin DOT com>
Message-ID: <1185399437.7584723.1496867830934@mail.yahoo.com>
In-Reply-To: <CAEhDDbBwtXXqTbrgyb_bHJLBegmSjnC5K5jAQNvtXco4wKK4ng@mail.gmail.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> <CAEhDDbBwtXXqTbrgyb_bHJLBegmSjnC5K5jAQNvtXco4wKK4ng AT mail DOT gmail DOT com>
Subject: Re: configure fails on checking ino_t
MIME-Version: 1.0

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 DOT wood AT yahoo DOT co DOT uk http://about.me/lloydwood 



________________________________
From: Csaba Raduly <rcsaba AT gmail DOT com>
To: Lloyd Wood <lloyd DOT wood AT yahoo DOT co DOT uk>; cygwin list <cygwin AT cygwin DOT com> 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019