Re: kdewebkit compilation fails for Mobile profile in trunk

2011-06-22 Thread David Faure
On Sunday 22 May 2011, Kevin Ottens wrote: Well, I proposed a workaround in january already, and somehow it got forgotten along the way, reattaching it here for reference. If that fixes the issue for you guys, I think we really should commit it (although I still didn't find the time to

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-22 Thread Kevin Ottens
On Sunday 22 May 2011 10:51:39 Matthias Fuchs wrote: Am Sonntag 22 Mai 2011, 00:26:58 schrieb Dawit A: On Sat, May 21, 2011 at 5:50 PM, Andreas Pakulat ap...@gmx.de wrote: On 21.05.11 13:25:32, Dawit A wrote: No that is a moc issue. The code is properly @ifdef'ed out in the code, but

kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andriy Rysin
In file included from /home/arysin/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0: /home/arysin/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc: In member function ‘virtual int KGraphicsWebView::qt_metacall(QMetaObject::Call, int, void**)’:

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Dawit A
Those classes have not changed from KDE 4.6. Most likely you need to do a clean build. At lease a clean kdewebkit build. On Sat, May 21, 2011 at 10:59 AM, Andriy Rysin ary...@gmail.com wrote: In file included from /home/arysin/work/OSS/KDE/kdelibs/kdewebkit/kgraphicswebview.cpp:85:0:

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andriy Rysin
I just did a clean build and had the same result, seems like this method is used outside of deprecated namespace: #ifndef KDE_NO_DEPRECATED KDE_DEPRECATED void selectionClipboardUrlPasted(const KUrl url); #endif On 05/21/2011 11:04 AM, Dawit A wrote: Those classes have not changed from

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Andreas Pakulat
On 21.05.11 13:25:32, Dawit A wrote: No that is a moc issue. The code is properly @ifdef'ed out in the code, but the generated moc file does not seem to exclude it. That is why you get the message: /home/arysin/kde/build/KDE/kdelibs/kdewebkit/kgraphicswebview.moc:91:6: error: prototype for

Re: kdewebkit compilation fails for Mobile profile in trunk

2011-05-21 Thread Dawit A
On Sat, May 21, 2011 at 5:50 PM, Andreas Pakulat ap...@gmx.de wrote: On 21.05.11 13:25:32, Dawit A wrote: No that is a moc issue. The code is properly @ifdef'ed out in the code, but the generated moc file does not seem to exclude it. That is why you get the message: