| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <3E29300A.10005@seawood.org> |
| Date: | Sat, 18 Jan 2003 02:44:26 -0800 |
| From: | Christopher Seawood <cls AT seawood DOT org> |
| User-Agent: | Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030114 |
| X-Accept-Language: | en-us, en |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| CC: | Christopher Seawood <cls AT seawood DOT org> |
| Subject: | Re: VPATH broken with multiple dirs |
| References: | <3E29264F DOT 6050005 AT seawood DOT org> |
| In-Reply-To: | <3E29264F.6050005@seawood.org> |
Christopher Seawood wrote: > Before: VPATH = c:/root/rmch/mozilla/js/src/xpconnect > c:/root/rmch/mozilla/js/src/xpconnect/idl > > After: VPATH = /cygdrive/c/root/rmch/mozilla/js/src/xpconnect > c:/root/rmch/mozilla/js/src/xpconnect/idl > > This implies that the cygwin_win32_to_posix_path_list() function doesn't > support converting multiple paths. I haven't grabbed the cygwin dll > sources yet. Does anyone know authoritatively if that's the case? After playing around for a bit, I discovered that if I used ; to separate the dirs instead of a space, then the conversion function worked fine for all dirs and the other source files were found. This, of course, breaks the unix builds but I can deal with that. - cls -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |