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.

classification
Title: Omits MACHINE and DEBUG when building tix8.4.3
Type: Stage:
Components: Build Versions: 3rd party
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, ocean-city
Priority: low Keywords: patch

Created on 2009-01-04 20:06 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_mak_in_tix.patch ocean-city, 2009-01-04 20:06
Messages (4)
msg79083 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2009-01-04 20:06
Currently, to install tix we need long command like this.

nmake -f python.mak TCL_MAJOR=8 TCL_MINOR=5 TCL_PATCH=2 MACHINE=IX86 
DEBUG=0 INSTALL_DIR=..\..\tcltk install

This patch enables us to omit MACHINE and DEBUG. (Precisely, can omit 
MACHINE if CPU is i386)

This patch is for http://svn.python.org/projects/external/tix-8.4.3.1
msg116568 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-09-16 16:12
Is the attached patch still valid?
msg116579 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2010-09-16 17:33
I think so, because TIX version built with python is not changed.

Anuway, I'm using PC/VC6/build_tkinter.py to build TCL/TK and TIX,
so I myself do not need this patch so much.

Please feel free to close this issue.
msg116580 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2010-09-16 17:34
Of cource, I'm happy if anyone needs this patch. ;-)
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49087
2010-09-16 18:09:57BreamoreBoysetstatus: open -> closed
resolution: out of date
2010-09-16 17:34:50ocean-citysetmessages: + msg116580
2010-09-16 17:33:41ocean-citysetmessages: + msg116579
2010-09-16 16:12:47BreamoreBoysetnosy: + BreamoreBoy
messages: + msg116568
2009-01-04 20:06:53ocean-citycreate