X-Recipient: archive-cygwin@delorie.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:reply-to:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=mknv4aCrKQ3xQFdm
	W+BKwBjkURiXIZk700n/AdvwkRtcPXMbsxSWsU0mxdl+53g3Z8naWkIyOmtu5MjO
	B+ZCDN6rhbFi8+g8ZzccAh0yMhsl9a6d2BVQ3Cx37FufKyiPIkWdOGlLeWR4inEg
	ULsfAit9Fn4gcv11NxrSWkqjLeY=
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:reply-to:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=L73oDFcDHfGkflFoO2uY/w
	S/Vks=; b=Os2CG2NChmvNDNuLRbM0ynL7D94fD0E9GNjDIAHM+2ef9G741n6SFk
	65c2NoNmM3iE9GAeuajV33v90fKv4Ze0VCVsyEMmi8a+GIzGlhl3D2T4Vx2IY4ip
	lQ+3kMWcte4cT+NGGRrCD2PNkohLYvCtQeaRylLogj/sRBHUXbk8s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=UD:ca, Eliot, H*MI:sk:e7e0c94, H*f:sk:e7e0c94
X-HELO: smtp-out-4.mxes.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=galbraiths.ca;	s=tuffmail; t=1581304875;	bh=t/gdlwwNaE19QvVdo0z3AEyr+G4JFrN0hJ72ocbWch4=;	h=Subject:To:References:From:Date:In-Reply-To:From;	b=kHa4e/zTKMDCtjz/Qk7Ji7uErj4k0CzwAsTF3XdkUjahFdGm5GyQQJnx3cwwLeH4/	 eihyBrrq4Dy9ts6E0Y5PcOKwlP8S/DNQd59iDzpCzQHhtrw3UcRT0UGrC3uUz7SHKf	 rXZxny134BytaJPeZ1ctxAGFbM/Gzm92lS3g0Xzg=
Subject: Re: Can't compile port qtermwidget
To: cygwin@cygwin.com
References: <4f7262ba-4257-625c-c04b-7ba6496309c4@galbraiths.ca> <e7e0c94a-b6b7-9b31-f2e8-70fe6c7212fd@cs.umass.edu>
From: "Paul Galbraith via cygwin" <cygwin@cygwin.com>
Reply-To: Paul Galbraith <paul@galbraiths.ca>
Message-ID: <fb3fb6c1-8073-5ad6-c07a-00d662725e16@galbraiths.ca>
Date: Sun, 9 Feb 2020 22:21:12 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2
MIME-Version: 1.0
In-Reply-To: <e7e0c94a-b6b7-9b31-f2e8-70fe6c7212fd@cs.umass.edu>
Content-Type: text/plain; charset=utf-8; format=flowed
X-Sent-To: <Y3lnd2luQGN5Z3dpbi5jb20=>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 01A3Ls1h025678

On 2020-02-09 5:18 p.m., Eliot Moss wrote:
> I am not Qt savvy, but I can think of two generic things to check:
>
> - The Qt version in the cygwin libraries you have, versus what 
> qtermwidget expects.
>
> - The version of the C compiler (gcc keeps evolving, and that 
> sometimes breaks things).
>   Maybe there is info on the web about Qt issues with various version 
> of gcc. 

Thanks Eliot.  The package works with the current Qt libs so I'm working 
under the assumption that the Qt version is Ok.

I've figured out that if -DQT_NO_CAST_FROM_ASCII and 
-DQT_NO_CAST_TO_ASCII are removed from the compile directives, the 
situation improves drastically (at least on the first file I tried to 
compile manually, the number of compile errors goes from dozens to 
zero).  But, I don't know why Cmake is adding those directives.


--
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


