Re: Parrot makefile on Win32

2005-05-31 Thread Nigel Sandever
On Tue, 31 May 2005 07:07:28 -0700, [EMAIL PROTECTED] (Jerry Gay) wrote: > On 5/31/05, Nigel Sandever <[EMAIL PROTECTED]> wrote: > > The parrot makefile has several places where nmake baulks at the length o= > f the > > expanded command lines. > >=20 > though you weren't explicit, i suspect you're

Re: Parrot makefile on Win32

2005-05-31 Thread Leopold Toetsch
Nigel Sandever wrote: The parrot makefile has several places where nmake baulks at the length of the expanded command lines. According to p6c[1] there exists nmake 7.10, which works. leo [1] pugs 'make clean' fatal error on ms windows

Re: Parrot makefile on Win32

2005-05-31 Thread jerry gay
On 5/31/05, Nigel Sandever <[EMAIL PROTECTED]> wrote: > The parrot makefile has several places where nmake baulks at the length of the > expanded command lines. > though you weren't explicit, i suspect you're using the ms c++ toolkit to build parrot on win32. some months ago, i ran into the same p

Parrot makefile on Win32

2005-05-31 Thread Nigel Sandever
The parrot makefile has several places where nmake baulks at the length of the expanded command lines. I've found that I can work around this is some places using inline files, but I'm having trouble working out where/how to make the adjustments. I also have my doubts whether this would be com