https://bz.apache.org/ooo/show_bug.cgi?id=127138
Issue ID: 127138
Issue Type: DEFECT
Summary: Build broken in avmedia on macOS Sierra
Product: General
Version: 4.1.2
Hardware: Mac
OS: Mac OS X 10.12
Status: CONFIRMED
Severity: Critical
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Once configure is fixed to detect Xcode 8, build breaks on avmedia:
In file included from
/Users/ariel/aoo/build/openoffice-svn/branches/AOO413/main/avmedia/source/quicktime/framegrabber.cxx:24:
In file included from ./framegrabber.hxx:27:
./quicktimecommon.hxx:30:9: fatal error: 'QTKit/QTKit.h' file not found
#import <QTKit/QTKit.h>
Apple removed support for building code based QTKit, though at runtime the
framework is still supported; thus, AOO does work on Sierra, but it cannot be
built.
The avmedia macOS plugin should move from QTKit to AV Foundation, see
https://developer.apple.com/library/content/technotes/tn2300/_index.html
--
You are receiving this mail because:
You are the assignee for the issue.