Tk Source Code

View Ticket
Login
Ticket UUID: 505fe5a0e2a499e2a65981f444ed0013f52e11a5
Title: Tk does not build with enable-aqua options on macOS Mojave 10.14.5
Type: Patch Version: trunk
Submitter: bouvier Created on: 2019-06-24 07:12:58
Subsystem: 83. Mac OS X Build Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Critical
Status: Closed Last Modified: 2019-06-24 10:11:29
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2019-06-24 10:11:29
Description:
Tk does not build with enable-aqua build option on MacOSX.

some Tk def and macro in tk.h are not defined if TCL_MAJOR_VERSION < 9 and TK_NO_DEPRECATED defined ; so tkMacOSXWm.c does not compile.

Change Tk prefix into Tcl in tkMacOSXWm.c make the build unbroken.
User Comments: jan.nijtmans added on 2019-06-24 10:11:29:
Fixed on core-8-6-branch and trunk.

Thanks for the report!

Attachments: