nmake error building Pugs

2005-03-14 Thread Kiran Kumar
Hi, I am having trouble building pugs (Perl6-Pugs-6.0.10 and Perl6-Pugs-6.0.11) on win2k professional. I am not able to get the new versions up (I have upgraded MakeMaker and Module::Install). I have put in some more details here . http://rt.cpan.org/NoAuth/Bug.html?id=11814 Thanks,

Re: nmake error

2004-04-26 Thread Ron Blaschke
On Mon, 26 Apr 2004 08:46:05 +0100, Jonathan Worthington wrote: >> Main Makefile contain line >> .c.str: build_tools\c2str.pl >> >> But nmake do not understand this construction, only >> >> .c.str: >> . >> > This is a problem I flagged up earlier, but I haven't had time to check > leo's lat

Re: nmake error

2004-04-26 Thread Jonathan Worthington
"Nick Kostirya" <[EMAIL PROTECTED]> wrote: > > Main Makefile contain line > .c.str: build_tools\c2str.pl > > But nmake do not understand this construction, only > > .c.str: > . > This is a problem I flagged up earlier, but I haven't had time to check leo's latest fix. Looking at that line,

nmake error

2004-04-26 Thread Nick Kostirya
Hello. Main Makefile contain line .c.str: build_tools\c2str.pl But nmake do not understand this construction, only .c.str: . Nick.