----- Original Message ----- From: "Dan Sugalski" <[EMAIL PROTECTED]> To: "Valery A.Khamenya" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 10:44 PM Subject: Re: parrot, win32, stand-alone distribution, separate Parrot maillist
> At 8:48 PM +0200 8/4/03, Valery A.Khamenya wrote: > >Hi All, > > > > are there any info on getting ready-to-try > > Parrot for win32 as stand-alone distribution? > > Not that I know of. If someone's got a working build and can put > together a tarball or zip file, we can get it up for download. I can most probably do this; I've got the latest CVS checkout compiled here. What needs to go into the ZIP? My guesses are:- - parrot executable - imcc executable - The docs directory - The examples directory - The languages directory If you want regular (weekly? bi-weekly?) builds on Win32 zipping up and FTPing somewhere, I can do that for you. FYI, current test status on Win32:- Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- ---- t/op/gc.t 1 256 8 1 12.50% 2 t/pmc/io.t 3 768 18 3 16.67% 3-5 t/src/manifest.t 1 256 4 1 25.00% 4 24 subtests skipped. Failed 3/53 test scripts, 94.34% okay. 5/841 subtests failed, 99.41% okay. Don't know if this is supposed to happen (I don't recall seeing it before), but I'm seeing this many times during the nmake proccess:- Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cd classes && NMAKE && cd .. I see it maybe 10-20 times in a row when I run both nmake and nmake test, and always for that classes folder. nmake test also seems to do an implicit nmake, even though I've just done that. I'm guessing that shouldn't happen? I'm running Configure.pl with the options "--jitcapable=0 --execcapable=0", 'cus it won't build otherwise. Later, Jonathan