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 Message-ID: <3E29300A.10005@seawood.org> Date: Sat, 18 Jan 2003 02:44:26 -0800 From: Christopher Seawood 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 Subject: Re: VPATH broken with multiple dirs References: <3E29264F DOT 6050005 AT seawood DOT org> In-Reply-To: <3E29264F.6050005@seawood.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/