I'm forwarding this to the parrot folks in the hopes that they have a better idea of what might be going on.
Cheers, Moritz On 01/16/2011 12:02 AM, Peter Schwenn wrote: > Perl 6'rs > > I'm gmake'ing parrot under Windows 7 64-bit, preparatory to building rakudo. > > I'm using the latest parrot and rakudo via git. > > My perl is latest stawberry/vanilla perl. > > parrot: perl Configure.pl runs fine, but > > parrot: gmake runs on quite awhile without problems but finishes with: > > > "C:/rakudo/parrot\libparrot.dll" -lmoldname -lkernel32 -luser32 -lgdi32 > -lwins > pool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid > -lws2_ > 32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -lgmp > if exist .\miniparrot.exe.manifest mt.exe -nologo -manifest > .\miniparrot.exe.man > ifest -outputresource:.\miniparrot.exe;1 > .\miniparrot.exe -Iruntime/parrot/include config_lib.pir > > runtime/parrot/includ > e/config.fpmc > gmake: *** [runtime/parrot/include/config.fpmc] Error -1073741819 > > > There is a slight difference (at the same point of failure) if I run, > instead: > > rakudo: perl Configure.pl --gen-parrot , namely the added diagnostic > phrase "config.fpmc is truncated; remove it and re-run make" - but doing > that changes nothing. > > > Any ideas? > nn > Peter Schwe >