[New-bugs-announce] [issue13486] msvc9compiler.py doesn't properly generate manifest files.

Jahangir report at bugs.python.org
Sat Nov 26 22:59:43 CET 2011


New submission from Jahangir <j4hangir at yahoo.com>:

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)

----------
assignee: tarek
components: Distutils
files: msvc9compiler.py.diff
keywords: patch
messages: 148424
nosy: Jahangir, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: msvc9compiler.py doesn't properly generate manifest files.
type: compile error
versions: Python 3.2
Added file: http://bugs.python.org/file23787/msvc9compiler.py.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13486>
_______________________________________


More information about the New-bugs-announce mailing list