On Tue, Aug 2, 2011 at 9:15 AM, sunny shah <[email protected]> wrote: > Hi,
Hi Sunny. > Disabling svg ( I disable svg from compilation because it gives faster > compilation ) gives below error > ../../WebCore/generated/JSHTMLFrameElement.cpp: In function > 'JSC::EncodedJSValue > WebCore::jsHTMLFrameElementPrototypeFunctionGetSVGDocument(JSC::ExecState*)': > ../../WebCore/generated/JSHTMLFrameElement.cpp:398: error: 'class > WebCore::HTMLFrameElement' has no member named 'getSVGDocument' > ../../WebCore/generated/JSHTMLFrameElement.cpp:402: error: 'class > WebCore::HTMLFrameElement' has no member named 'getSVGDocument' > I am using QtWebkit 2.2 beta source code, please let me know how to resolve > this issue. Mine is working (git as of today). I used the following command-line to build: Tools/Scripts/build-webkit --no-svg --qt I noticed that your error is related to generated sources. If you used an incremental build (just typed make), it may not have worked because of a recent patch (the build-system is not very robust regarding changes that affect the generated sources). Please test a clean build with today's git and if the error persists, either open a bug or send me the full logs of your build (in private). I'll investigate. Thanks, - Ademar -- Ademar de Souza Reis Jr. <[email protected]> Nokia Institute of Technology _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
