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=w1ufpZAwx1+jVCMu vltuMSBc/5atOFmpwkrseB5vTNjscsZ5lqWGcHc0Ns/nq4tKIWlI/3jQ7VHi1/zt INZMnxRDIeZroRp743X9GLsaaqmp/0haFwqfWPrm3BfccQiCBOFgiHifRFj5fYqg c+Vhw+2GsYpS9Eyrsc1zGUQYIoU= 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=VYH5iIp2+a9YeZ4NhcdHmL wBkbg=; b=o/qj5xT3m28w3NsSm9ZebFWtkgeiGH082cBOMXjk+PnhlhH7H7sIDm zncW9Yo5hfI3Xhg21SZkMVygWQ9dNeCbCtN5jg2toQvcEqn2jzKhPEdXVkIoSp/y cNM+vrFKgNJ3FYOTYxBN3yjEWeVTpNq0mEEO1Ai0QE1BjHpXJLfCA= 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.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=moss, Moss X-HELO: smtp-out-4.mxes.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=galbraiths.ca; s=tuffmail; t=1581726552; bh=/K6PhKZmeb+2mf4fFj68OmwLEmPLkH3oTMvEBS+pnBE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=f0ewzZFIK8x/BKFt50TigAPJYmWvwJl8Fm6O8+6EyDg3fRP6+2um2ixHiREHPKG4p W/xiN4o2fi22KjMGoVJxsZrZ5BFREKl0HBGxL20LxiSNswVGmuWZ1g/MQmkemDSzCA pERScNx+cMvG7wmIHDig1kKVUrme7i3BVzBYz4EM= 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: Fri, 14 Feb 2020 19:29:09 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 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 01F0lpqK018263 On 2020-02-10 9:55 a.m., Eliot Moss wrote: > I wonder ... are there relevant ./configure options?    EM I finally managed to dig to the bottom of this one, and sure enough it was a simple goof on my part.  qtermwidget has a dependency on 'lxqt-build-tools' which includes cmake modules that provide some of the compiler flags.  It turns out I had a local build of this package (of a more recent version) installed to /usr/local.  Removing the local install and installing the cygwin lxqt-build-tools package instead, solved the problem. -- 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