Hello, How do you used to build binaries for windowze? I mean which compilers do you use? mingw32? MS? Ohhh and don't forget win64 ;-) and various python version, like from 2.4 up to 3.1. -- Best regards, Adam GROSZER mailto:agroszer@gmail.com -- Quote of the day: The chief trouble with the church is that you and I are in it. - Charles H. Heimsath
On Wednesday 28 April 2010, Adam GROSZER wrote:
How do you used to build binaries for windowze? I mean which compilers do you use? mingw32? MS? Ohhh and don't forget win64 ;-) and various python version, like from 2.4 up to 3.1.
I did a few releases just using mingw32. I think it is the best we can do for now that scales. As for Python versions, you simply have to installthem all and go through the dance. Regards, Stephan -- Entrepreneur and Software Geek Google me. "Zope Stephan Richter"
On Thu, Apr 29, 2010 at 6:36 PM, Stephan Richter <srichter@cosmos.phy.tufts.edu> wrote:
On Wednesday 28 April 2010, Adam GROSZER wrote:
How do you used to build binaries for windowze? I mean which compilers do you use? mingw32? MS? Ohhh and don't forget win64 ;-) and various python version, like from 2.4 up to 3.1.
I did a few releases just using mingw32. I think it is the best we can do for now that scales. As for Python versions, you simply have to installthem all and go through the dance.
Does mingw32 works for 64 bit also ? Regards, Baiju M
On Thursday 29 April 2010, Baiju M wrote:
I did a few releases just using mingw32. I think it is the best we can do for now that scales. As for Python versions, you simply have to installthem all and go through the dance.
Does mingw32 works for 64 bit also ?
If you can isntall it on 64bit, it should be able to compile to it as well. Regards, Stephan -- Entrepreneur and Software Geek Google me. "Zope Stephan Richter"
Hello Stephan, Thursday, April 29, 2010, 3:45:13 PM, you wrote: SR> On Thursday 29 April 2010, Baiju M wrote:
I did a few releases just using mingw32. I think it is the best we can do for now that scales. As for Python versions, you simply have to installthem all and go through the dance.
Does mingw32 works for 64 bit also ?
SR> If you can isntall it on 64bit, it should be able to compile to it as well. I guess you can install, but it ought to compile still to 32bit. Windoze is a bit crazy on 64bit, as usual. -- Best regards, Adam GROSZER mailto:agroszer@gmail.com -- Quote of the day: You can't expect a person to see eye to eye with you when you're looking down on him. - Bits & Pieces
I summarized (my/our) current knowledge about the requirements of compiling win binaries at http://wiki.zope.org/ztk/CompilingForWindows -- Best regards, Adam GROSZER mailto:agroszer@gmail.com -- Quote of the day: To have a right to do a thing is not at all the same as to be right in doing it. - G.K. Chesterton
participants (3)
-
Adam GROSZER -
Baiju M -
Stephan Richter