[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2010-04-25 Thread jn...@jnthn.net via RT
On Mon Dec 07 06:26:06 2009, rblasch wrote: > I think I can reproduce the issue. For a reason I haven't found yet, an > installed parrot's pbc_to_exe runs the following. > > mt.exe -nologo -manifest perl6.exe.manifest > -outputresource:perl6.exe.manifest;1 > > The correct command would be as fol

[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2009-12-07 Thread Ronald Blaschke via RT
I think I can reproduce the issue. For a reason I haven't found yet, an installed parrot's pbc_to_exe runs the following. mt.exe -nologo -manifest perl6.exe.manifest -outputresource:perl6.exe.manifest;1 The correct command would be as follows. mt.exe -nologo -manifest perl6.exe.manifest -output

[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2009-11-28 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #70886] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70886 > i can build parrot just fine, either alone, or via 'perl Configure.pl --gen-parrot'. on wi