#52069: wxWidgets-3.0: is not building in 10.12 Sierra beta due to missing QuickTime.h -----------------------------------------+--------------------- Reporter: reactortrip@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: sierra Port: wxWidgets-3.0 wxPython-3.0 | -----------------------------------------+--------------------- Comment (by mojca@…): That's: {{{ ../src/osx/cocoa/mediactrl.mm:52:10: fatal error: 'QTKit/QTKit.h' file not found #include <QTKit/QTKit.h> ^ }}} See http://wxwidgets.10942.n7.nabble.com/Cannot-submit-app-using-wx-to- Mac-App-Store-due-to-QuickTime-API-usage-tp87235p87245.html The `master` branch can switch between the [https://developer.apple.com/library/mac/technotes/tn2300/_index.html deprecated QtKit] and AV Foundation, but that would require backporting quite a bit more code. As a temporary workaround maybe someting like `--disable-mediactrl` in `configure.flags` would help? -- Ticket URL: <https://trac.macports.org/ticket/52069#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X