delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/07/27/07:40:25

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:to:from:subject:message-id:date:mime-version
:content-type:content-transfer-encoding; q=dns; s=default; b=K5l
EznNCzN8XYCcIq8egRTOiK2HEjUy11G1o3lRMR8JXJ2q4dVmueLlG5KFHTSkT8om
QHmzQiyak5vxqS14IaAKB2+gHEVESrQNTWYm9vTyBldDm7PaBF8NINL/7EqOQCRY
bytvIipWIgGqFKjrc+Zu1lxcB+rspuj1f03DiwEk=
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:to:from:subject:message-id:date:mime-version
:content-type:content-transfer-encoding; s=default; bh=VfoHSTcdz
4rRpTb5FJaLc+1KvZ8=; b=M+SNG2XthVnjg8aKRIkPhcY+5Ikjl9Kgwk9buzAGU
Qk8mRbfOEYXkG7g0cv7veRPZs9+aryJAbEhZYgmT9irE3tUfSh51QQFkCyHD640b
fwgTn9oGG2sTuBH6CBp01962E0sXW7mnvAwtcnWqdICuMJ5C+IbICxXvHePyMRJa
Ik=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.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
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==
To: cygwin AT cygwin DOT com
From: Jean Vanhay <jean DOT vanhay AT gmail DOT com>
Subject: Compilation of Qt5 Cygwin in Qt Creator
Message-ID: <03641eb2-5a32-b6f7-2fb2-f71af81f76d9@gmail.com>
Date: Sat, 27 Jul 2019 13:39:26 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0
MIME-Version: 1.0
X-IsSubscribed: yes
Note-from-DJ: This may be spam

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019