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 . && ./parrot -b --gc-debug 
"/Users/coke/research/parrot-11/t/library/parrotlib_1.imc")' failed with exit code 138
t/library/parrotlib............NOK 1#     Failed test (t/library/parrotlib.t at line 
56)
#          got: 'Parrot VM: Can't stat runtime/parrot/include/parrotlib.pbc, code 2.

etc.

Jens Rieks 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 affected) (No such file or directory, errno = 2) ld: Undefined
symbols:
_icudt30_dat referenced from libicuuc.dylib.30 expected to be defined in
libicudata.dylib.30 make: *** [parrot] Error 1


does

c++ -o parrot -L/usr/local/lib -g imcc/main.o blib/lib/libparrot.a -lm -lpthread -lm -L/usr/local/lib -licuuc -licudata -lpthread -lm

work?

jens

Reply via email to