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 Luis.Marsano
Recipients Luis.Marsano, eric.araujo, holgerd00d, loewis, mhammond
Date 2012-02-02.08:32:53
SpamBayes Score 8.650308e-08
Marked as misclassified No
Message-id <1328171574.85.0.914749516082.issue13756@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-02 08:32:55Luis.Marsanosetrecipients: + Luis.Marsano, loewis, mhammond, eric.araujo, holgerd00d
2012-02-02 08:32:54Luis.Marsanosetmessageid: <1328171574.85.0.914749516082.issue13756@psf.upfronthosting.co.za>
2012-02-02 08:32:54Luis.Marsanolinkissue13756 messages
2012-02-02 08:32:53Luis.Marsanocreate