This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonny
Recipients amaury.forgeotdarc, eric.araujo, jonny, loewis, rpetrov
Date 2010-12-07.07:13:06
SpamBayes Score 1.1769474e-12
Marked as misclassified No
Message-id <1291705988.17.0.0770786888913.issue10615@psf.upfronthosting.co.za>
In-reply-to
Content
> However, if the patch doesn't manage to make "configure;make" work, it's IMO useless.
No, it's not, for two reasons:
- Embedding Python by just compiling/linking all the .c files in seems to be a major feature to me; so fixing compilation is useful for its own
- The win32 build system has never used "configure;make", but a Visual Studio project file; so why require it for a MinGW build?!

> Having "make install" work in some form would be desirable.
It would be a "nice to have". But there is one thing: The patch in its current form is trivial and next to impossible to break anything, yet I'm sure it's useful for a number of people. It's a result of work done within the company I'm working for. Submitting the patch does not have an immediate benefit for my company, it only will save me a (short!) amount of time because I will not to have to re-apply the patch for every new Python release. This time saving is the only justification for spending some working time to try to get it into the official tree.

As I have the feeling that all the discussion (which for the major part I used my spare time already...) is taking too much time, I will stop doing it as part of my job. As I'm privately interested in open source projects, I will continue to have a look at fixing "configure;make" for MinGW; but given my very limited spare time, this might take some weeks...
History
Date User Action Args
2010-12-07 07:13:08jonnysetrecipients: + jonny, loewis, amaury.forgeotdarc, eric.araujo, rpetrov
2010-12-07 07:13:08jonnysetmessageid: <1291705988.17.0.0770786888913.issue10615@psf.upfronthosting.co.za>
2010-12-07 07:13:06jonnylinkissue10615 messages
2010-12-07 07:13:06jonnycreate