> Jonathan Worthington:
> # cl -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
> -I./include
> # -
> # DHAS
> # _JIT -DI386 -Foparrot.obj -c parrot.c
> # parrot.c
> # parrot.c(0) : fatal error C1033: cannot open program database
> # 'c:\perl\parrot\pa
> # rrot\vc60.pdb'
>
> I fixed this earlier today--for some reason, multiple copies of the
> compiler were running at the same time, but only one of them could have
> the .pdb file open.  If you either resync from CVS or grab the next
> snapshot, it should be fixed.
Did a proper CVS checkout rather than grabbing the snapshot, so I can update
easier in the future.  It "nmade" fine this time, thanks.

> As of right now, Parrot compiles, but several tests segfault.  My next
> project is to start tracking those down.
Experienced 5 segfaults, 3 of which appeared to be in t/pmc/objects.
Overall test stats:-

23 subtests skipped.
Failed 8/53 test scripts, 84.91% okay. 12/830 subtests failed, 98.55% okay.

I expect you can reproduce the problems anyway, but let me know if you want
a complete output from nmake test on my box.

And now I can start playing...

Thanks,

Jonathan
###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");

Reply via email to