From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73531 invoked by alias); 27 Jul 2019 11:39:35 -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 73525 invoked by uid 89); 27 Jul 2019 11:39:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=creator, forum, mingw, MinGW X-HELO: mail-ed1-f47.google.com Received: from mail-ed1-f47.google.com (HELO mail-ed1-f47.google.com) (209.85.208.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 27 Jul 2019 11:39:32 +0000 Received: by mail-ed1-f47.google.com with SMTP id p15so55372712eds.8 for ; Sat, 27 Jul 2019 04:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=4wSe/p+jC9LGd19+ivwGXu9cjt6ymcdl3mekJs4JROI=; b=nkc3o2hgwfW8n6DOG25teRSYowKQRlg81Fo9Vsx8PGOLAY09lmnjAOLb+GQoJh7sVG M6p/lUVKrHtZT2OBh1Xxp9NVmp7paSVdlZPQo7/CIBzzqyk/WX5D0UAFTSyGEkykFtt7 4NpbFAlhir+7uzzK8tr/hIhbA4lyDbs2i00JKT9g624cNMoF9+N4MxUsgmI14xLosfs+ 8s8t728vpOHMI9XMJS04A9PJejEfE8kcz0DzEAW50iJ/Ostj7Beuv/Z1/8+uX4WVQI0b 5pJwUygPG2ScgAgVWkZAIJ1ec1Y/k/PisBIW0LwdhWQRuLnuiAglELhuJicRsuuhieHo 5dqA== Return-Path: Received: from ?IPv6:2a02:a03f:521a:f100:d997:d262:9a1b:2a1e? ([2a02:a03f:521a:f100:d997:d262:9a1b:2a1e]) by smtp.gmail.com with ESMTPSA id q56sm14565309eda.28.2019.07.27.04.39.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 Jul 2019 04:39:29 -0700 (PDT) To: cygwin@cygwin.com From: Jean Vanhay Subject: Compilation of Qt5 Cygwin in Qt Creator Message-ID: <03641eb2-5a32-b6f7-2fb2-f71af81f76d9@gmail.com> Date: Sat, 27 Jul 2019 11:39:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00236.txt.bz2 Dear Cygwin team, I have some issues about Cygwin Qt5 and Qt Creator on Windows 10. I have a computer running on Windows 10 and a Qt versions Qt 5.11.2 MinGW 32 bits and Qt Creator 4.7.2. I have a project where it is required to develop under a Cygwin environment. After install cygwin, I was hoping cygwin Qt Versions can be integrated to the Qt Creator IDE on Windows 10. But for some reason, I never succed to install it. If I try to install Qt Versions from Cygwin 64, on Qt Creator I have this message : -> Qt Creator -> Options -> Kits -> Qt Versions -> Add... qmake C:\cygwin64\lib\qt5\bin\qmake.exe could not be added "C:\cygwin64\lib\qt5\bin\qmake.exe" crashed. I can add compiler / debugger but the environment to develop is not correct because of the qmake crashed. The other cygwin environment that I want to use comes from SysGo/ElinOS. I have open a topic on the Qt Forum : https://forum.qt.io/topic/105153/qt-versions-cygwin-g If I do the same step than cygwin64, the error message is completely different : cannot read /opt/elinos-6.2/cdk/x86/x86_64/glibc-2.24/share/qt5/mkspecs/devices/linux-elinos-g++/qmake.conf : no such file or directory After some research on how to change the qmake -query that Qt Creator do when I want to install a Qt versions, i discovered that the problem can maybe come from cygwin. If I create a qt.conf file. And depending on the path I write "/cygdrive/c/sysgo/opt/..." or "C:\sysgo\opt", the Qt Creator send me some differents messages. When I write "/cygdrive/c/..." => Qt Creator write the full path as cygwin path. When I write "C: \"                    => Qt Creator get back the "default" path. I hope the background is a little clear... In both way my questions is : - How to install cygwin64 Qt 5 on Qt Creator Windows version ? - Is it possible to "custom" "hardcoded" path in cygwin to have a full path from root C:\ ? Best Regards, -- 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