kdewebkit fails to build with Mobile profile in trunk
Kevin Ottens
ervin at kde.org
Tue Jan 11 17:55:54 GMT 2011
On Tuesday 11 January 2011 02:31:35 Marijn Kruisselbrink wrote:
> [1]
> https://build.pub.meego.com/package/view_file?file=02_kdelibs_compile.patch
> &package=kdelibs&project=home%3Amkruisselbrink%3Akde&srcmd5=20a6530bdfdd79b
> d06c3ace11c7f0f96
Anyone with that issue could test the attached patch instead please? Anne-
Marie pointed out that it apparently workarounds the problem for her for some
reason. You might need to make a clean build, or at least remove the
corresponding moc files.
I'm not a huge fan of randomly adding include files, but that one seems
harmless enough compared to the issue of having that randomly failing build...
Regards.
--
Kévin Ottens, http://ervin.ipsquad.net
KDAB - proud patron of KDE, http://www.kdab.com
-------------- next part --------------
Index: kgraphicswebview.h
===================================================================
--- kgraphicswebview.h (revision 1208818)
+++ kgraphicswebview.h (working copy)
@@ -27,6 +27,7 @@
#define KGRAPHICSWEBVIEW_H
#include <kdewebkit_export.h>
+#include <kdemacros.h>
#include <QtWebKit/QGraphicsWebView>
Index: kwebview.h
===================================================================
--- kwebview.h (revision 1208818)
+++ kwebview.h (working copy)
@@ -27,6 +27,7 @@
#define KWEBVIEW_H
#include <kdewebkit_export.h>
+#include <kdemacros.h>
#include <QtWebKit/QWebView>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20110111/af2d6d70/attachment.sig>
More information about the kde-core-devel
mailing list