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.
Created on 2013年03月31日 19:56 by rpetrov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| 0008-MINGW-add-srcdir-PC-to-CPPFLAGS.patch | rpetrov, 2013年03月31日 19:56 | |||
| 0007-MINGW-add-srcdir-PC-to-CPPFLAGS.patch | rpetrov, 2014年08月03日 06:12 | status on 2014年08月02日 | ||
| move-errmap.patch | martin.panter, 2016年03月10日 11:49 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg185657 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2013年03月31日 19:56 | |
split of issue3871. May be best solution is to move "errmap.h" from PC/ to Objects/ and to use platform specific filename. |
|||
| msg261496 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2016年03月10日 11:49 | |
Yes it makes more sense to me to move the file to a common directory. That should avoid any potential conflict with pyconfig.h. What did you mean by a platform-specific filename? Here is a patch to move the file. I have not tested regenerating it however, so it would be good to get some feedback on that. I don’t have a Windows etc setup to check if I have broken anything. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:43 | admin | set | github: 61797 |
| 2021年10月21日 10:00:32 | iritkatriel | set | resolution: duplicate -> wont fix |
| 2021年10月20日 12:48:33 | iritkatriel | set | status: open -> closed superseder: MinGW is unsupported - close all open issues and list them here. resolution: duplicate stage: patch review -> resolved |
| 2016年03月11日 21:04:42 | martin.panter | link | issue17605 dependencies |
| 2016年03月10日 11:49:32 | martin.panter | set | files:
+ move-errmap.patch components: + Windows, - Cross-Build title: mingw: add $srcdir/PC to CPPFLAGS -> mingw: Allow Objects/exceptions.c to include "errmap.h" nosy: + paul.moore, tim.golden, martin.panter, zach.ware, steve.dower messages: + msg261496 stage: patch review |
| 2014年08月03日 06:12:34 | rpetrov | set | files: + 0007-MINGW-add-srcdir-PC-to-CPPFLAGS.patch |
| 2013年03月31日 19:56:39 | rpetrov | create | |