From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75510 invoked by alias); 10 Feb 2020 03:21:21 -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 75503 invoked by uid 89); 10 Feb 2020 03:21:21 -0000 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 Received: from smtp-out-4.mxes.net (HELO smtp-out-4.mxes.net) (198.205.123.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 03:21:18 +0000 Received: from Customer-MUA (mua.mxes.net [10.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id C54A72735F for ; Sun, 9 Feb 2020 22:21:14 -0500 (EST) 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> From: "Paul Galbraith via cygwin" Reply-To: Paul Galbraith Message-ID: Date: Mon, 10 Feb 2020 03:21:00 -0000 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 Content-Transfer-Encoding: quoted-printable X-Sent-To: X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00086.txt.bz2 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=20 > qtermwidget expects. > > - The version of the C compiler (gcc keeps evolving, and that=20 > sometimes breaks things). > =C2=A0 Maybe there is info on the web about Qt issues with various versio= n=20 > of gcc.=20 Thanks Eliot.=C2=A0 The package works with the current Qt libs so I'm worki= ng=20 under the assumption that the Qt version is Ok. I've figured out that if -DQT_NO_CAST_FROM_ASCII and=20 -DQT_NO_CAST_TO_ASCII are removed from the compile directives, the=20 situation improves drastically (at least on the first file I tried to=20 compile manually, the number of compile errors goes from dozens to=20 zero).=C2=A0 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