Re: dynclasses OS X test failures - a Perl task

2005-03-07 Thread Andy Dougherty
On Mon, 7 Mar 2005, Andy Dougherty wrote: On Sat, 5 Mar 2005, Leopold Toetsch wrote: Andy Dougherty wrote: make: *** No rule to make target `blib/include/unicode/ucnv.h', needed by `src/string_primitives.o'. Stop. This was fixed by Bernhard yesterday. Thanks. I must have missed his fix by ju

Re: dynclasses OS X test failures - a Perl task

2005-03-07 Thread Andy Dougherty
On Sat, 5 Mar 2005, Leopold Toetsch wrote: Andy Dougherty wrote: make: *** No rule to make target `blib/include/unicode/ucnv.h', needed by `src/string_primitives.o'. Stop. This was fixed by Bernhard yesterday. Thanks. I must have missed his fix by just a few hours. I'll check today that th

Re: dynclasses OS X test failures - a Perl task

2005-03-05 Thread Leopold Toetsch
Andy Dougherty wrote: On Fri, 4 Mar 2005, Leopold Toetsch wrote: I'd be glad if some folks could have a look at the PMC compiler classes/pmc2c2.pl and lib/Parrot/Pmc2c.pm. Something seems to be fishy somewhere. Fixed. Old code that assumed there's just one flag so a hash was used. leo

Re: dynclasses OS X test failures - a Perl task

2005-03-05 Thread Leopold Toetsch
Andy Dougherty wrote: Eventually I found this: $ grep -2 parents dynclasses/pynci.dump linux/i386: OS X: 'parents' => [ 'PyFunc', 'NCI', After make cvsclean; per Configure.pl; ... I got the correct parents ordering. Seems that the parents somewhere go through a hash which then produces ei

Re: dynclasses OS X test failures - a Perl task

2005-03-05 Thread Leopold Toetsch
Andy Dougherty wrote: make: *** No rule to make target `blib/include/unicode/ucnv.h', needed by `src/string_primitives.o'. Stop. This was fixed by Bernhard yesterday. leo

Re: dynclasses OS X test failures - a Perl task

2005-03-04 Thread Andy Dougherty
On Fri, 4 Mar 2005, Leopold Toetsch wrote: It's really nice to have the desk cluttered with 3 PCs. I ran t/dynclass/pyint_1.imc parallel through gdb and tried to track down, why it segfaults on OS X. Eventually I found this: $ grep -2 parents dynclasses/pynci.dump linux/i386: 'class' => 'PyNCI

dynclasses OS X test failures - a Perl task

2005-03-04 Thread Leopold Toetsch
It's really nice to have the desk cluttered with 3 PCs. I ran t/dynclass/pyint_1.imc parallel through gdb and tried to track down, why it segfaults on OS X. Eventually I found this: $ grep -2 parents dynclasses/pynci.dump linux/i386: 'class' => 'PyNCI', 'parents' => [ 'NCI', 'PyFunc