[issue18397] Python with MinGW

2018-07-19 Thread Martin Panter


Change by Martin Panter :


--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> mingw-meta: build interpeter core

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2014-07-14 Thread Mark Lawrence

Mark Lawrence added the comment:

Nothing has been done with #17605 or the associated issues to my knowledge.  
I've no idea as to whether or not the originator will be picking them up again 
or if he is open to another user picking them up.  I do know that there are 56 
open issues with mingw in the title.

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-17 Thread Václav Šmilauer

Václav Šmilauer added the comment:

@David  others: mingw build is covered in detail under issue17605 by Roumen 
Petrov.

--
nosy: +eudoxos

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread Friedrich Spee von Langenfeld

Friedrich Spee von Langenfeld added the comment:

@ Christian Heimes
Thank you for your hint. Martin v. Löwis made an interesting commend, if his 
way succeed, it would be worth considering to make a paragraph in the devguide 
how to build Python with MinGW. The way Forward depends on the results.

@ Martin v. Löwis
I've tried the Unix configure under MinGW. It failed.
I've written it in the appended file with:
$ cd C:/MinGW/python_mercurial
$ ./configure  configure_test.txt

--
components:  -Build, Windows
Added file: http://bugs.python.org/file30875/configure_test.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread Christian Heimes

Christian Heimes added the comment:

Please install awk and try again.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread Friedrich Spee von Langenfeld

Friedrich Spee von Langenfeld added the comment:

I've installed the MSYS gawk Utility and configure succeeded (thank you!), but 
now make failed. Should I upload the entire log file or ony the error messages?

--
Added file: http://bugs.python.org/file30876/make_test.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread R. David Murray

R. David Murray added the comment:

I believe there are open (and some closed) issues in this tracker related to 
mingw support, though many of them are for support for compiling extensions 
using mingw, which is actually a harder problem.  They will probably provide 
clues if nothing else.  What we probably lack is a core developer with the time 
and desire to review and commit the patches.  If I remember correctly someone 
started trying to sort the proposals into small enough patches to make review 
practical.  With another pair of eyes doing review, testing, and sorting, the 
chances of making progress would be increased.

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread Martin v . Löwis

Martin v. Löwis added the comment:

@David: I don't think any of the other open issues actually addresses building 
Python with mingw (but I may misremember).

@Friedrich: This is only going to be productive if you are willing to look into 
the issues yourself, and propose changes. If I had time to look into this issue 
(which I don't), it would be much easier for me to reproduce and fix the 
problem, than to wait for you to report the next problem. Be prepared that this 
task may take several days (or even weeks) of work. If you merely keep 
reporting the problems you find, expect people to lose interest quickly.

As for the specific problem (make_test.txt): MS_WINDOWS needs to get defined 
somehow (I think), and then EALREADY etc ought to come from winsock2.h (see 
exceptions.c around line 2360).

Try replacing the generated pyconfig.h with PC/pyconfig.h to see whether that 
gets you further.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread R. David Murray

R. David Murray added the comment:

@Martin: you are probably correct, though I think there was at least one closed 
issue that did deal with mingw/msys build.  As I recall it wasn't coherent 
enough to produce useful patches, but may have some clues.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-09 Thread Roumen Petrov

Changes by Roumen Petrov bugtr...@roumenpetrov.info:


--
nosy: +rpetrov

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-07 Thread Friedrich Spee von Langenfeld

New submission from Friedrich Spee von Langenfeld:

I think, there are some users which are going to compile Python, but disagree 
with the restriction of Visual Studio (use only with account after 90 days). 
Should we provide makefiles to compile Python with MinGW (this could be easily 
done with the Export function of Visual Studio, see 
http://oldwiki.mingw.org/index.php/ConvertVisualStudioWorkspace for Details)? 
Or should we provide a CMakeList.txt to give the user the ability to make his 
own makefiles?

--
components: Build
messages: 192585
nosy: Friedrich.Spee.von.Langenfeld
priority: normal
severity: normal
status: open
title: Python with MinGW

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-07 Thread Christian Heimes

Christian Heimes added the comment:

The bug tracker isn't the best place to discuss such matters. Please open a 
discussion on the python-ideas mailing list if you are interested in improving 
the situation.

Hint: New Windows developers are always welcome. We don't have that many... :)

--
components: +Windows
nosy: +christian.heimes
type:  - enhancement
versions: +Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18397] Python with MinGW

2013-07-07 Thread Martin v . Löwis

Martin v. Löwis added the comment:

The best way would be if the standard Unix configure succeeded under 
MingW/msys. Did you actually try whether that worked?

--
nosy: +loewis

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18397
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com