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 compatible with other make programs. Is anyone else successfully building parrot on win32 native? If so, how are they avoiding this problem? Thanks njs