Re: [perl #58354] [PATCH] for the file "parrot.spec"

2008-08-27 Thread Gerd Pokorra
"parrot-config" in parrot.spec should be changed to "parrot_config" or removed so that the file parrot_config goes in the package with the name "parrot". Gerd Pokorra

[perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread Gerd Pokorra
Hello, I am sorry for the late response. I was some days offline. The patch is now in a single patch file (generated with svn diff) and extended a little bit. Gerd Pokorra patch.tar Description: Unix tar archive

Re: [perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread Gerd Pokorra
be changed. for example: $icushared = qq{-licui18n -lalpha\n}; to $icushared = qq{-lalpha\n}; Gerd Pokorra

Re: [perl #60190] [BUG] problems with the compiler-option "-O2" on a 64bit-system

2008-10-31 Thread Gerd Pokorra
Hello, here is some more information. I hope the added command output is useful. Gerd Pokorra [EMAIL PROTECTED] tge]# ../../parrot -g ../../runtime/parrot/library/PGE/Perl6Grammar .pbc --output=TGE/Parser.pir TGE/Parser.pg Segmentation fault [EMAIL PROTECTED] tge]# ../../parrot -t ../../runtime

Re: [perl #60190] [BUG] problems with the compiler-option "-O2" on a 64bit-system

2008-10-31 Thread Gerd Pokorra
Hello, now a new information with backtrace. Gerd Pokorra [EMAIL PROTECTED] tge]$ gdb ../../parrot GNU gdb Fedora (6.8-22.fc9) Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are f

Find out in program code, if a PMC-property is set?

2006-08-25 Thread Gerd Pokorra
if the property is realy set, but I don't know how to do that. Best regards Gerd Pokorra

[PATCH] for languages/perl6/perl6 --tree

2004-11-19 Thread Gerd Pokorra
Hello, by executing the command "perl6 --tree" there is to seen the following error message: [EMAIL PROTECTED] perl6]$ perl ./perl6 --tree -e 'print "alf"'; Can't call method "tree" on an undefined value at ./perl6 line 418. [EMAIL PROTECTED] perl6]$ The problem is that the function $par

Parrot website "souce.html"

2008-05-08 Thread Gerd Pokorra
e topic "Packages" at the link "FedoraCore". Under the FTP-space "ftp://ftp.uni-siegen.de/pub/parrot.rpms/fedora"; I put some parrot-RPMs for i386 and Fedora releases 7, 8 and 9. Gerd Pokorra

How to add a new opcode?

2005-08-09 Thread Gerd Pokorra
For tests I want to add a new opcode to Parrot. I created a file ops/my.ops and do the configuration and make again, but I don't find my opcode in the file lib/Parrot/OpLib/core.pm. How to add a new opcode? Can you give me an example. Gerd Pokorra pokorra[at]uni-siegen.de