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 :subject:mime-version:content-type:content-transfer-encoding :references; q=dns; s=default; b=E9KyEmv3yyB9pxuWYX9Y+lKoRKxLtdk ZusvVtZJT8lC9GEQ85Dq3YyWP62mn/shSRS96WwRRI7grCcWoR6H7MBvFBb+FxIT 46tupr+ImhewiLzuPiU8ufUu7sZ/Ly7oZU/D9JhLsSuhVnZjKhOEzAeM7HRbnGbt HyiYDJFKepRU= 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 :subject:mime-version:content-type:content-transfer-encoding :references; s=default; bh=uCyr8XsaDMjmLVN0y8okepgdMko=; b=iwcAz sQLSbk4Z1i4ha70XQOD811gxbqJN4cpV+XKcsscnYpfkZATQx8hGWyZt/X7Gle1z atRkTK94klFxO3EzyOq655JeWHk1f1a/ywPc1C29POCuIGEfhXM6JtcTwjIzpnQ4 krLJRLEJR640KQGmEFujw8NSTrkd3Yv8YZThpE= 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=4.2 required=5.0 tests=BAYES_50,FORGED_MUA_MOZILLA,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*x:AppleWebKit, H*x:Safari, H*UA:Chrome, H*UA:KHTML X-HELO: sonic306-24.consmr.mail.ir2.yahoo.com Date: Wed, 31 May 2017 01:02:20 +0000 (UTC) From: "Lloyd Wood via cygwin" Reply-To: Lloyd Wood Reply-To: Lloyd Wood To: "cygwin AT cygwin DOT com" Message-ID: <71025238.6174642.1496192540488@mail.yahoo.com> Subject: ino_t and d_ino now a thing again? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <71025238 DOT 6174642 DOT 1496192540488 DOT ref AT mail DOT yahoo DOT com> Hi, on attempting to build Geomview 1.9.5 on current updated Cygwin, configure fails oddly: ./configure [..] checking for time_t... yes checking size of dev_t... 4 checking size of ino_t... configure: error: in `/home/lloyd/savi/geomview-1.9.5': configure: error: cannot compute sizeof (ino_t) See `config.log' for more details lloyd AT box ~/savi/geomview-1.9.5 $ tail config.log #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #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 If HAVE_INO_T is 1, getting sizeof should be a non-problem. Is this a reoccurrence of the 2006 d_ino problems that were an issue for Cygwin 1.5.19, and discussed with Eric Blake? thanks and regards Lloyd Wood http://savi.sf.net/ http://www.geomview.org/ -- 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