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: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 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-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 AT cygwin DOT com References: <4f7262ba-4257-625c-c04b-7ba6496309c4 AT galbraiths DOT ca> From: "Paul Galbraith via cygwin" Reply-To: Paul Galbraith Message-ID: 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: Content-Type: text/plain; charset=utf-8; format=flowed X-Sent-To: 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