I'm getting further but still failing to get Rakudo working (OS X 10.5.6, gcc 4.0.1), same parrot revision (r37414):
... c++ -o perl6_ops_switch.bundle perl6_ops_switch.o -L/opt/local/lib -L/usr/local/lib -L/Users/mreed/proj/perl6/rakudo/parrot/blib/lib -L/sw/lib -L/Users/mreed/proj/perl6/rakudo/parrot/blib/lib -undefined dynamic_lookup -L/sw/lib -L/opt/local/lib -undefined dynamic_lookup -bundle -L/Users/mreed/proj/perl6/rakudo/parrot/blib/lib -lparrot perl -e "" > src/gen_setting.pir /Users/mreed/proj/perl6/rakudo/parrot/parrot -o perl6_s1.pbc perl6.pir get_bignum() not implemented in class 'ParrotLibrary' make: *** [perl6_s1.pbc] Error 1 On Mon, Mar 16, 2009 at 4:19 AM, Alex Kapranoff <perl6-bugs-follo...@perl.org> wrote: > # New Ticket Created by Alex Kapranoff > # Please include the string: [perl #63922] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63922 > > > > Good day! > > I just pulled the fresh rakudo sources, Configured them with > --gen-parrot and the parrot build fails: > ============ > Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross > your fingers > ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc > perl tools/build/parrot_config_c.pl > \ > src/parrot_config.c > src/parrot_config.c > g++ -o parrot \ > src/main.o src/parrot_config.o \ > -Wl,-R/usr/home/kappa/work/rakudo/parrot/blib/lib > -L/usr/home/kappa/work/rakudo/parrot/blib/lib -lparrot -lm -lcrypt > -lutil -pthread -lreadline -Wl,-E > -Wl,-R/usr/local/lib/perl5/5.8.9/mach/CORE > ./parrot -o runtime/parrot/include/parrotlib.pbc > runtime/parrot/library/parrotlib.pir > Null PMC access in get_pmc_keyed_str() > gmake: *** [runtime/parrot/include/parrotlib.pbc] Ошибка 1 > Unable to locate parrot_config. > To automatically checkout (svn) and build a copy of parrot, > try re-running Configure.pl with the '--gen-parrot' option. > Or, use the '--parrot-config' option to explicitly specify > the location of parrot_config. > ============ > % cat build/PARROT_REVISION > 37414 > > -- > Alex Kapranoff. > -- Mark J. Reed <markjr...@gmail.com>