[webkit-qt] Build Issues

Matt Cote atm1234 at gmail.com
Fri Sep 16 14:13:55 PDT 2011


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>

> 16.09.2011, 18:40, "Matt Cote" <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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-qt/attachments/20110916/ef8209d8/attachment.html>


More information about the webkit-qt mailing list