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 2008年03月15日 22:35 by trent, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| tk-8.4.16.patch | trent, 2008年03月15日 22:35 | Patch to externals/tk8.4.16 branch. | ||
| tcl-8.4.16.patch | trent, 2008年03月15日 22:36 | Patch to externals/tcl8.4.16 branch. | ||
| Messages (5) | |||
|---|---|---|---|
| msg63566 - (view) | Author: Trent Nelson (trent) * (Python committer) | Date: 2008年03月15日 22:35 | |
Martin, I've attached two patches required in order to get Tcl/Tk 8.4.16 to successfully compile on Windows x64. I haven't included the patch to external-amd64.bat (and pcbuild/readme.txt with updated build instructions) yet as I wanted to confirm how you apply updates to the external/ branch such that the buildbots can pick it up as well. Note that I also dropped a generic standalone sed.exe into tk-8.4.16/win, which is required for reasons that I couldn't be bothered digging into in makefile.vc. You can grab it from http://svn.onresolve.com/external/tags/tcl-8.4.18.1/win/sed.exe. Also, wanted to query the role of 'COMPILERFLAGS=-DWINVER=0x0500' in your recommended nmake flags; do we still need it? I used the following for x64 debug builds: ..\tcl8.4.16\win>nmake -f makefile.vc DEBUG=1 MACHINE=AMD64 INSTALLDIR=../../tcltk64 clean all install And for tk: ..\tk8.4.16\win>nmake -f makefile.vc DEBUG=1 MACHINE=AMD64 TCLDIR=../../tcl8.4.16 INSTALLDIR=../../tcltk64 clean all install Let me know how you want to deal with the tcl/tk patches and then we can look at fixing external-amd64.bat and updating pcbuild/readme.txt. |
|||
| msg63567 - (view) | Author: Trent Nelson (trent) * (Python committer) | Date: 2008年03月15日 22:36 | |
And the tcl patch... |
|||
| msg63589 - (view) | Author: Trent Nelson (trent) * (Python committer) | Date: 2008年03月16日 19:33 | |
Oh, another question, do we use tix for anything anymore? |
|||
| msg63606 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年03月16日 22:13 | |
We still try to ship Tix where possible, not for use within Python itself, but for applications that use it. This goes back to Issue474836. |
|||
| msg63780 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年03月17日 21:17 | |
Sounds good, please apply. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46549 |
| 2008年04月04日 17:58:45 | trent | set | status: open -> closed |
| 2008年03月17日 21:17:07 | loewis | set | assignee: loewis -> trent resolution: accepted messages: + msg63780 |
| 2008年03月16日 22:13:22 | loewis | set | messages: + msg63606 |
| 2008年03月16日 19:33:50 | trent | set | messages: + msg63589 |
| 2008年03月16日 00:25:29 | christian.heimes | set | priority: normal assignee: loewis type: behavior components: + Windows keywords: + 64bit |
| 2008年03月15日 22:36:40 | trent | set | files:
+ tcl-8.4.16.patch messages: + msg63567 |
| 2008年03月15日 22:35:31 | trent | create | |