From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53443 invoked by alias); 9 Jan 2020 09:59:08 -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 53421 invoked by uid 89); 9 Jan 2020 09:59:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,HTML_MESSAGE,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*MI:local, connected, H*M:local, SATA X-HELO: mailrelay.dillinger.de Received: from mailrelayb.dillinger.de (HELO mailrelay.dillinger.de) (212.184.64.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Jan 2020 09:59:01 +0000 Received: from mailrelaya2.dillinger.de (mailrelaya [192.168.175.11]) by lin254mailrelayb.dillinger.de (Postfix) with ESMTP id F12A6A364 for ; Thu, 9 Jan 2020 10:58:58 +0100 (CET) Received: from lin275.int.shsservices.de (lin275 [172.18.32.6]) by mailrelaya2.dillinger.de (Postfix) with ESMTP id 9C066242337 for ; Thu, 9 Jan 2020 11:03:41 +0100 (CET) Received: from resw123.resdom01.local (resw123.dillinger.de [172.18.22.123]) by lin275.int.shsservices.de (Postfix) with ESMTP id E441AF3F2D for ; Thu, 9 Jan 2020 10:58:58 +0100 (CET) Received: from resw122.resdom01.local (172.18.22.122) by resw123.resdom01.local (172.18.22.123) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 9 Jan 2020 10:58:58 +0100 Received: from resw122.resdom01.local ([fe80::4dd9:f975:1c16:f521]) by resw122.resdom01.local ([fe80::4dd9:f975:1c16:f521%14]) with mapi id 15.00.1473.003; Thu, 9 Jan 2020 10:58:58 +0100 From: "PAULUS, Raimund, TI-ABN" To: "cygwin@cygwin.com" Subject: Re:Re: Problem to develop Qt5 application in Samba share Date: Thu, 09 Jan 2020 09:59:00 -0000 Message-ID: <8cc0cd6963ad4007a9a48ebb878a1ccd@resw122.resdom01.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00089.txt.bz2 To make it clear: After the installation of Cygwin: - QTDIR is not set. Setting QTDIR has no effect concerning the error. - In /usr/bin is the file qmake_qt5. This is a symlink to ../lib/qt5/bin/qm= ake. I included this directory in PATH, cause I prefer to call qmake direct= ly. If I call qmake-qt5 the errors are the same. I suspect the reason for the errors is the Samba share. As I said, working = with qmake on other shares is ok. Raimund Paulus For many years i develop C/C++ applications in Cygwin with source code loca= ted in Samba shares. The shares are available on Windows with "net use ..."= command. In Cygwin they are available via /cygdrive. Now I have to write a= pplications using Qt 5. But there is a problem: First i go to the project directory (cd ...) and write the source files. Af= ter that i call "qmake -project" (PATH includes /lib/qt5/bin), If the project (source codes) is located on the local drive or a drive conn= ected via SATA/USB, all is ok and the file *.pro is generated. If the sourc= es are located on a Samba share, there are error messages: --- Could not find qmake configuration file cygwin-g++. Cannot find feature default_pre.prf Cannot find feature default_post.prf --- The Samba server is a Linux host. This problem is the same on Windows 7 / Windows 10 and Cygwin 2.5.2 / Cygwi= n 3.1.2. The problem does not exist if i use a Windows Qt Creator IDE from qt.io. I couldn't find any hints on the internet, mailing lists, FAQ, ... Can you help? Many greetings Raimund Paulus -- 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