ROTECTED]> wrote:
> On Wednesday 22 October 2008 23:23:46 Gabor Szabo wrote:
>
>> I am totally lack of relevant knowledge so I'd like to get some from you.
>>
>> There are many mobile platforms out there.
>> Linux based, Symbian, Blackberry, iPhone, Windows, Pa
I am experimenting a bit with the compilation of Parrot
perl Configure.pl --gc=malloc-trace
make
stopped with:
src/malloc.c:4719: warning: function call has aggregate value
make: *** [src/malloc-trace.o] Error 1
below is the stderr
Gabor
print_newline 1211 experimental, no
On 8/30/07, chromatic <[EMAIL PROTECTED]> wrote:
>
> What's your platform? Which compiler are you using?
sorry. this was my third attempt to post this report. I might have forgotten
to include this information:
gcc --version
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
uname -a
Linux notebook 2.6.20
gcc --version
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
perl Configure.pl --gc=malloc
make
this is the STDERR:
[...]
newpdd15class_p_s 1254 experimental, not in ops.num
newpdd15class_p_sc1255 experimental, not in ops.num
newpdd15class_p_p 1256 experimenta
It has biten me so let's make sure invalid --gc options are not allowed.
Index: lib/Parrot/Configure/Options.pm
===
--- lib/Parrot/Configure/Options.pm (revision 20963)
+++ lib/Parrot/Configure/Options.pm (working copy)
@@ -4
> David Fetter <[EMAIL PROTECTED]> http://fetter.org/
> phone: +1 415 235 3778AIM: dfetter666
> Skype: davidfetter
>
> Remember to vote!
> Consider donating to PostgreSQL: http://www.postgresql.org/about/donate
>
--
Gabor Szabo
http://www.szabgab.com/
I meant to send it to the list actually.
It seems the beer from YAPC::EU still have not fully settled down..
> On Sep 1, 2007, at 12:35 PM, Gabor Szabo wrote:
>
> > Thanks for the pointers, I was not sure where to add this.
> >
> > On 9/1/07, James E Keenan <[EMAIL PRO
Index: config/auto/gc.pm
===
--- config/auto/gc.pm (revision 20963)
+++ config/auto/gc.pm (working copy)
@@ -107,7 +107,7 @@
gc_flag => '-DGC_IS_MALLOC',
);
}
-else {
+elsif ( $gc eq 'gc' ) {
On 9/3/07, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Sat, 1 Sep 2007, Gabor Szabo wrote:
>
> > It has biten me so let's make sure invalid --gc options are not allowed.
>
> But what if I want to work on --gc=libc? How can I override this?
I am not sure I unders
Can someone explain, please why are there tests that need a version
control system? It sounds strange to me.
Gabor
On 9/3/07, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Paul Cochrane
> # Please include the string: [perl #45137]
> # in the subject line of all futu
I am not sure what to quote so let me reply on a clean page.
I would like to see invalid configuration options and values as being always
fatal. They indicate some kind of user error, a typo or similar that would
probably cause trouble to the Parrot developer as well as the Parrot user.
In order
it ASAP so we'll see how many
international guests to expect.
regards
Gabor
--
Gabor Szabo
http://www.szabgab.com/
On Jan 10, 2008 12:23 PM, Allison Randal <[EMAIL PROTECTED]> wrote:
> Aye, I would want to improve on the Python solution. But maintaining a
> config file something like:
>
> [darwin]
> t/pmc/foo.t 3 5-7 9 # platform doesn't support libfoo
> t/pmc/bar.t 1 42
> ...
>
> [MSWin32]
> t/pmc/foo.t 32
>
So I wanted to build Rakudo, but I could not find the instructions in
the Parrot source code
and the links on the rakudo.org site all return 500 error...
Gabor
On Mon, Mar 3, 2008 at 11:24 PM, jerry gay <[EMAIL PROTECTED]> wrote:
>
> On Mon, Mar 3, 2008 at 1:17 PM, Gabor Szabo <[EMAIL PROTECTED]> wrote:
> > So I wanted to build Rakudo, but I could not find the instructions in
> > the Parrot source code
> > and
15 matches
Mail list logo