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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=yVhnvqhSK0xtao4g hUhBiB11uS1psh1q2r3xLFE133lAYd/xxZTcu5fyzfAKnEihqF5n27EB1bB0elE/ i1JQ+HU+AUyN3hATzGB2268K/A+5TtYSjKq/zpyuyzHiJdVDEUAV9IMNO67eulrt TdsGcmptIB+mhsOmL1WKoBkFP14= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=qv1BPnbQsgHmFuYvbAiTL4 zg/Ko=; b=Z9BU4mBvxDb//qyHnEQPVANsfgL1kr97aRYPXt9aU3m6n5dkWzn/BT kEGMUEUh5Er5kgqyvevy4Woo7qs0uBcn7AUTAR65JnIQIEAdbC4kl84039wTwIyd GjqEpcv0K6xwWUSx8TOjPqTqarZyEB4U8Ik/z8Tg1C9U5NIuUwOLI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-4.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*u:en-US, H*UA:en-US, H*u:5.1, H*u:Lightning X-HELO: mail-ot1-f47.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=9UScpT4nh7/yDJPBtPO4Vk73LoHAEI7DHG8qIY737i0=; b=grlYxQ44q+i+WQEd68+095HwRcf0hZ5FXli/xebWl3ZbdktheJVqdUOKG1n6ZfFjH5 XB/vyLAQjXbwYdvFbseopExj4J4wemukUrTlYtmFgsMBhuxlZxxEBIDlMh7PbY9biwrq QI1tEmbR5JnlCS3PJ6cs2Od/iuxdROPPGOlku9q8sgzxKUsbIuvPnbUYLr61SircRyTT y79hv7ZwYhrckuK4xrg2vJCn3B3TqrQNPY/5TAty54lAKvin7vS3ZL6BW3viezSdpkgw IOPch7Mg5Py1Qx/baXg9pQSqAw01proX1Zt2Pz4aWwdkTlbZLTw5HBRGW5GaDPFWS7tO r0YQ== Subject: Re: Problem to develop Qt5 application in Samba share To: cygwin AT cygwin DOT com References: <013b14634a3e40dfbb5bfd3f51726785 AT resw122 DOT resdom01 DOT local> <747ab409e795438097da41311bc60977 AT resw122 DOT resdom01 DOT local> From: =?UTF-8?Q?Ren=c3=a9_Berber?= Message-ID: <3b555b16-7830-d9eb-203a-96864b3c5e76@gmail.com> Date: Tue, 7 Jan 2020 11:59:34 -0600 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 MIME-Version: 1.0 In-Reply-To: <747ab409e795438097da41311bc60977@resw122.resdom01.local> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 1/7/2020 2:42 AM, PAULUS, Raimund, TI-ABN wrote: > > 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 PATH is not the only environment variable needed. > /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 --- That looks like a configuration error, what does your QTDIR environment variable have? You should be able to do this: $ find $QTDIR -name "cygwin-g++" and get a result. -- R.Berber -- 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