X-Spam-Check-By: sourceware.org From: ericblake AT comcast DOT net (Eric Blake) To: Enrico Forestieri , cygwin AT cygwin DOT com Subject: Re: lyx has problem with network directory names Date: Sat, 07 Oct 2006 14:36:46 +0000 Message-Id: <100720061436.26863.4527BB7E00013500000068EF22058861720A050E040D0C079D0A@comcast.net> X-Mailer: AT&T Message Center Version 1 (Apr 11 2006) 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 > > 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? Yes, it is most definitely a boost bug and should be reported upstream. POSIX allows implementations to treat leading // specially, so boost is violating POSIX by normalizing it. -- Eric Blake -- 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/