[Patches] [ python-Patches-1088716 ] msi.py patch to build mingw
library
SourceForge.net
noreply at sourceforge.net
Tue Dec 21 00:05:01 CET 2004
Patches item #1088716, was opened at 2004-12-20 23:01
Message generated for change (Settings changed) made by pmoore
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1088716&group_id=5470
Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Moore (pmoore)
>Assigned to: Martin v. Löwis (loewis)
Summary: msi.py patch to build mingw library
Initial Comment:
The attached patch updates the MSI build process to
build a mingw-compatible libpythonXX.a and install it
in the Python "libs" directory.
The additional step requires 2 executables, nm and
dlltool, to be available on PATH. These are part of the
binutils package of either mingw or cygwin. The build
should warn, and skip the inclusion of libpythonXX.a,
if the tools are not available.
Note: I do not have a Python build environment (no
Visual Studio .NET) and so cannot test this patch fully
- the msi.py script depends on VS.NET registry keys
that aren't available on my PC. I've checked that
libpythonXX.a is built correctly, but I can't ensure
that the MSI file gets built properly :-( Assistance in
testing this would be appreciated...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1088716&group_id=5470
More information about the Patches
mailing list