On Sunday 10 October 2004 21:50, Jeff Clites wrote:
> Did you run 'make' again after running the "c++ -o parrot..." line
> below? If not, I bet the problem is just the stuff in
> runtime/parrot/include never got bytecode-compiled, because the stuff
> at the end of the make process never ran.
Ah yes
On Saturday 09 October 2004, you wrote:
> Failed Test Stat Wstat Total Fail Failed List of Failed
> ---
> t/library/parrotlib.t6 1536 66 100.00% 1-6
> t/pmc/nci.t 1 256461
Failed Test Stat Wstat Total Fail Failed List of Failed
---
t/library/parrotlib.t6 1536 66 100.00% 1-6
t/pmc/nci.t 1 256461 2.17% 47
t/pmc/sys.t 1 256 1
Makes. I just started make test, but it doesn't look good.
t/library/parrotlib# Failed test (t/library/parrotlib.t at line 47)
# got: 'Parrot VM: Can't stat runtime/parrot/include/parrotlib.pbc, code 2.
# '
# expected: 'runtime/parrot/include/datatypes.pasm
# '
# '(cd .
--- Jens Rieks <[EMAIL PROTECTED]> wrote:
> > c++ -o parrot -L/usr/local/lib -g imcc/main.o
> blib/lib/libparrot.a -lm
> > -lpthread -lm -L/usr/local/lib -licuuc -lpthread
> -lm ld: warning can't
> > open dynamic library: libicudata.dylib.30
> (checking for undefined symbols
> > may be affe
> c++ -o parrot -L/usr/local/lib Â-g Âimcc/main.o blib/lib/libparrot.a  -lm
> -lpthread -lm -L/usr/local/lib Â-licuuc Â-lpthread -lm ld: warning can't
> open dynamic library: libicudata.dylib.30 (checking for undefined symbols
> may be affected) (No such file or directory, errno = 2) ld: Undefined
# New Ticket Created by Will Coleda
# Please include the string: [perl #31910]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=31910 >
Fresh CVS checkout (not update):
oolong:~/research/parrot-11 coke$ perl Configure.pl;