Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-10 Thread Jens Rieks
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

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread Jens Rieks
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

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread William Coleda
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

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread William Coleda
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 .

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread Joshua Gatcomb
--- 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

Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread Jens Rieks
> 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

[perl #31910] ICU bug with fresh CVS Checkout

2004-10-09 Thread via RT
# 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;