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 follows.
> 
> mt.exe -nologo -manifest perl6.exe.manifest -outputresource:perl6.exe;1
> 
> pbc_to_exe in the build directory does the right thing, the installed
> pbc_to_exe does not.
> 
I fixed some aspect of manifest generation a while ago; we do manage to
build on Vista and Win7 now, anyways (and my fixes were after when this
ticket was filed). So I think this one is dealt with; feel free to
re-open if not.

Thanks,

Jonathan

Reply via email to