Jeff wrote:
> 
> Clinton A Pierce wrote:
> >
> > So here I am, hacking BASIC to use keyed PMC's for variables to make it
> > blazingly fast when I find out that to do this I need to use the new
> > assembler.  So I pop into lib\parrot and proceed with the build and I get
> > this mess:
> >
> --snip--
> >
> > So the new assembler's unhappy.  Suggestions?
> 
> Well, it's unhappy when you do lots of things. The code I was given was
> not as complete/functional as I had been led to believe, inasmuch as it
> doesn't live past test series 2 without some major tweaks that I'm
> working on. And I'm not even going to comment on t/pmc... However, none
> of this minor rant has anything to do with your problem.
> 
> I can't reproduce it locally, so I'm wondering if the Windows build
> might not properly expand the Perl_croak call from 'Perl_croak("foo")'
> to 'Perl_croak(aTHX_ "Foo")', as the UNIX .xs build does...
> --
> Jeff <[EMAIL PROTECTED]>

And of course it's got a few portability issues, as we discovered a
little while ago. One problem is the list of .o files in the
Makefile.PL, which should be a portable extension. I'll fix this as
well, I guess...
--
Jeff <[EMAIL PROTECTED]>

Reply via email to