Issue 27795: Cygwin compile errors (original) (raw)

Created on 2016-08-18 14:32 by kb1000, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg273031 - (view) Author: kb1000 (kb1000) * Date: 2016-08-18 14:32
If I try to compile Python 3.5 with Cygwin, I get a lot of errors.
msg273034 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2016-08-18 14:42
Yes, we know :( There are a lot of issues in this tracker about mingw and cygwin. If you can help review them, that would be fantastic.
msg273449 - (view) Author: kb1000 (kb1000) * Date: 2016-08-23 14:02
I can configure only after I have run autoconf and autoheader, then I can configure it without args, then when you run make you can see specific errors.
msg273450 - (view) Author: kb1000 (kb1000) * Date: 2016-08-23 14:06
If I run cygwin 32 bit and self-compiled 32 bit python or _freeze_importlib on a 64 bit computer, I'm getting a Fatal Python error.
msg273457 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2016-08-23 14:43
Please deal with specific errors. As I said there are a number of specific reports already, so a generic "it doesn't work" issue is not useful. If you identify a specific issue for which there is not already an open bug report, please open a new issue for it with specifics. Even better if you can suggest a solution.
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 71982
2016-08-23 14:43:59 r.david.murray set status: open -> closedresolution: duplicatemessages: +
2016-08-23 14:06:32 kb1000 set messages: +
2016-08-23 14:02:40 kb1000 set status: closed -> openresolution: duplicate -> (no value)messages: +
2016-08-18 14:42:04 r.david.murray set status: open -> closednosy: + r.david.murraymessages: + resolution: duplicatestage: resolved
2016-08-18 14:32:49 kb1000 create