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=u2a1xMCj+FwW/17GcYw1E11As3pZPFx zA9E/g/Uc+4EokIX7ZO1E7d/Lzj5bBKmNwOzyOh15pqp6CzfGJfZ4HLTW37mV1kS ztlYiirBX01TYwgvOtw6acHEBQrWO/oU+dXkmgBf5lRKmgfKHj0yWCBJQu6JUlaO qlbyei81G9ME= 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=8ns4NTmY7L/wAwQH311o1jHJ4D8=; b=o6I0C lpSjd00GFoF8GANNT6hpx/ChV/4gU41jLpQjWt98AEPkHS7UCUU4EUUagdUULsWx vx1jfz+K96NFf3X7G0Attx1CqknTHvXE+vjenRjge7osJWUH73kOnSBq2+I0PXpp JKNrCvLTaZNxyM8agxXFb6BEX3WrcWiZiUOTcg= 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=2.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,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: sonic303-21.consmr.mail.ir2.yahoo.com Date: Wed, 7 Jun 2017 06:21:06 +0000 (UTC) From: "Lloyd Wood via cygwin" Reply-To: Lloyd Wood Reply-To: Lloyd Wood To: "cygwin AT cygwin DOT com" Message-ID: <310357481.6222896.1496816466443@mail.yahoo.com> Subject: configure fails on checking ino_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <310357481 DOT 6222896 DOT 1496816466443 DOT ref AT mail DOT yahoo DOT com> 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? (No, Mario, this is not an antivirus thing...) thanks Lloyd Wood http://savi.sf.net/ -- 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