Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Want a perl6 Binary?

by shmem (Chancellor)
on Dec 30, 2007 at 10:56 UTC ( [id://659596]=note: print w/replies, xml ) Need Help??


in reply to Want a perl6 Binary?

I've checked out parrot from the svn repository (revision 24297)
qwurx [shmem] ~/comp/perl/src/parrot > perl Configure.pl Base class package "Parrot::Configure::Compiler" is empty. (Perhaps you need to 'use' the module which defines that package f +irst, or make that module available in @INC

and it doesn't contain Parrot/Configure/Compiler.pm - what is missing?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: Want a perl6 Binary?
by FunkyMonk (Chancellor) on Dec 30, 2007 at 11:56 UTC
    See Ovid's post to perl6.internals on Google Groups. I got the same error as him with Configure.pl, but pressed on regardless :) Final outcome (note that Perl6 was not created in the root of the source tree):
    parrot$ ./languages/perl6/perl6 languages/perl6/t/01-sanity/01-tap.t 1..10 ok 1 ok 2 ok # comment ok 4 ok 5 ok 6 foo ok 7 # skip ok 8 # skip bar not ok 9 # TODO not ok 10 # TODO baz

      And for those of us who've recently upgraded to OSX 10.5 and are getting errors similar to the following:

      ld: symbol(s) not found for architecture ppc collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/yO/yOnTsq9GEayvBZtIrvcjME+++ +TI/-Tmp-//ccanCD8S.out (No such file or directory) make: *** [miniparrot] Error 1

      Then setting the following should allow a successful compilation:

      export ARCHFLAGS=-arch i386

      I suspect that this may only apply if you're using the Apple-supplied /usr/bin/perl as I don't recall having to do this with my previous compiled-from-source one.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://659596]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-20 13:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found