[webkit-qt] compilation fails with --no-svg flag

Ademar Reis ademar.reis at openbossa.org
Tue Aug 2 06:12:18 PDT 2011


On Tue, Aug 2, 2011 at 9:15 AM, sunny shah <sunny.cpp at gmail.com> 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. <ademar.reis at openbossa.org>
Nokia Institute of Technology


More information about the webkit-qt mailing list