Re: [RELEASE] Parrot 0.1.2 "Phoenix" Released!

2005-03-06 Thread Alberto Manuel Brandao Simoes
Ok, this might be useless, but maybe you like to know: All tests successful, 1 test and 64 subtests skipped. Files=135, Tests=2252, 798 wallclock secs (299.99 cusr + 96.80 csys = 396.79 CPU) On a PIII 1Ghz/256MB RAM, running Slackware Linux Cheers, Alberto Leopold Toetsch wrote: On behalf of the

Re: ICU Outdated - Ideas

2004-08-03 Thread Alberto Manuel Brandao Simoes
Although I sent this ideas to this list, with another subject, here they go again to enter in the correct thread. I think that to have ICU included both in CVS and tarballs created for parrot is not the best way. I know Dan (and maybe some others) do not want to depend on too much libraries. Th

Status of the ICU problem...

2004-04-12 Thread Alberto Manuel Brandao Simoes
All tests successful, 84 subtests skipped. Files=100, Tests=1498, 517 wallclock secs (263.66 cusr + 68.59 csys = 332.25 CPU) Cheers :-D Alberto

Re: ICU fixed

2004-04-12 Thread Alberto Manuel Brandao Simoes
OK, make clean != make realclean :-) Passed that problem. Thanks Alberto Dan Sugalski wrote: At 5:21 PM +0100 4/12/04, Alberto Manuel Brandao Simoes wrote: ICU_DATA=../data/out/build LD_LIBRARY_PATH=../common:../i18n:../tools/toolutil:../layout:../layoutex:../extra/ustdio:../tools/ctestfw

Re: ICU fixed

2004-04-12 Thread Alberto Manuel Brandao Simoes
ICU_DATA=../data/out/build LD_LIBRARY_PATH=../common:../i18n:../tools/toolutil:../layout:../layoutex:../extra/ustdio:../tools/ctestfw:../data/out:../data:../stubdata/:$LD_LIBRARY_PATH ../tools/genrb/genrb -k -q -p icudt26l -s ../data/locales -d ../data/out/build it_IT_PREEURO.txt ICU_DATA=../da

Re: ICU bug some places

2004-04-12 Thread Alberto Manuel Brandao Simoes
Dan, as soon as you put the patch in, say so I can update cvs and re-test. Thanks Alberto Dan Sugalski wrote: According to the IBM website, ICU triggers a GCC bug in the gcc 3.x series--you can't compile with the -O2 optimization setting. -O3 works. I'll put a patch in.

Re: Build problems in i386 linux

2004-04-11 Thread Alberto Manuel Brandao Simoes
Here we go, It's probably okay. It's alright to close the fd after the mmap, and it's not really calling mmap twice--it's just the debugger trying to follow the optimized code. OK, Just my ignorance :-) Hmm, so it's looking like the error message may be genuine, in that the problem it's havi

Re: Build problems in i386 linux

2004-04-11 Thread Alberto Manuel Brandao Simoes
Jeff, I am a little lost in that code as you might imagine :-) BTW, the HAVE_MMAP is defined. I set a breakpoint at "uprv_mapFile_2_6", and here is some of the gdb debug... [New Thread 16384 (LWP 942)] [Switching to Thread 16384 (LWP 942)] Breakpoint 1, uprv_mapFile_2_6 (pData=0xbfffd9e0,

Re: Build problems in i386 linux

2004-04-11 Thread Alberto Manuel Brandao Simoes
Some more info... Jeff Clites wrote: On Apr 11, 2004, at 7:12 AM, Alberto Manuel Brandao Simoes wrote: If it's still failing, then something else is going on. If it is, then there's one more thing to try: 1) cd into icu/source/data/out/build 2) Execute this (which will create ja.res i

Re: Build problems in i386 linux

2004-04-11 Thread Alberto Manuel Brandao Simoes
Here it goes... It's odd, but try this: 1) cd into icu/source/data 2) Edit the Makefile. Look for this: $(BUILDDIR)/$(ICUDT)%.res: $(INDEX_FILES) $(TOOLDIR)/genrb/genrb$(EXEEXT) ICU_DATA=$(BUILDDIR) $(INVOKE) $(TOOLDIR)/genrb/genrb $(GENRBOPTS) -p $(ICUDATA_PLATFORM_NAME) -d $(BUILDDIR

Build problems in i386 linux

2004-04-10 Thread Alberto Manuel Brandao Simoes
Hi I am not needing parrot (just checking its state) but compilation failed. Don't know if it is expected or not. In any case, this might be useful: ../data/locales/ja.txt:15: parse error. Stopped parsing with U_INVALID_FORMAT_ERROR couldn't parse the file ja.txt. Error:U_INVALID_FORMAT_ERROR

Compiling parrot, cvs head

2004-02-13 Thread Alberto Manuel Brandao Simoes
I know head can not compile at all, but maybe this can help to know that the following tests fail on my Slackware Linux: t/pmc/signalNOK 2# Failed test (t/pmc/signal.t at line 44) t/pmc/signalNOK 4# Failed test (t/pmc/signal.t at line 44) t/pmc/signalok

Re: Parrot vs .NET

2001-11-15 Thread Alberto Manuel Brandao Simoes
On Thu, Nov 15, 2001 at 02:36:54PM +, Simon Cozens wrote: | On Thu, Nov 15, 2001 at 01:36:34PM +, Alberto Manuel Brandao Simoes wrote: | > I had a conference about .NET and, what a surprise... this big title is | > only another virtual machine. I don't know what .MONO is t

Parrot vs .NET

2001-11-15 Thread Alberto Manuel Brandao Simoes
Hello! I had a conference about .NET and, what a surprise... this big title is only another virtual machine. I don't know what .MONO is trying to do, but isn't Parrot something like .NET, and usable that way? Cheers, and continue parroting :) Alberto -- f u cn

Re: Parrot vs JVM

2001-11-12 Thread Alberto Manuel Brandao Simoes
On Mon, Nov 12, 2001 at 12:35:00PM +, Simon Cozens wrote: | On Mon, Nov 12, 2001 at 11:39:44AM +, Alberto Manuel Brandao Simoes wrote: | > I'm on the work of writting something about virtual machines | > and I would like to know if there is any report on differences | &g

Parrot vs JVM

2001-11-12 Thread Alberto Manuel Brandao Simoes
Hello! I'm on the work of writting something about virtual machines and I would like to know if there is any report on differences between JVM and parrot... and if there is any web document about perl5 VM. Cheers Alberto -- f u cn rd ths, u cn gt a gd jb n cmpt

TODO

2001-10-11 Thread Alberto Manuel Brandao Simoes
Here is a simple script (I hope it works) to grep instructions that are not implemented. Cheers Alberto -- | Alberto Manuel Brandão Simões | | [EMAIL PROTECTED] | | http://numexp.sourceforge.net | #!/usr/bin/perl -w $file2grep = "docs/parrot_assembly.pod"; $opcode

Mais um

2001-10-11 Thread Alberto Manuel Brandao Simoes
One more example... this time to calculate the maximum common divisor. One more question... does jsr working? I can't use it... And, finally... can anybody explain the argument to return? Thanks.. Cheers -- | Alberto Manuel Brandão Simões | | [EMAIL PROTECTED

Re: Sugestion

2001-10-10 Thread Alberto Manuel Brandao Simoes
On Wed, Oct 10, 2001 at 11:53:29AM -0400, Dan Sugalski wrote: ( At 04:21 PM 10/10/2001 +0100, Alberto Manuel Brandao Simoes wrote: ( ( > Hello! ( > ( > I'm new to parrot (2 days) but it is grabbing me :) My first ( >suggestion would be to create a directory to pu

Sugestion

2001-10-10 Thread Alberto Manuel Brandao Simoes
Hello! I'm new to parrot (2 days) but it is grabbing me :) My first suggestion would be to create a directory to put virtual machine code, as Parrot assembler has it own. Soon I'll ask for CVS access... :) Cheers Albie -- | Alberto Manuel Brandão Simõ