public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "PAULUS, Raimund, TI-ABN" <Raimund.Paulus@dillinger.biz>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Problem to develop Qt5 application in Samba share
Date: Mon, 13 Jan 2020 09:24:00 -0000	[thread overview]
Message-ID: <82b3589720c1425bb6482b56725b81f3@resw122.resdom01.local> (raw)
In-Reply-To: <8cc0cd6963ad4007a9a48ebb878a1ccd@resw122.resdom01.local>

The problem is solved. It was an entry in the Samba configuration file smb.conf in section [global]:

unix charset = ISO8859-1

After deleting this entry qmake works correctly.

R. Paulus



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

  reply	other threads:[~2020-01-13  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09  9:59 PAULUS, Raimund, TI-ABN
2020-01-13  9:24 ` PAULUS, Raimund, TI-ABN [this message]
     [not found] <013b14634a3e40dfbb5bfd3f51726785@resw122.resdom01.local>
2020-01-07  8:42 ` PAULUS, Raimund, TI-ABN
2020-01-07 17:59   ` René Berber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=82b3589720c1425bb6482b56725b81f3@resw122.resdom01.local \
    --to=raimund.paulus@dillinger.biz \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).