Re: Parrot on mobile platforms?

2008-10-22 Thread Gabor Szabo
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

build error

2007-08-30 Thread Gabor Szabo
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

Re: build error

2007-08-30 Thread Gabor Szabo
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

perl Configure.pl --gc=malloc does not build either

2007-08-31 Thread Gabor Szabo
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

[PATCH] don't allow invalid --gc options

2007-09-01 Thread Gabor Szabo
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

Re: Build Farm

2007-09-01 Thread Gabor Szabo
> 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/

Re: [PATCH] don't allow invalid --gc options

2007-09-01 Thread Gabor Szabo
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

[PATCH] don't allow invalid --gc options (2nd try)

2007-09-01 Thread Gabor Szabo
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' ) {

Re: [PATCH] don't allow invalid --gc options

2007-09-02 Thread Gabor Szabo
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

Re: [perl #45137] [TODO] Add a revision control test in Configure.pl

2007-09-03 Thread Gabor Szabo
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

Re: Parrot configuration system: weaknesses and strengths

2007-09-18 Thread Gabor Szabo
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

Workshop and Hackathon in Israel

2007-10-01 Thread Gabor Szabo
it ASAP so we'll see how many international guests to expect. regards Gabor -- Gabor Szabo http://www.szabgab.com/

Re: the future of testing

2008-01-10 Thread Gabor Szabo
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 >

How to build Rakudo - the site is currently broken

2008-03-03 Thread Gabor Szabo
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

Re: How to build Rakudo - the site is currently broken

2008-03-03 Thread Gabor Szabo
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