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-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: [perl #34340] [BUG] OS X ASM build problem

2005-03-05 Thread Leopold Toetsch
Will Coleda (via RT) wrote: OS X build isn't quite right. darwin hints defines "platform_asm", but this file isn't defined for darwin. This generates a dependency in the build for src/platform_asm.s, which doesn't exist. Ah, yes. Always run make realclean, leo. ld: Undefined symbols: _Parrot_ppc

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

Return a varying number of values in IMCC?

2005-03-05 Thread Bob Rogers
I don't see a way to do this at present. What I would like is an equivalent to .flatten_arg for a PCC return, e.g.: .pcc_begin_return .flatten_arg array_of_results .pcc_end_return Of course, ".flatten_arg" sounds a bit odd in this context, so ca