X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Enrico Forestieri Subject: Re: lyx has problem with network directory names Date: Fri, 6 Oct 2006 10:44:08 +0000 (UTC) Lines: 23 Message-ID: References: <20061004190525 DOT GA18950 AT panix DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 David Arnstein writes: > > I just tried to use the Cygwin port of lyx. It cannot cope with my > home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This > is a network directory, obviously. > > When lyx starts up, it emits a complaint > QSettings: error creating /fs-sj1-15/darnstein/.qt > > When I try to save a lyx document to my home directory, lyx complains > when it presents its file browser dialog box. It says > Could not read directory /fs-sj1-15 > > It appears that lyx is trying to access the root directory (/). It > does not seem to know how to interpret the Windows syntax "//." This is because lyx uses the boostfs library with BOOST_POSIX defined, so any path of the form //xxx/yyy is normalized to /xxx/yyy. I understand that //machine/path is a windowism, but I think that it should be allowed on cygwin. Can this be seen a boost bug? -- Enrico -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/