This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jahangir
Recipients Jahangir, eric.araujo, tarek
Date 2011-11-26.21:59:42
SpamBayes Score 0.019715196
Marked as misclassified No
Message-id <1322344783.33.0.460870481781.issue13486@psf.upfronthosting.co.za>
In-reply-to
Content
msvc9compiler.py aims to generate a manifestation file but it will always fail as MSVC (cl.exe) needs a second /MANIFEST parameter to do so.

This makes the subsequent 'linking' processes fail with the following error:

general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.


http://msdn.microsoft.com/en-us/library/f2c0w594.aspx (default value is NO)
History
Date User Action Args
2011-11-26 21:59:43Jahangirsetrecipients: + Jahangir, tarek, eric.araujo
2011-11-26 21:59:43Jahangirsetmessageid: <1322344783.33.0.460870481781.issue13486@psf.upfronthosting.co.za>
2011-11-26 21:59:42Jahangirlinkissue13486 messages
2011-11-26 21:59:42Jahangircreate