This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: VPATH broken with multiple dirs


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]