[webkit-qt] Can't build debug QtWebKit-2.3

Lindsay Mathieson lindsay.mathieson at gmail.com
Thu Nov 1 21:29:49 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20121102/71817de8/attachment.sig>


More information about the webkit-qt mailing list