Bug 203644 - can not build webkitkde part from svn
Summary: can not build webkitkde part from svn
Status: RESOLVED FIXED
Alias: None
Product: kwebkitpart
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: webkit-devel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 00:41 UTC by jofko
Modified: 2009-08-13 09:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jofko 2009-08-13 00:41:11 UTC
Version:           latest svn (using KDE 4.3.0)
Compiler:          gcc version 4.4.1 (GCC) 
OS:                Linux
Installed from:    Compiled From Sources

Hello,

for some time I'm unable to build webkitpart kde from svn repo.

svn://anonsvn.kde.org/home/kde/trunk/playground/libs/webkitkde webkitkde

Here is the error message:

[ 47%] Building CXX object kdewebkit/CMakeFiles/kdewebkit.dir/settings/khtml_filter.o
cd /home/jofko/kdemod/playground/webkit-svn/src/build/kdewebkit && /usr/lib/ccache/bin/c++   -DMAKE_KDEWEBKIT_LIB -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -march=i686 -mtune=generic -O2 -pipe  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -DQT_NO_DEBUG -fPIC -I/home/jofko/kdemod/playground/webkit-svn/src/build/kdewebkit -I/home/jofko/kdemod/playground/webkit-svn/src/webkitkde/kdewebkit -I/home/jofko/kdemod/playground/webkit-svn/src/webkitkde -I/usr/include/KDE -I/usr/include/phonon -I/usr/include/QtXmlPatterns -I/usr/include/QtWebKit -I/usr/include/QtHelp -I/usr/include/QtAssistant -I/usr/include/QtDBus -I/usr/include/QtTest -I/usr/include/QtUiTools -I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtNetwork -I/usr/include/QtDesigner -I/usr/include/Qt3Support -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include/Qt -I/usr/share/qt/mkspecs/default   -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kdewebkit.dir/settings/khtml_filter.o -c /home/jofko/kdemod/playground/webkit-svn/src/webkitkde/kdewebkit/settings/khtml_filter.cpp
/home/jofko/kdemod/playground/webkit-svn/src/webkitkde/kdewebkit/kwebpage.cpp: In member function 'virtual void KWebPage::slotDownloadRequested(const QNetworkRequest&, QNetworkReply*)':
/home/jofko/kdemod/playground/webkit-svn/src/webkitkde/kdewebkit/kwebpage.cpp:473: error: conversion from 'QMap<QString, QVariant>' to non-scalar type 'KIO::MetaData' requested
make[2]: *** [kdewebkit/CMakeFiles/kdewebkit.dir/kwebpage.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/jofko/kdemod/playground/webkit-svn/src/build'
make[1]: *** [kdewebkit/CMakeFiles/kdewebkit.dir/all] Error 2
make[1]: Leaving directory `/home/jofko/kdemod/playground/webkit-svn/src/build'


let me know if you need more info :)
Comment 1 Dawit Alemayehu 2009-08-13 09:05:29 UTC
See http://mail.kde.org/pipermail/webkit-devel/2009-August/000148.html for the solution...