From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116801 invoked by alias); 7 Jan 2020 08:42:13 -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 116790 invoked by uid 89); 7 Jan 2020 08:42:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.7 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*c:alternative, H*c:HHH, 252, H*F:D*biz 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; Tue, 07 Jan 2020 08:42:10 +0000 Received: from mailrelaya2.dillinger.de (mailrelaya [192.168.175.11]) by lin254mailrelayb.dillinger.de (Postfix) with ESMTP id BF5E5A370 for ; Tue, 7 Jan 2020 09:42:08 +0100 (CET) Received: from lin275.int.shsservices.de (lin275 [172.18.32.6]) by mailrelaya2.dillinger.de (Postfix) with ESMTP id 14396242306 for ; Tue, 7 Jan 2020 09:46:49 +0100 (CET) Received: from resw123.resdom01.local (resw123.dillinger.de [172.18.22.123]) by lin275.int.shsservices.de (Postfix) with ESMTP id 9C785F3E94 for ; Tue, 7 Jan 2020 09:42:08 +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; Tue, 7 Jan 2020 09:42:08 +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; Tue, 7 Jan 2020 09:42:08 +0100 From: "PAULUS, Raimund, TI-ABN" To: "cygwin@cygwin.com" Subject: Problem to develop Qt5 application in Samba share Date: Tue, 07 Jan 2020 08:42:00 -0000 Message-ID: <747ab409e795438097da41311bc60977@resw122.resdom01.local> References: <013b14634a3e40dfbb5bfd3f51726785@resw122.resdom01.local> In-Reply-To: <013b14634a3e40dfbb5bfd3f51726785@resw122.resdom01.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2020-01/txt/msg00061.txt.bz2 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