Re: VPATH of the form C:/foo

2007-12-16 Thread Eli Zaretskii
> Cc: make-w32@gnu.org > From: Benoit Sigoure <[EMAIL PROTECTED]> > Date: Sat, 15 Dec 2007 16:56:45 +0100 > > > 2007-12-15 Eli Zaretskii <[EMAIL PROTECTED]> > > > > * vpath.c (construct_vpath_list) [HAVE_DOS_PATHS]: Support VPATH > > values that use `:' in drive letters, when PATH_SEPARA

Re: VPATH of the form C:/foo

2007-12-15 Thread Benoit Sigoure
On Dec 15, 2007, at 2:50 PM, Eli Zaretskii wrote: Cc: make-w32@gnu.org From: Benoit Sigoure <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 23:36:45 +0100 Ah, I see the problem: the native Windows port (which is what I have) converts all `:' that are not part of drive letter spec to `;' (by calli

Re: VPATH of the form C:/foo

2007-12-15 Thread Eli Zaretskii
> Cc: make-w32@gnu.org > From: Benoit Sigoure <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 23:36:45 +0100 > > > Ah, I see the problem: the native Windows port (which is what I have) > > converts all `:' that are not part of drive letter spec to `;' (by > > calling convert_vpath_to_windows32), and

Re: VPATH of the form C:/foo

2007-12-12 Thread Earnie Boyd
Quoting Philmart <[EMAIL PROTECTED]>: Christopher Faylor-27 wrote: On Thu, Nov 29, 2007 at 11:36:45PM +0100, Benoit Sigoure wrote: ... This does raise the question of why you'd be using a cygwin version of make if you need to use colon paths. ... When using eclipse with CDT plugin and th

Re: VPATH of the form C:/foo

2007-12-11 Thread Philmart
Christopher Faylor-27 wrote: > > On Thu, Nov 29, 2007 at 11:36:45PM +0100, Benoit Sigoure wrote: > ... > This does raise the question of why you'd be using a cygwin version of > make if you need to use colon paths. > ... > When using eclipse with CDT plugin and the "Cygwin GCC toolchain" on a

Re: VPATH of the form C:/foo

2007-12-02 Thread Greg Chicares
On 2007-12-02 17:41Z, Benoit Sigoure wrote: > On Dec 2, 2007, at 6:13 PM, Christopher Faylor wrote: >> On Sun, Dec 02, 2007 at 11:52:41AM +0100, Benoit Sigoure wrote: >>> On Dec 2, 2007, at 3:37 AM, Christopher Faylor wrote: This does raise the question of why you'd be using a cygwin ve

Re: VPATH of the form C:/foo

2007-12-02 Thread Christopher Faylor
On Sun, Dec 02, 2007 at 06:41:47PM +0100, Benoit Sigoure wrote: >On Dec 2, 2007, at 6:13 PM, Christopher Faylor wrote: >>On Sun, Dec 02, 2007 at 11:52:41AM +0100, Benoit Sigoure wrote: >>>On Dec 2, 2007, at 3:37 AM, Christopher Faylor wrote: This does raise the question of why you'd be using a

Re: VPATH of the form C:/foo

2007-12-02 Thread Benoit Sigoure
On Dec 2, 2007, at 6:13 PM, Christopher Faylor wrote: On Sun, Dec 02, 2007 at 11:52:41AM +0100, Benoit Sigoure wrote: On Dec 2, 2007, at 3:37 AM, Christopher Faylor wrote: This does raise the question of why you'd be using a cygwin version of make if you need to use colon paths. Good questi

Re: VPATH of the form C:/foo

2007-12-02 Thread Christopher Faylor
On Sun, Dec 02, 2007 at 11:52:41AM +0100, Benoit Sigoure wrote: > On Dec 2, 2007, at 3:37 AM, Christopher Faylor wrote: >> On Thu, Nov 29, 2007 at 11:36:45PM +0100, Benoit Sigoure wrote: >>> On Nov 29, 2007, at 10:30 PM, Eli Zaretskii wrote: > From: Benoit Sigoure > Date: Thu, 29 Nov 2007 2

Re: VPATH of the form C:/foo

2007-12-02 Thread Benoit Sigoure
On Dec 2, 2007, at 3:37 AM, Christopher Faylor wrote: On Thu, Nov 29, 2007 at 11:36:45PM +0100, Benoit Sigoure wrote: On Nov 29, 2007, at 10:30 PM, Eli Zaretskii wrote: From: Benoit Sigoure Date: Thu, 29 Nov 2007 22:12:52 +0100 [EMAIL PROTECTED] ~ $ make -p VPATH=C:/cygwin | grep -A2 -i vpat

Re: VPATH of the form C:/foo

2007-12-01 Thread Christopher Faylor
On Thu, Nov 29, 2007 at 11:36:45PM +0100, Benoit Sigoure wrote: > On Nov 29, 2007, at 10:30 PM, Eli Zaretskii wrote: > >>> From: Benoit Sigoure >>> Date: Thu, 29 Nov 2007 22:12:52 +0100 >>> >>> [EMAIL PROTECTED] ~ $ make -p VPATH=C:/cygwin | grep -A2 -i vpath >>> [...] >>> -- >>> # VPATH Search Pat

Re: VPATH of the form C:/foo

2007-11-29 Thread Benoit Sigoure
On Nov 29, 2007, at 10:30 PM, Eli Zaretskii wrote: Cc: make-w32@gnu.org From: Benoit Sigoure <[EMAIL PROTECTED]> Date: Thu, 29 Nov 2007 22:12:52 +0100 [EMAIL PROTECTED] ~ $ make -p VPATH=C:/cygwin | grep -A2 -i vpath [...] -- # VPATH Search Paths # No `vpath' search paths. # No general (`VPAT

Re: VPATH of the form C:/foo

2007-11-29 Thread Eli Zaretskii
> Cc: make-w32@gnu.org > From: Benoit Sigoure <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2007 22:12:52 +0100 > > [EMAIL PROTECTED] ~ $ make -p VPATH=C:/cygwin | grep -A2 -i vpath > [...] > -- > # VPATH Search Paths > > # No `vpath' search paths. > > # No general (`VPATH' variable) search path. Ah,

Re: VPATH of the form C:/foo

2007-11-29 Thread Benoit Sigoure
On Nov 29, 2007, at 5:27 AM, Eli Zaretskii wrote: Cc: make-w32@gnu.org From: Benoit Sigoure <[EMAIL PROTECTED]> Date: Wed, 28 Nov 2007 23:30:59 +0100 It will be supported in the next release of Make. For now, try the patch from here: http://lists.gnu.org/archive/html/make-w32/2006-08/msg00

Re: VPATH of the form C:/foo

2007-11-28 Thread Eli Zaretskii
> Cc: make-w32@gnu.org > From: Benoit Sigoure <[EMAIL PROTECTED]> > Date: Wed, 28 Nov 2007 23:30:59 +0100 > > > It will be supported in the next release of Make. For now, try the > > patch from here: > > > > http://lists.gnu.org/archive/html/make-w32/2006-08/msg00104.html > > > > Note that afte

Re: VPATH of the form C:/foo

2007-11-28 Thread Benoit Sigoure
On Nov 28, 2007, at 10:30 PM, Eli Zaretskii wrote: From: Benoit Sigoure <[EMAIL PROTECTED]> Date: Wed, 28 Nov 2007 12:14:27 +0100 Everything works fine excepted that when I use a VPATH of the form C:/ something, the files in the source tree are not found because make / seems/ to separate the

Re: VPATH of the form C:/foo

2007-11-28 Thread Eli Zaretskii
> From: Benoit Sigoure <[EMAIL PROTECTED]> > Date: Wed, 28 Nov 2007 12:14:27 +0100 > > Everything works fine excepted that when I use a VPATH of the form C:/ > something, the files in the source tree are not found because make / > seems/ to separate the VPATH with colons. I believed that, on

Re: VPATH of the form C:/foo

2007-11-28 Thread Brian Dessent
Brian Dessent wrote: > Can't you just use a space instead? Err, ignore I said that... it obviously is not a viable workaround since the desired path contains the colon. Brian ___ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/lis

Re: VPATH of the form C:/foo

2007-11-28 Thread Brian Dessent
Benoit Sigoure wrote: > Everything works fine excepted that when I use a VPATH of the form C:/ > something, the files in the source tree are not found because make / > seems/ to separate the VPATH with colons. I believed that, on > Windows, the VPAH would be semi-colon separated, but maybe I was

VPATH of the form C:/foo

2007-11-28 Thread Benoit Sigoure
Hello list, I'm Using GNU Make 3.81 on Cygwin. I compiled it myself from source with the two following patches that were approved on this ML: http://www.tsunanet.net/~tsuna/make-3.81-cygwin.patch http://www.tsunanet.net/~tsuna/make-3.81-cygwin_MAKE_expansion.patch I compiled `make' as fol