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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Y0oOhX36Gh6mbg32 bj5+fD+N8sx4aUM3Wz7QNGW00/ODmhn1NzLjVjS/MmyvSoi9ogq/0TckKBJ2/2yJ BwGg6IkY7/B5d91+cQOBXgHaEnfJZwcjp1r1tj2t3H5o+lLuPZ7/3gZYq3NmvxCS YrQrUsRfk1vAPA59ZO+iGIf7EkA= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=rX5og2G6u22HZGeneNLHlM spicg=; b=KMsFErFht0ty3Bim2m8DMdkDOvFu+6g/dqOEv8uwwAcbAfZfyL1RQw QCHXUSTrqSi6rKj1wEcgY+0AXX7NCSIo9n4V7S+3xJRiK7LEHi8CDn3mhFRRLd2l NhpjfTzZUfumAX/p9rHbFBLqN8yxiX1fBRMj6ieoU9tUGcM5F7cG0= 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=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*MI:sk:fb3fb6c, H*i:sk:fb3fb6c, H*f:sk:fb3fb6c, HContent-Transfer-Encoding:8bit X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: Can't compile port qtermwidget To: cygwin AT cygwin DOT com References: <4f7262ba-4257-625c-c04b-7ba6496309c4 AT galbraiths DOT ca> From: Eliot Moss Message-ID: Date: Mon, 10 Feb 2020 09:55:19 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 2/9/2020 10:21 PM, Paul Galbraith via cygwin wrote: > 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. I wonder ... are there relevant ./configure options? EM -- 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