For the past few days, Parrot has failed to build on my MacBook. Today I moved
my parrot directory and did a fresh svn checkout. "perl Configure.pl" ran fine
without problem. "make" does fine until about here:
$ make
Compiling with:
xx.c
/usr/bin/gcc-4.0
make -C compilers/pge
perl -MExtUtils:
On Sat, 1 Nov 2008, Ovid wrote:
> For the past few days, Parrot has failed to build on my MacBook. Today
> I moved my parrot directory and did a fresh svn checkout. "perl
> Configure.pl" ran fine without problem. "make" does fine until about
> here:
>
> $ make
> Compiling with:
> xx.c
> /usr
# New Ticket Created by François PERRAD
# Please include the string: [perl #60292]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60292 >
Since r32189, the following code gives a wrong result :
.HLL 'Lua', 'lua_group'
.sub
Ovid wrote:
For the past few days, Parrot has failed to build on my MacBook. Today I moved my parrot directory
and did a fresh svn checkout. "perl Configure.pl" ran fine without problem.
"make" does fine until about here:
$ make
Compiling with:
xx.c
/usr/bin/gcc-4.0
make -C compilers/pge
pe
I was preparing a bug report for the same thing so
here it is :
Parrot does not compile on my new 64 bits core 2 duo unibody macbook.
I got back data from the Time Machine backup of my now dead 32 bits
intel macbook so I suspected that the gmp port libraries conflicted
with some headers proper to
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #60286]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60286 >
I was preparing a bug report for the same thing so
here it is :
Parrot does not com
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #60288]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60288 >
warnings compiling in 10.5.5 Core 2 Duo unibody macbook.
Seems that some stuff is de
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #60290]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=60290 >
...or, if easier, .pick on all enum types.
Rakudo r32267 recognizes 'Bool.pick' as a va
Trunk or 0.8.0? Trunk builds fine on my iMac running the same Darwin
version you report (leopard 10.5.5).
On 11/1/08, Ovid <[EMAIL PROTECTED]> wrote:
> For the past few days, Parrot has failed to build on my MacBook. Today I
> moved my parrot directory and did a fresh svn checkout. "perl Conf