Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Erik
2010-12-25 02:17, Andriy Rysin skrev: 2010/12/24 Andreas Pakulat On 24.12.10 16:06:54, Erik wrote: kcm_keyboard 4.5.4 fails to build Steps to reproduce: 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 2. cd kdebase-workspace-4.5.4 3. mkdir build 4. cd build 5. cmake -DKDE4_

Re: Help with KDialogButtonBox

2010-12-24 Thread Steven Sroka
>On 24 December 2010 15:53, Michael Pyne wrote: > On Friday, December 24, 2010 13:10:54 Steven Sroka wrote: >> > Having the exact error message would probably be useful as well. >> >> -->In member function ‘void KReminder::setupObjects()’: >> -->error: no matching function for call to >> ‘KReminde

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Andriy Rysin
2010/12/24 Andreas Pakulat > On 24.12.10 16:06:54, Erik wrote: > > kcm_keyboard 4.5.4 fails to build > > > > Steps to reproduce: > > 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 > > 2. cd kdebase-workspace-4.5.4 > > 3. mkdir build > > 4. cd build > > 5. cmake -DKDE4_ENABLE_F

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Andreas Pakulat
On 24.12.10 16:06:54, Erik wrote: > kcm_keyboard 4.5.4 fails to build > > Steps to reproduce: > 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 > 2. cd kdebase-workspace-4.5.4 > 3. mkdir build > 4. cd build > 5. cmake -DKDE4_ENABLE_FINAL=ON .. > 6. make kcm_keyboard > > Actual

Re: Help with KDialogButtonBox

2010-12-24 Thread Michael Pyne
On Friday, December 24, 2010 13:10:54 Steven Sroka wrote: > > Having the exact error message would probably be useful as well. > > -->In member function ‘void KReminder::setupObjects()’: > -->error: no matching function for call to > ‘KReminder::addButton(KGuiItem*&, QDialogButtonBox::ButtonRole,

Re: Help with KDialogButtonBox

2010-12-24 Thread Steven Sroka
>On 23 December 2010 22:13, Michael Pyne wrote: > On Thursday, December 23, 2010 18:55:35 Steven Sroka wrote: >> On 23 December 2010 18:10, Michael Pyne wrote: >> > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: >> >> 'this' refers to KReminder(). The 'addButton' function expects the

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Anne-Marie Mahfouf
On Friday 24 December 2010 16:58:41 Erik wrote: > 2010-12-24 16:14, Anne-Marie Mahfouf skrev: > > You should subscribe to > > https://mail.kde.org/mailman/listinfo/kde-buildsystem > > and post all your errors here. > > Actually kde-devel is the list that I was pointed to: > https://bugs.kde.org/sh

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Erik
2010-12-24 16:14, Anne-Marie Mahfouf skrev: > You should subscribe to > https://mail.kde.org/mailman/listinfo/kde-buildsystem > and post all your errors here. Actually kde-devel is the list that I was pointed to: https://bugs.kde.org/show_bug.cgi?id=260726#c1 (Although I personally think that a b

Re: kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Anne-Marie Mahfouf
Hi Erik, You should subscribe to https://mail.kde.org/mailman/listinfo/kde-buildsystem and post all your errors here. This is because you use -DKDE4_ENABLE_FINAL=ON I don't know if we support it or not but the above list will know. Best regards, Anne-Marie On Friday 24 December 2010 16:06:54

kcm_keyboard 4.5.4 fails to build

2010-12-24 Thread Erik
kcm_keyboard 4.5.4 fails to build Steps to reproduce: 1. tar jxvf /usr/portage/distfiles/kdebase-workspace-4.5.4.tar.bz2 2. cd kdebase-workspace-4.5.4 3. mkdir build 4. cd build 5. cmake -DKDE4_ENABLE_FINAL=ON .. 6. make kcm_keyboard Actual result: In file included from /usr/include/qt4/QtCore/QD

nepomuk 4.5.4 fails to build

2010-12-24 Thread Erik
Nepomuk 4.5.4 fails to build. Steps to reproduce: 1. tar jxvf kdebase-runtime-4.5.4.tar.bz2 2. cd kdebase-runtime-4.5.4 3. wget "http://websvn.kde.org/trunk/KDE/kdebase/runtime/knotify/ksolidnotify.cpp?r1=1140405&r2=1151084&pathrev=1151084&view=patch"; --output-document=-|patch -p4 4. mkdir bui