I had the same problem on Fedora, and the problem was a patch in the Qt package : https://lists.webkit.org/pipermail/webkit-qt/2011-July/001725.html

Thanks for the info on the versioning.  As for the build failure...

The original email to the list actually has the fix that worked for me.

qwebkitglobal.h: line #45
change: #    define QWEBKIT_EXPORT
to: # define QWEBKIT_EXPORT Q_DECL_EXPORT

After that change it builds/links just fine.

The bug that was mentioned: https://bugs.webkit.org/show_bug.cgi?id=56723 does not fix this.

Any ideas?

Thanks,
Matt



2011/9/16 Konstantin Tokarev <[email protected] <mailto:[email protected]>>

    16.09.2011, 18:40, "Matt Cote" <[email protected]
    <mailto:[email protected]>>:
    > Hi.  Any ideas about what would cause failure on test
    building?Also... I can't seem to run the qt test browser after
    building because nothing seems to be placed in the bin directory.
    > [mcot@localhost WebKit-r95080]$ Tools/Scripts/run-launcher --qt
    > Starting webkit launcher, running against the built WebKit in
    /home/mcot/Downloads/WebKit-r95080/WebKitBuild/Release/lib...
    > Can't exec
    "/home/mcot/Downloads/WebKit-r95080/WebKitBuild/Release/bin/QtTestBrowser":
    No such file or directory at Tools/Scripts/run-launcher line 94.
    > Died at Tools/Scripts/run-launcher line 94.
    > I'm not sure I understand the relationships between the QT
    Version, QT Webkit Version, and the version numbers on the shared
    object files after building qt webkit.  Is there any document that
    explains the relationships between the versions?

    Starting from Qt 4.7, QtWebKit has separate versioning (QtWebkit
    from Qt 4.7 is 2.0.0). Since than, every minor release (2.1, 2.2,
    etc.) increases minor version of so, which was equal to Qt so
    version in QtWebKit 2.0.0. Now so version of QtWebKit has no
    relation with underlying Qt.

    --
    Regards,
    Konstantin




_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt


_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to