From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29005 invoked by alias); 23 Feb 2016 15:51:27 -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 28960 invoked by uid 89); 23 Feb 2016 15:51:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=260, Girish, joglekar, Joglekar X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Feb 2016 15:51:24 +0000 Received: by mail-wm0-f42.google.com with SMTP id g62so229091097wme.1 for ; Tue, 23 Feb 2016 07:51:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=1oKk28qmn+UWU2nP60AJt9vcHvwwtHv94gM2jsmVE+A=; b=iPdo2BvZdG9lOo9RfQRqk+nmiKJqj7oMiDFNhM5f5TsCzwxU7FuNvNHByuOG0FEaa1 YWJG/bXjtb2tUqVpaAc+LeTL2fNXE0cHQ9KeN/3vR7txRQo30CvaDiQ7auP2eu9LtEYd aBcoUjsKaZsqeJCYl7UqOn5C7gv9Q1+KSdYcvgGI1Uy+t8LPojBPWI6oOfvCuiskFoV1 IUE8n1I/FcqDBr4SHj6MR8vqxWsNdrMQZQZ/F3enZnvi1SQhO8i07a+iimI/WgsZx91C 2xsvNOE+36wNbX/nKXFVaWMR3TzUUExIUBTbDDeY/4DkdsAPgL/z/ddqGb7uaDcqZm0j T06w== X-Gm-Message-State: AG10YORPmhD9lDhk18y7ygizMrZoB72+zqUzzrgLb2hGlUbQGUW8cMzkxR/H7+76NLIUDg== X-Received: by 10.194.103.198 with SMTP id fy6mr40259459wjb.48.1456242681363; Tue, 23 Feb 2016 07:51:21 -0800 (PST) Received: from [172.21.188.188] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id e14sm26896586wmi.21.2016.02.23.07.51.20 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Feb 2016 07:51:20 -0800 (PST) Subject: Re: Application not working in 64-bit cygwin cygwin/X To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <56CC7FED.7070403@gmail.com> Date: Tue, 23 Feb 2016 15:51:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00367.txt.bz2 On 23/02/2016 16:12, Girish Joglekar wrote: > I have created a test example based on X-Windows/Motif which crashes > on 64-bit cygwin cygwin/X but runs on the 32-bit version. > > Here is the link to the tar file. Please download it before the link > expires (I do not know now long it stays active) > > https://www.dropbox.com/s/lknuoac64hfql4s/test.tar?dl=0 > > Hope you can reproduce the behavior and fix the problem. > Hi Girish, May I suggest you add the -Wall flags to INFLAGS and look at all the mismatched definitions ? there are almost 200 warnings... not counting the unused variables marco@GE-MATZERI-EU /pub/temp/X_test/test 64 $ grep warning make.log |wc -l 260 marco@GE-MATZERI-EU /pub/temp/X_test/test 64 $ grep "warning: unused" make.log |wc -l 72 Usually a test case is simple not 116 source files. Regads Marco -- 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