Re: Building Parrot on Win32

2001-12-31 Thread Sebastian Bergmann
"Gregor N. Purdy" wrote: > On that last call to nmake, if you get dropped back into Configure.pl, > something is wrong configure-wise. I did a fresh CVS checkout just now, and nmake calls Configure.pl again. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpO

Re: Building Parrot on Win32

2001-12-30 Thread Gregor N. Purdy
Sebastian -- I noticed on your first post of the nmake run log that you ended up re-running Configure.pl. That's not a good sign. I don't know what time you grabbed code from CVS, but if you wouldn't mind doing the following to be *very* sure you've got all the latest checkins, I'd appreciate it.

Re: Building Parrot on Win32

2001-12-30 Thread Sebastian Bergmann
Dan Sugalski wrote: > Argh! Platform quoting issues. Can you edit Makefile and change the > appropriate ' to " and see how things go from there? Okay, it now proceeds further than before, but now it gets stuck at test_main.c ../include\parrot/parrot.h(76): fatal error C1083: include file canno

Re: Building Parrot on Win32

2001-12-30 Thread Dan Sugalski
At 09:42 PM 12/30/2001 +0100, Sebastian Bergmann wrote: >'lo there, > > just tried to build Parrot 0.3 (from CVS) on Win32 -- but I didn't > succeed. Argh! Platform quoting issues. Can you edit Makefile and change the appropriate ' to " and see how things go from there?

Building Parrot on Win32

2001-12-30 Thread Sebastian Bergmann
'lo there, just tried to build Parrot 0.3 (from CVS) on Win32 -- but I didn't succeed. The output of perl Configure.pl can be found at http://www.sebastian-bergmann.de/parrot_configure.txt and the output of nmake can be found at http://www.sebastian-bergmann.