classification
Title: compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4
Type: Stage:
Components: Build, Windows Versions: Python 3.1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, lopgok
Priority: normal Keywords:

Created on 2009-11-28 05:41 by lopgok, last changed 2010-08-10 11:41 by flox.

Files
File name Uploaded Description Edit
the_diff.txt lopgok, 2009-11-28 05:41
Messages (2)
msg95784 - (view) Author: jeff deifik (lopgok) Date: 2009-11-28 05:41
In order to compile 3.1.1 with the cygwin environment, it was necessary
to edit Modules/main.c after running configure

There are a few tests that still fail when running 'make test', but
overall, python 3.1.1 works fine.

Included is the context diff.
msg112894 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-04 21:03
If I'm reading the patch correctly it comments out three defined(__CYGWIN__).  Any opinions on this from Windows or Cygwin users?
History
Date User Action Args
2010-08-10 11:41:02floxsetnosy: lopgok, BreamoreBoy
components: + Windows
2010-08-04 21:03:05BreamoreBoysetnosy: + BreamoreBoy
messages: + msg112894
2009-11-28 05:41:11lopgokcreate