[Webkit-unassigned] [Bug 85478] [Qt] Buildfix for newer Qt5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 07:54:23 PDT 2012


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





--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2012-05-03 07:54:21 PST ---
Created an attachment (id=140012)
 --> (https://bugs.webkit.org/attachment.cgi?id=140012&action=review)
WIP buildfix patch

Most of the build fail were caused by renaming QMetaMethod::signature() to methodSignature()
by qtbase - 96f2365cf4cebc074c3171878dcd25ce19ee7486 - QTBUG-24154

The attached patch fixed it, but I'm not sure if it is the proper fix.

After it I got one more problem:
/mnt/raptor1/WebKit/Source/WebCore/bridge/qt/qt_runtime.cpp:1793: error: cannot convert 'const char*' to 'const QByteArrayData*' in initialization
/mnt/raptor1/WebKit/Source/WebCore/bridge/qt/qt_runtime.cpp:1793: error: missing initializer for member 'QMetaObject::<anonymous struct>::relatedMetaObjects'
/mnt/raptor1/WebKit/Source/WebCore/bridge/qt/qt_runtime.cpp:1793: error: missing initializer for member 'QMetaObject::<anonymous struct>::extradata'

I don't know what is it and how can be fixed. Feel free to pick this bug up and fix it.

(Qt5 hash: 1968c54d4f7c96d2df40c0e2b416125adf217634, the previous 6d70a4f5cb1a17d8973fd58f976e68f768d25d09 works without any buildfix.)

-- 
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