[webkit-qt] Build Issues

Loïc Yhuel loic.yhuel_ext at softathome.com
Fri Sep 16 14:49:35 PDT 2011


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 <annulen at yandex.ru 
> <mailto:annulen at yandex.ru>>
>
>     16.09.2011, 18:40, "Matt Cote" <atm1234 at gmail.com
>     <mailto:atm1234 at gmail.com>>:
>     > 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 at 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
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt




More information about the webkit-qt mailing list