[issue13756] Python3.2.2 make fail on cygwin

Luis Marsano report at bugs.python.org
Thu Feb 2 09:32:54 CET 2012


Luis Marsano <luis.marsano at gmail.com> added the comment:

Got it to build. Unpack the Python (3.2.2) source package and apply this patch to get a package that builds on Cygwin (1.7.9), eg:
xz -d patch.xz && tar -xJf Python-3.2.2.tar.xz && patch -p0 -i patch

Changes:
(1) The Makefile, makesetup, and distutils.UnixCCompiler and distutils.command.build_ext modules set values for locating cygwin's python library that didn't agree or make sense during buildtime, so I revised them to agree and use build options that work.
(2) configuration and setup.py couldn't locate cygwin's ncurses headers, so I revised them to do that. I don't think I made that change as portable friendly as possible, so someone please check that and find a better way.

Your input is welcome.

----------
Added file: http://bugs.python.org/file24395/patch.xz

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


More information about the Python-bugs-list mailing list