On 27 Aug 2002 at 1:49, Mike Lambert wrote: > So currently, if one does a CVS checkout on win32, and is using cygwin or > msvc, they can do: > > Configure.pl && cd languages\perl6 && make && make test > > And it should proceed to properly pass all of the compiler tests, aside > from 8_5 and 8_6, which are a bug with the perl6 compiler somewhere > (verified by sean and leo).
ok, I tested that on cygwin with CVS checkout (GMT 20020827-1125) With following commands ALL perl6 tests pass. NO skipped or failed tests, not even those 8_5 and 8_6. (All tests succesful - Files=15, Tests=64) Configure.pl && make && cd languages/imcc && make imcc && cd ../perl6 && make perl6-config && make test With Configure.pl && cd languages\perl6 && make && make test make dies with missing .h file. Full log is: cd ../imcc && make make[1]: Entering directory `/home/z/cvs/cvs-parrot/languages/imcc' gcc -fno-strict-aliasing -I/usr/local/include -g -I../../include -o imcparser.o -c imcparser.c In file included from anyop.h:4, from imcc.y:17: .../../include/parrot/parrot.h:165: parrot/vtable.h: No such file or directory make[1]: *** [imcparser.o] Error 1 make[1]: Leaving directory `/home/z/cvs/cvs-parrot/languages/imcc' make: *** [imcc] Error 2 -- Markus Laire 'malaire' <[EMAIL PROTECTED]>