X-Recipient: archive-cygwin@delorie.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:from:to:subject:date:message-id:references
	:in-reply-to:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=jgPBmbgfx4bRRwzg
	p2a+n2A1WlWZOcs6gR7FaYKDwzGkZwMZZI9k0NSFgInCxb63pNTg/UGlseC/3Na1
	zzXR9M7/VDshW+iZfAvfO4dni/ssUuvOIbqbydwQoxFPi/9HycyuuVoGtCF/e+qJ
	AL1e5QMgOjj6vOkWeHFCxImy7qQ=
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:from:to:subject:date:message-id:references
	:in-reply-to:mime-version:content-type
	:content-transfer-encoding; s=default; bh=QD9hXH2tHL640zkZIglOiF
	W6FDA=; b=XIf7Af3mkA7knVNPEbb3FcUQNIr7BW77lRhvaoP89fwZXX2SrY8B4h
	ozEjYq9LAm6FnZax5GtJiw6MQPDVoyhkEEyd+ab04Ce7zXPHrRtQAUKI8QANSJJh
	CISDvRDJ6GgvTnJB+AqT/zMWsGx/SPL9qPLV4JeKg5U3zRwBUbkGI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
From: "PAULUS, Raimund, TI-ABN" <Raimund.Paulus@dillinger.biz>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Problem to develop Qt5 application in Samba share
Date: Tue, 7 Jan 2020 08:42:08 +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: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 0078gi1k032060


For many years i develop C/C++ applications in Cygwin with source code located 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 applications using Qt 5. But there is a problem:

First i go to the project directory (cd ...) and write the source files. After that i call "qmake -project" (PATH includes /lib/qt5/bin),
If the project (source codes) is located on the local drive or a drive connected via SATA/USB, all is ok and the file *.pro is generated. If the sources 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 / Cygwin 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


