On Tue, Jun 3, 2008 at 11:03 AM, James Keenan via RT
<[EMAIL PROTECTED]> wrote:
> Ovid,
>
> If I understand correctly the issues you raised in the OP, you were
> attempting to build a Perl 6 binary on an Intel Mac (10.4? 10.5?).
> Either the instructions weren't clear or it was a genuine problem o
Ovid,
If I understand correctly the issues you raised in the OP, you were
attempting to build a Perl 6 binary on an Intel Mac (10.4? 10.5?).
Either the instructions weren't clear or it was a genuine problem on
that OS.
I suspect that over the past months any such problem has cleared up in
the c
With petdance's assistance, today I verified that this now works on Darwin:
perl Configure.pl
make perl6
Confirmation:
[parrot] 512 $ ll perl6
-rw-r--r-- 1 jimk jimk 807796 Jan 13 16:57 perl6
[parrot] 513 $ chmod 0755 perl6
[parrot] 514 $ ./perl6 -e 'say "Hello world"'
Hello world
... whic
I'm having this same issue with r24319, but the target name is now
pbc_to_exe. Same issue, though.
chromatic requested the contents of my pbc_to_exe.pir when I brought up
the issue on use.perl.org -- it is attached.
pbc_to_exe.pir
Description: Binary data
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #49226]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=49226 >
This may be a duplicate bug report. Attempting to use ./parrotbug
results in the
--- chromatic <[EMAIL PROTECTED]> wrote:
> The problem is -o -o in the two lines of the pbc_to_exe rule in the
> Makefile,
> and I suspect that that's because you're linking against libparrot.a
> not
> libparrot.so. (Parrot::Embed failed for Tim Bunce for similar
> reasons.)
>
> I don't know t
On Sunday 30 December 2007 08:15:26 James Keenan wrote:
> Doing a fresh checkout from trunk at r24302, I was able to get perl6
> up and running on Linux following chromatic's instructions on
> use.perl.org (with one correction).
>
> However, I was not so succesful on ppc-darwin. Here's the data:
On Dec 30, 2007, at 10:04 AM, Ovid wrote:
--- James E Keenan <[EMAIL PROTECTED]> wrote:
Hi James,
Although it is not required for running chromatic's process, you
might wish to begin with:
perl Configure.pl --test
... to see that the configuration and build tools all work properly
befo
--- James E Keenan <[EMAIL PROTECTED]> wrote:
Hi James,
> Although it is not required for running chromatic's process, you
> might wish to begin with:
>
> perl Configure.pl --test
>
> ... to see that the configuration and build tools all work properly
> before you say 'make'.
Thanks for t
Ovid wrote:
I'm having trouble with the initial Configure.pl and with the pbc_to_c
target on my Intel Macbook. I have rough notes below about the steps
I've taken. If anyone needs more information, just ask and I'd be
happy to send anything I can.
Following the instructions in chromatic's post
--- Ovid <[EMAIL PROTECTED]> wrote:
On a related note, I received this error message:
> Ack, some files were missing! I can't continue running
> without everything here. Please try to find the above
> files and then try running Configure again.
Configure.pl kept running yet the message im
Ovid wrote:
I got this error on the latest version from svn:
parrot $ perl Configure.pl
Base class package "Parrot::Configure::Compiler" is empty.
(Perhaps you need to 'use' the module which defines that package
first.)
at lib/Parrot/Configure.pm line 44
I have the same problem,
I'm having trouble with the initial Configure.pl and with the pbc_to_c
target on my Intel Macbook. I have rough notes below about the steps
I've taken. If anyone needs more information, just ask and I'd be
happy to send anything I can.
Following the instructions in chromatic's post at use.perl a
13 matches
Mail list logo