Re: Success Natively Compiling Python-2.3.4 in Mingw?

From: A. B., Khalid (abkhd_at_earth.co.jp)
Date: 09/17/04


Date: 16 Sep 2004 16:20:56 -0700


"Fernando Libonati" <libonati@estudios-electricos.com.ar> wrote in message news:<mailman.3369.1095259442.5135.python-list@python.org>...
> Hello, after read your message I put hands on work and try to get
> python2.3.4 sources compiled with DevC++4.9.9 and I've failed.
>
> Could you explain a bit more especifically how to get the .dsp / .dsw files
> into work?
>
> Regards, Fernando

Hello Fernando,

Well, check out the pyMinGW patch here:
http://jove.prohosting.com/iwave/ipython/pyMinGW.html

It has the make files and the patches to Python source needed to get
Python compiled under MinGW. I have removed the ".dev" project files
to make the download smaller and hence, I think, streamlined the whole
build process to make it easier. Now it is all make files.

The update you will see is not the same one I got my own private copy
of the MinGW compiled Python back in June compiled with. At any rate
the point is that the current public pyMinGW patch is not yet 100%
complete. But since the last update, however, some good progress was
made and I think very shortly, God willing, there will be a very good
and working pyMinGW patch for Python 2.4a3, and Python 2.3 Final. If
you cannot wait, then download the current pyMinGW and see what
happens.

Regards
Khalid

--
Q. The purpose of life?
[A]: "I created the jinn and humankind only that they might 
     worship Me." (Translation, Qur'an, 51:56)
[B]: "Let us hear the conclusion of the whole matter: 
     Fear God, and keep his commandments: for this is the 
     whole duty of man." (KJV, Ecclesiastes 12:13)


Relevant Pages

  • Re: sync dirs
    ... I've used that several times with great satisfaction, and it's fairly low-end - all you need is an FTP server at the other end. ... installer (or, at least, I have it somehow in my Windows Python 2.4, but ... not in my Cygwin Python 2.4. ...
    (comp.lang.python)
  • Re: Interpreter problem
    ... Of course you could just read and write the file in Python in text mode, that might get rid of the returns. ... There's probably a vim mode you can set to display the extraneous characters - it normally screams "^M" at me for files with carriage returns in them. ...
    (comp.lang.python)
  • Re: is this data structure build-in or Ill have to write my own class?
    ... assert dict.items==a ... structure of Python. ... - maintain the order (for iter and print) ...
    (comp.lang.python)
  • Re: Generating .pyc/.pyo from a make file
    ... > distribution strategy would be to have the installation program generate ... Steve ... Meet the Python developers and your c.l.py favorites March 23-25 ...
    (comp.lang.python)
  • Re: goto
    ... > what is the equivalent of C languages' goto statement in python? ... > best regards ... And here is a Python equivalent using exception handling: ...
    (comp.lang.python)