Jason Huntley added the comment:
Hey Guys,
I've furthered the progress of the patch I've been working on. THis patch
builds Python3.3 in mingw64 & msys using gcc 4.7.2 compiler. This patch can
also enable and build the following modules:
ctypes
bz2
multiprocessing
sqlite3
ss
Changes by Jason Huntley :
Removed file: http://bugs.python.org/file28699/py3k-20121227-MINGW.patch
___
Python tracker
<http://bugs.python.org/issue3871>
___
___
Pytho
Jason Huntley added the comment:
Hey Guys,
I've furthered the progress of the patch I've been working on. THis patch
builds Python3.3 in mingw64 & msys using gcc 4.7.2 compiler. This patch can
also enable and build the following modules:
ctypes
bz2
multiprocessing
sqlite3
ss
Jason Huntley added the comment:
Finally! I was able to get all building on mingw64, gcc 4.7.2, and python 3.3.
I had to take everybody's work here a little further, and I have produced a new
patch which will build python33 using the latest minw64 compiler in an msys
environment.
I c
Jason Huntley added the comment:
Finally! I was able to get all building on mingw64, gcc 4.7.2, and python 3.3.
I had to take everybody's work here a little further, and I have produced a new
patch which will build python33 using the latest minw64 compiler in an msys
environment.
I c
Jason Huntley added the comment:
I'm attempting to build Python-3.3.0 with mingw64. I get a minute or two into
the build and fail with this error:
./Include/pythonrun.h:178:1: warning: function declaration isn't a prototype [-W
strict-prototypes]
./Modules/getpath.c: In functi