[webkit-qt] QtWebKit 2.1 branch week 8 ftbfs

Fathi Boudra fboudra at gmail.com
Tue Mar 8 23:57:50 PST 2011


Hi,

On Tue, Mar 8, 2011 at 2:50 PM, Caio Marcelo de Oliveira Filho
<caio.oliveira at openbossa.org> wrote:
> Regarding your error, I'm assuming you're talking about the 2.1.x
> branch, is that correct?

No, not 2.1.x branch. I'm using 2.1 branch, targeting maemo6/meego.

> Do you have QtMultimedia installed?

Yes, I have Qt Mobility master branch (upcoming 1.2).

with the same setup, week7 tag builds fine.
I work around the issue with the following patch:

--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -2572,13 +2572,11 @@ contains(DEFINES, ENABLE_VIDEO=1) {
         bindings/js/JSAudioConstructor.cpp

         !lessThan(QT_MINOR_VERSION, 6):contains(MOBILITY_CONFIG, multimedia) {
-            HEADERS += \
-                platform/graphics/qt/MediaPlayerPrivateQt.h \
-                $$PWD/../WebKit/qt/WebCoreSupport/FullScreenVideoQt.h
+            HEADERS += \
+                platform/graphics/qt/MediaPlayerPrivateQt.h

             SOURCES += \
-                platform/graphics/qt/MediaPlayerPrivateQt.cpp \
-                $$PWD/../WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp
+                platform/graphics/qt/MediaPlayerPrivateQt.cpp

             CONFIG *= mobility
             MOBILITY += multimedia


On Tue, Mar 8, 2011 at 2:50 PM, Caio Marcelo de Oliveira Filho
<caio.oliveira at openbossa.org> wrote:
> Hello Fathi Boudra,
>
> The tags from the last week (09) release were missing, thanks for
> spotting that. I've just pushed them to the repository.
>
> Regarding your error, I'm assuming you're talking about the 2.1.x
> branch, is that correct?
> Do you have QtMultimedia installed?
>
>
> Cheers,
>
> --
> Caio Marcelo de Oliveira Filho
> OpenBossa - INdT
>


More information about the webkit-qt mailing list