我尝试使用qt-opensource-mac-x64-clang-5.4.0-beta.dmg
with 构建一个极简主义框架:
./configure -silent -nomake examples -nomake tests -platform macx-clang
但构建过程惨遭失败:
../../../src/3rdparty/chromium/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm:891:26: error: cannot initialize a parameter of type 'id<NSFileManagerDelegate>' with an rvalue of type 'PtrType' (aka 'ChromiumWebCoreObjCWebScrollbarPainterDelegate *')
[painter setDelegate:m_verticalScrollbarPainterDelegate.get()];
git 中的最新来源也给出了这个错误,即使我用-skip qtwebkit -skip qtwebkit-examples
. 任何想法如何让它工作?