Dear Rakuders,
I'm trying to build rakudo star 2020.11 . After git'ng rakudo to c:\rakuo,
I ...
C:\rakudo>perl ./Configure.pl --gen-parrot
--gen-parrot-option=--optimize [same thing happens without the --optimize]
This successfully retrieves parrot with git, and gets deeply into the build
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/9/10 17:52 , Tarmo Pikaro wrote:
> I would like to head into new natural language direction
> - making language to be partly natural (can be
> used in everyday communication) and partly constructed
> (can execute as a program) - some ideas are wr
To answer my own question:
I found I could get passed this error by building in a Cygwin context.
(The problem may have been a mixup [on the part of cmd.exe] about whether
the filesystem separator is / or \ )
Thank you
Peter Schwenn
-- Forwarded message --
From: Peter Schwenn
Dear Rakuders,
Right near the end of a parrot + perl6 build (parrot apparently build
sucessfully), I get:
/bin/cp compilers/data_json/data_json.pbc
runtime/parrot/languages/data_json/data_json.pbc
./parrot.exe -o parrot_nci_thunk_gen.pbc tools/dev/nci_thunk_gen.pir
./parrot.exe -o pbc_to_exe.p
Hi Peter,
On 12/11/2010 10:40 PM, Peter Schwenn wrote:
> 2 [main] parrot 3756 C:\rakudo\parrot\parrot.exe: *** fatal error -
> unable to remap \\?\C:\rakudo\parrot\runtime\parrot\dynext\os.dll to same
> address as parent: 0x32 != 0x34
That looks like a general cygwin problem, if
http
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/9/10 13:43 , yary wrote:
> I see a pattern - the libs not found have a version number. They
> should also be removed (along with the .so), let the linker determine
> the version. How it will decide between 4.7 and 4.8 when you tell it
> to load l
# New Ticket Created by Solomon Foster
# Please include the string: [perl #80574]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=80574 >
colomon: rakudo: my @a := -> { rand, rand } ... *; say @a[0]
p6eval: rakudo : OUTPUT«0