Re: problems w/ make.

2006-09-26 Thread Eli Zaretskii
> From: <[EMAIL PROTECTED]> > CC: > Date: Tue, 26 Sep 2006 17:42:26 -0400 > > Hi Eli, thanks again for the response,. i edited your make file to point to > my perl lib folder a c:\perl\lib\perlio\ > > here is the make file -- and these are the errors im getting > > C:\netirc\test>make > mak

Re: Re: problems w/ make.

2006-09-26 Thread humbe04
Hi Eli, thanks again for the response,. i edited your make file to point to my perl lib folder a c:\perl\lib\perlio\ here is the make file -- and these are the errors im getting C:\netirc\test>make makefile:31: *** missing separator. Stop. SHELL=cmd.exe # --- MakeMaker top_targets section:

Re: Need Volunteers to test patch for gnu make

2006-09-26 Thread Rob Walker
I've tried it in my cygwin on XP environment. Works great. My build system uses relative paths wherever possible, but is sometimes forced to use Windows-style paths, which caused the current make-3.81 to poop. When will we see a cygwin release with this patch included? Thanks, Rob ___

Re: problems w/ make.

2006-09-26 Thread Eli Zaretskii
> Date: Tue, 26 Sep 2006 07:44:08 -0400 > From: Earnie Boyd <[EMAIL PROTECTED]> > > Hmm... Perl is creating the makefile, is it the Cygwin release of > perl? The line endings in the Makefile could be the issue. They shouldn't be, AFAIK: the native Windows port of Make uses text-mode I/O to rea

Re: problems w/ make.

2006-09-26 Thread Eli Zaretskii
> From: <[EMAIL PROTECTED]> > Date: Tue, 26 Sep 2006 6:32:57 -0400 > > Hi Eli, nope im using gnumake from the link you gave me In that case, I don't see how the fact that you are using Cygwin matters. The error message clearly comes from Make, which is not the Cygwin Make. > i also tried that

Re: problems w/ make.

2006-09-26 Thread Earnie Boyd
Quoting Eli Zaretskii <[EMAIL PROTECTED]>: From: <[EMAIL PROTECTED]> CC: Date: Mon, 25 Sep 2006 18:15:49 -0400 Hi all, and once again much thanks for the help. Unfortunately the issue is not the path. I tried by just copying all the files to c:\netirc and had the same problem/. I've tried g