Re: Fix for HAVE_DOS_PATHS build on cygwin

2006-08-16 Thread Eli Zaretskii
> Date: Wed, 16 Aug 2006 21:21:21 -0400 > From: Bill Hoffman <[EMAIL PROTECTED]> > > *** make-3.81/job.c Sun Mar 19 22:03:04 2006 > --- ../make-3.81/job.c Wed Aug 16 19:42:14 2006 > *** construct_command_argv_internal (char *l > *** 2297,2302 > --- 2297,2316 >

Re: cygwin patch for gnu make ( change from 3.80 to 3.81)

2006-08-16 Thread Eli Zaretskii
> Date: Wed, 16 Aug 2006 17:39:44 -0400 > From: "William A. Hoffman" <[EMAIL PROTECTED]> > Cc: make-w32@gnu.org > > I will try HAVE_DOS_PATHS. If that works, and there is agreement > with the cygwin folks, I would like to have the build process > changed gnu make so that the default build on cygw

Fix for HAVE_DOS_PATHS build on cygwin

2006-08-16 Thread Bill Hoffman
I tried compiling 3.81 on cygwin with HAVE_DOS_PATHS, and found the same crash described in this thread: http://www.mail-archive.com/make-w32@gnu.org/msg00861.html I found the problem and fixed the crash. Here is the patch: *** make-3.81/job.c Sun Mar 19 22:03:04 2006 --- ../make-3.81/job.c

Re: cygwin patch for gnu make ( change from 3.80 to 3.81)

2006-08-16 Thread William A. Hoffman
At 04:16 PM 8/16/2006, Eli Zaretskii wrote: >> Date: Wed, 16 Aug 2006 13:58:44 -0400 >> From: "William A. Hoffman" <[EMAIL PROTECTED]> >> >> So, I guess this is a feature request. It would be nice to have >> a mode in gnu make that supported posix's paths with windows drive >> letter specificati

Re: Where do I download the Windows Make Utility?

2006-08-16 Thread Eli Zaretskii
> Date: Wed, 16 Aug 2006 08:52:36 -0400 > From: "Thibeault, John E." <[EMAIL PROTECTED]> > > Where do I download the Windows Make Utility? http://prdownloads.sourceforge.net/mingw/mingw32-make-3.81-1.tar.gz Or get the sources and compile it yourself, it compiles out of the box with MSVC and wi

cygwin patch for gnu make ( change from 3.80 to 3.81)

2006-08-16 Thread Bill Hoffman
So, this has come up on this list before. You are aware that cygwin made a change and stopped applying a local patch that allowed for posix paths and windows paths in the same makefile. After much discussion on the cygwin list, it was recommend to move the discussion here. The cygwin folks say

Where do I download the Windows Make Utility?

2006-08-16 Thread Thibeault, John E.
Title: Where do I download the Windows Make Utility? ___ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo/make-w32

Re: cygwin patch for gnu make ( change from 3.80 to 3.81)

2006-08-16 Thread Eli Zaretskii
> Date: Wed, 16 Aug 2006 13:58:44 -0400 > From: "William A. Hoffman" <[EMAIL PROTECTED]> > > So, I guess this is a feature request. It would be nice to have > a mode in gnu make that supported posix's paths with windows drive > letter specifications. I don't think there's a need for a special m

cygwin patch for gnu make ( change from 3.80 to 3.81)

2006-08-16 Thread William A. Hoffman
So, this has come up on this list before. You are aware that cygwin made a change and stopped applying a local patch that allowed for posix paths and windows paths in the same makefile. After much discussion on the cygwin list, it was recommend to move the discussion here. The cygwin folks say