I can build the release ver fine, but the debug build fails with some sort of link error
obj/debug/UserAgentStyleSheetsData.o obj/debug/XPathGrammar.o obj/debug/moc_QtMIMETypeSniffer.o obj/debug/moc_DnsPrefetchHelper.o obj/debug/moc_PluginContainerQt.o obj/debug/qrc_WebCore.o obj/debug/qrc_WebKit.o obj/debug/qrc_InspectorBackendCommands.o ar: libWebCore.a: File truncated make[2]: *** [debug/libWebCore.a] Error 1 make[2]: Leaving directory `/data/dev/qtwebkit-23/WebKitBuild/Debug/Source/WebCore' make[1]: *** [sub-Target-pri-make_default-ordered] Error 2 make[1]: Leaving directory `/data/dev/qtwebkit-23/WebKitBuild/Debug/Source/WebCore' make: *** [sub-Source-WebCore-WebCore-pro-make_default-ordered] Error 2 ===== BUILD FAILED ====== The build failed with exit code 2. This may have been because you - added an #include to a source/header - added a Q_OBJECT macro to a class - added a new resource to a qrc file as dependencies are not automatically re-computed for local developer builds. You may try computing dependencies manually by running 'make qmake' in: /data/dev/qtwebkit-23/WebKitBuild/Debug or passing --makeargs="qmake" to build-webkit. ========================= I did try with --makeargs="qmake", but no difference. Its a clean clone being built from a clean state. -- Lindsay Mathieson
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-qt
