[Webkit-unassigned] [Bug 39813] New: [Qt] Qt-Webkit build from trunk is broken due to dependency on QMetaObject::metcall

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 23:52:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39813

           Summary: [Qt] Qt-Webkit build from trunk is broken due to
                    dependency on QMetaObject::metcall
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sriram.neelakandan at gmail.com


Compilation broken with Qt-4.5.3:
../../../WebCore/bridge/qt/qt_instance.cpp: In member function ‘JSC::JSValue JSC::Bindings::QtInstance::stringValue(JSC::ExecState*) const’:
../../../WebCore/bridge/qt/qt_instance.cpp:291: error: ‘metacall’ is not a member of ‘QMetaObject’
make[1]: *** [obj/debug/qt_instance.o] Error 1

Is there a minimum requirement of QT Version for Webkit ? Then i guess it should be checked by build-webkit script.

Or this segment needs to be protected under 
#if QT_VERSION >= 0x040600

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list