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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=k4xlgXbXHv9RpwUp Oh7D7j+w295xNxaZdTJU5PlI6mB+hQwaHUratXonLGBf++aXBVVmD4zzExuy2lfG /mv9/JX5fTBmLrHrROo5xgK1phKJRACuytzPuJ+51n1hmKrrO2zlpaSCNdHzmaYr U0vfQFn15J8mYenaAKzTUfCu/Tw= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=bRnAwdJcNfGcps2Qc7wMZs 9e/bc=; b=Bg+vl+vnW1cJLRTaE0DxNNLIvmQZtWaxXEEmVqqKpFiKBnsmAcAJIg IJr7HsHA+Sz09JNV2IcF4MiPKpD6toFsjdsseiKmG5oV4v+mxr/YZTCFUZUqv0aE Ap5WL+vdKscor8rLVGvnq9HsBCtxLcIOaDxSKe4G7dG6tzn+SthtY= 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.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 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) Subject: Re: Application not working in 64-bit cygwin cygwin/X To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <56CC7FED.7070403@gmail.com> Date: Tue, 23 Feb 2016 16:51:09 +0100 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 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 AT GE-MATZERI-EU /pub/temp/X_test/test 64 $ grep warning make.log |wc -l 260 marco AT 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