Re: Compile python with Mingw

2007-07-28 Thread Brian Elmegaard
iwinux <[EMAIL PROTECTED]> writes: > To build python with mingw, there is a common way. > First you should install msys, which can be downloaded from mingw's website. > Run msys and type 'cd /path/to/source'. > Then type "./configure & make & make install". > And you will get a python built with m

Re: Compile python with Mingw

2007-07-27 Thread Ninereeds
Steve Holden wrote: > You are wrong about the compatibility. You can't compile a library with > VC 2005 and run it with a Python compiled with VC 2003. OK, my bad - sorry about that red herring. -- http://mail.python.org/mailman/listinfo/python-list

Re: Compile python with Mingw

2007-07-27 Thread iwinux
[EMAIL PROTECTED] 写道: > Hi all, > > > I was trying to build pymol with mingw on my windows box, but during the > compilation it said that my python.exe was built with VS2003, and in > order to build compatible binary executable file, I have to build pymol > with VS2003. I don't have VS2003, so I

Re: Compile python with Mingw

2007-07-27 Thread Steve Holden
Ninereeds wrote: > [EMAIL PROTECTED] wrote: > >> I don't have VS2003, so I think I may compile both pymol >> and python with mingw. > > Sorry I can't help with mingw, but Microsoft has released a free > version of VC2005, which should be binary compatible with VC2003, I'd > have thought. Of cours

Re: Compile python with Mingw

2007-07-27 Thread Ninereeds
[EMAIL PROTECTED] wrote: > I don't have VS2003, so I think I may compile both pymol > and python with mingw. Sorry I can't help with mingw, but Microsoft has released a free version of VC2005, which should be binary compatible with VC2003, I'd have thought. Of course that means going through the

Compile python with Mingw

2007-07-27 Thread [EMAIL PROTECTED]
Hi all, I was trying to build pymol with mingw on my windows box, but during the compilation it said that my python.exe was built with VS2003, and in order to build compatible binary executable file, I have to build pymol with VS2003. I don't have VS2003, so I think I may compile both pymol and p