"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
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
be changed.
for example:
$icushared = qq{-licui18n -lalpha\n};
to
$icushared = qq{-lalpha\n};
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
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
if the property is realy set,
but I don't know how to do that.
Best regards
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
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
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