#37016: tk: NSApplicationPresentationAutoHideDock undeclared (first use in this function) -------------------------------+------------------- Reporter: nonstop.server@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: tk | -------------------------------+------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => mww@… * cc: mww@… (removed) Comment: {{{ .../tk8.5.13/unix/../macosx/tkMacOSXWm.c:6332: error: ‘NSApplicationPresentationAutoHideDock’ undeclared (first use in this function) .../tk8.5.13/unix/../macosx/tkMacOSXWm.c:6332: error: (Each undeclared identifier is reported only once .../tk8.5.13/unix/../macosx/tkMacOSXWm.c:6332: error: for each function it appears in.) .../tk8.5.13/unix/../macosx/tkMacOSXWm.c:6332: error: ‘NSApplicationPresentationAutoHideMenuBar’ undeclared (first use in this function) }}} Indeed, NSApplicationPresentationAutoHideDock is part of the KioskMode APIs available only in OS X 10.6 and later. Sorry. If you wish Tk to remain compatible with OS X 10.5, you'll have to report the problem to the developers of Tk. -- Ticket URL: <https://trac.macports.org/ticket/37016#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS