Re: Building Perl6 on Windows (7) -- gmake finds ...... empty

2010-12-17 Thread Saravanan Thiyagarajan
See my twitter id : http://www.twitter.com/perlsaran .I did blogging a year back by discussing with @carlmasak go down below.. Start from : Started to tweet my difficulties and experience faced in contributing for #perl6 #parrot

Re: Building Perl6 on Windows (7) -- gmake finds ...... empty

2010-12-15 Thread Ronald Blaschke
On 2010-12-11 20:17, Peter Schwenn wrote: [snip] > .\miniparrot.exe -Iruntime/parrot/include config_lib.pir > > runtime/parrot/include/config.fpmc > gmake: *** [runtime/parrot/include/config.fpmc] Error -1073741819 That's bad, because -1073741819 == 0xC005 == ACCESS_VIOLATION. [snip] Ron

Re: Building Perl6 on Windows (7) -- gmake finds ...... empty

2010-12-11 Thread Peter Schwenn
Date: Sat, Dec 11, 2010 at 2:17 PM Subject: Building Perl6 on Windows (7) -- gmake finds .. empty To: perl6-compi...@perl.org 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-

Building Perl6 on Windows (7) -- gmake finds ...... empty

2010-12-11 Thread Peter Schwenn
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