Michael Scott <[EMAIL PROTECTED]> wrote: > I notice that on OS X t/native_pbc/number.t is no longer skipped and is > failing. I'm wondering if this is intentional?
It's already disabled. Changed string PBC format makes native_pbc tests failing as well as "make testr". > Looking into this I noticed that 'make pdump' fails because it needs > ICU. Not only pdump. All utils built by "make world". I'd suggest to include an $(ALL_PARROT_LIBS) to each target. > + $(LIBPARROT) $(LIBICUCORE) $(LIBICUDATA) $(C_LIBS) instead of that. > Mike leo