Message331643
| Author | steve.dower |
|---|---|
| Recipients | miss-islington, ned.deily, paul.moore, ronaldoussoren, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware |
| Date | 2018-12-11.18:34:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544553271.44.0.788709270274.issue35402@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I pushed the raw Tcl and Tk sources for 8.6.9.0 to cpython-source-deps, but it looks like we need some patches to be able to build on Windows (the X11 headers #define some names that the Windows headers want to use as struct members). So far I've needed to #undef and redefine None and ControlMask around #include <Windows.h> in winmain.c and tkWin.h, but I think that will be enough. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-11 18:34:31 | steve.dower | set | recipients: + steve.dower, terry.reedy, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, serhiy.storchaka, miss-islington |
| 2018-12-11 18:34:31 | steve.dower | set | messageid: <1544553271.44.0.788709270274.issue35402@psf.upfronthosting.co.za> |
| 2018-12-11 18:34:31 | steve.dower | link | issue35402 messages |
| 2018-12-11 18:34:31 | steve.dower | create | |