On Sat, Sep 08, 2007 at 12:42:23AM -0700, chromatic wrote: > On Friday 07 September 2007 09:32:51 Patrick R.Michaud wrote: > > > Chromatic is already aware of this issue, but I thought I'd > > file a ticket for it that others can hang information on. > > > > Starting with r21103, Parrot won't build on my 64-bit platform. > > Here's a patch to fix the IMCC parser, mostly by porting the decorations from > the revisions I listed previously into compilers/imcc/imcc.y and regenerating > everything. > > All tests still pass for me on 32-bit x86 Linux.
Applying the patch and running Configure.pl with --maintainer causes Parrot to build and run again for me on 64-bit linux. I end up failing one test (#9) in t/pmc/fixedfloatarray.t . I vote in favor of applying the patch, since it seems to allow Parrot to build on my system again. :-) Pm