did a fresh checkout and build... large number of dynclasses tests failed.
I then made clean, configured with prefix=`pwd`... now the build itself fails:
oolong:~/research/parrot_strings coke$ make Compiling with: xx.c cc -g -pipe -pipe -fno-common -no-cpp-precomp -I/usr/local/include -pipe -fno-common -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Winline -W -Wno-unused -Wsign-compare -Wformat-nonliteral -Wformat-security -Wpacked -Wdisabled-optimization -falign-functions=16 -Wno-shadow -I./include -I/usr/local/include -DHAS_JIT -DPPC -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c ./parrot -o runtime/parrot/include/parrotlib.pbc runtime/parrot/library/parrotlib.imc src/string.c:269: failed assertion `p' make: *** [runtime/parrot/include/parrotlib.pbc] Abort trap
Which is:
p = strstr(build_path, "blib"); /* .../blib/lib/... */ assert(p);
Any ideas on how to both build AND pass the tests?
oolong:~/research/parrot_strings coke$ uname -a Darwin oolong 7.7.0 Darwin Kernel Version 7.7.0: Sun Nov 7 16:06:51 PST 2004; root:xnu/xnu-517.9.5.obj~1/RELEASE_PPC Power Macintosh powerpc