On Mon, 26 Aug 2002, Markus Laire wrote:
> > Does the same thing happen when you do a "make shared"
> > in the base parrot directory?
>
> "make shared" dies with 'missing .h files'

More competent and/or Windows-savvy hands than mine are working on this as
we speak.

> "make && make shared" gives same
> "undefined reference to" warnings and then ends with
> "collect2: ld returned 1 exit status
> make: *** [blib/lib/libcore_prederef.so.0.0.7] Error 1"
> but imcc and perl works with same 35% tests failed.
>
> > > but perl6 works better with only 35% test failed and no
> > > readline-errors.
> >
> > Okay.  I thought it did better on Windows.  What does it say when
> > you run one or two of the failed tests individually?  e.g.
>
> I just checked all failed tests. Worst problem seems to be that tests
> returns int/str instead of PerlInt/PerlString

Ah, _parser_ tests! (hits self on head).  Those are out-of-date, and
should be disabled.  The fact that all the compiler tests pass is a
relief, and indicates that all is well.  How does t/rx/basic.t do?

/s

Reply via email to