kdebase doesn't compile for weeks

Niels van Mourik niels at shodan.nl
Sun May 6 22:51:28 BST 2007


Hey there,

According to dashboard kdebase should be fully compileable altough I'm not 
able to compile it since the Qt 4.2 > 4.3 transition.

The reason I'm asking what's wrong is also because other modules, like 
kdelibs, kdegames and kdemultimedia build perfectly and run fine.

So I'm wondering weither I need to (*sigh* completely) rebuild Qt, which takes 
ages, or that some other thing is wrong. For that reason I decided to ask 
this before even considering a Qt rebuild.

Thanks in advance for any responses!

Nielsvm

-- Found Qt-Version 4.3.0beta
-- Found X11: /usr/lib/libX11.so
-- Found KDE4 include dir: /home/kdedev/INSTALL/include
-- Found KDE4 library dir: /home/kdedev/INSTALL/lib
-- Found KDE4 kconfig_compiler 
preprocessor: /home/kdedev/INSTALL/bin/kconfig_compiler
-- Found Strigi: /home/kdedev/INSTALL/lib/libstreamanalyzer.so
-- Found Strigi: /home/kdedev/INSTALL/lib/libstreams.so
-- Make sure Strigi is a recent SVN version!
-- ** svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi
-- Found KDE PIM libraries
-- Found sasl2: /usr/lib/libsasl2.so
-- Found sasl2: /usr/lib/libsasl2.so
-- Create macro to display info at the end of install
-- Found NetworkManager:
-- Found bluez: /usr/lib/libbluetooth.so
-- Could not find Soprano includes.
-- Could not find Soprano library.
-- Found PNG: /usr/lib/libpng.so
-- Found Freetype: -lfreetype -lz
-- option: USE_XKLAVIER  <ON>
-- Found GObject 
libraries: /usr/lib/libgobject-2.0.so;/usr/lib/libgmodule-2.0.so;/usr/lib/libgthread-2.0.so;/usr/lib/libglib-2.0.so
-- Found GObject includes : /usr/include/glib-2.0/gobject
Could not find glib, gobject or libxklavier >= 2.91 - old xkbfile code will be 
used to get keyboard layout configuration!
-- /home/kdedev/kdebase/workspace/kcontrol: skipped subdir $(KSMCARD_SUBDIR)
-- taskbar panel extension disable (since taskbar lib is disabled), reactivate 
it when we use plasma or remove it
--
----------------------------------------------------------------------------------
-- The following list of OPTIONAL packages were located on your 
system.         --
-- You will have all the following features available from this 
software.       --
----------------------------------------------------------------------------------
+ BlueZ
----------------------------------------------------------------------------------
-- The following list of OPTIONAL packages could NOT be located on your 
system. --
-- Consider installing them to enable more features from this 
software.         --
----------------------------------------------------------------------------------
+ NetworkManager: NetworkManager is a daemon for user controlled networking 
<http://www.gnome.org/projects/NetworkManager>

-- Configuring done
It is impossible to order the linker search path in such a way that libraries 
specified as full paths will be picked by the linker.
Directories and libraries involved are:
Directory: /lib contains:
Library: /usr/lib/libusb.so

Directory: /usr/lib contains:
Library: /lib/libacl.so
Library: /lib/libattr.so
Library: /lib/libbz2.so
Library: /lib/libz.so



-- Generating done
-- Build files have been written to: /home/kdedev/kdebase-build

real    7m37.322s
user    0m11.590s
sys     0m3.796s
[  0%] Built target kdeinit_kuiserver
[  0%] Built target kuiserver
[  1%] Built target drkonqi
[  1%] Built target kioexec
[  1%] Built target kio_about
[  1%] Built target kio_cgi
[  1%] Built target kcm_cgi
[  1%] Built target kio_floppy
[  1%] Built target kio_filter
[  1%] Built target kio_info
[  1%] Built target kio_man
[  1%] Built target kmanpart
[  1%] Built target kio_nntp
[  1%] Built target kio_pop3
[  1%] Built target kio_smtp
[  1%] Built target kio_tar
[  1%] Built target kio_finger
[  1%] Built target kio_settings
[  2%] Built target kio_trash
[  2%] Built target ktrash
[  2%] Built target trash
[  2%] Built target kio_media
[  3%] Built target kded_mediamanager
[  4%] Built target kded_medianotifier
[  4%] Built target kio_media_mounthelper
[  5%] Built target kcm_media
[  5%] Built target kio_remote
[  5%] Built target kded_remotedirnotify
[  5%] Built target kio_home
[  5%] Built target kded_homedirnotify
[  6%] Built target kio_system
[  6%] Built target kded_systemdirnotify
[  6%] Building CXX object 
runtime/kioslave/ldap/CMakeFiles/kio_ldap.dir/kio_ldap.o
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp: In member 
function 'virtual void LDAPProtocol::get(const KUrl&)':
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:397: error: 'class 
KLDAP::LdapOperation' has no member named 'waitForResult'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp: In member 
function 'virtual void LDAPProtocol::stat(const KUrl&)':
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:474: error: 'class 
KLDAP::LdapOperation' has no member named 'waitForResult'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:491: error: no 
matching function for call to 'LDAPProtocol::LDAPEntry2UDSEntry(QString, 
KIO::UDSEntry&, KLDAP::LdapUrl&, bool)'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:182: note: candidates 
are: void LDAPProtocol::LDAPEntry2UDSEntry(const KLDAP::LdapDN&, 
KIO::UDSEntry&, const KLDAP::LdapUrl&, bool)
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp: In member 
function 'virtual void LDAPProtocol::del(const KUrl&, bool)':
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:519: error: 'class 
QString' has no member named 'toString'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:525: error: 'class 
KLDAP::LdapOperation' has no member named 'waitForResult'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp: In member 
function 'virtual void LDAPProtocol::put(const KUrl&, int, bool, bool)':
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:596: error: 'class 
QString' has no member named 'toString'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:609: error: 'class 
QString' has no member named 'toString'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:613: error: 'class 
QString' has no member named 'toString'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp: In member 
function 'virtual void LDAPProtocol::listDir(const KUrl&)':
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:718: error: 'class 
KLDAP::LdapOperation' has no member named 'waitForResult'
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:738: error: no 
matching function for call to 'KLDAP::LdapUrl::setDn(KLDAP::LdapDN&)'
/home/kdedev/INSTALL/include/kldap/ldapurl.h:72: note: candidates are: void 
KLDAP::LdapUrl::setDn(const QString&)
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:743: error: no 
matching function for call to 'KLDAP::LdapOperation::search(KLDAP::LdapDN&, 
KLDAP::LdapUrl::Scope, QString, QStringList&)'
/home/kdedev/INSTALL/include/kldap/ldapoperation.h:106: note: candidates are: 
int KLDAP::LdapOperation::search(const QString&, KLDAP::LdapUrl::Scope, const 
QString&, const QStringList&)
/home/kdedev/kdebase/runtime/kioslave/ldap/kio_ldap.cpp:746: error: 'class 
KLDAP::LdapOperation' has no member named 'waitForResult'
make[2]: *** [runtime/kioslave/ldap/CMakeFiles/kio_ldap.dir/kio_ldap.o] Error 
1
make[2]: Target `runtime/kioslave/ldap/CMakeFiles/kio_ldap.dir/build' not 
remade because of errors.
make[1]: *** [runtime/kioslave/ldap/CMakeFiles/kio_ldap.dir/all] Error 2
[  6%] Built target kio_fish
[  6%] Built target kio_sftp
[  6%] Built target cursorthumbnail
[  6%] Built target djvuthumbnail
[  6%] Built target exrthumbnail
[  6%] Built target htmlthumbnail
[  6%] Built target imagethumbnail
[  6%] Built target kio_thumbnail
[  6%] Built target svgthumbnail
[  6%] Built target textthumbnail
[  6%] Built target kio_nfs
[  7%] Built target kio_smb
[  7%] Built target kded_kpasswdserver
[  7%] Built target kdebugdialog
[  7%] Built target kded_ktimezoned
[  9%] Built target kdeinit_khelpcenter
[  9%] Built target khc_indexbuilder
[  9%] Built target khelpcenter
[ 10%] Built target kdeinit_kcontrol
[ 10%] Built target kcontrol
[ 11%] Built target kdeinit_kinfocenter
[ 11%] Built target kinfocenter
[ 11%] Built target kcm_icons
[ 12%] Built target kcm_locale
[ 12%] Built target kcm_kded
[ 12%] Built target kcm_knotify
[ 12%] Building CXX object 
runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/componentchooser.o
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_emailclientconfig_ui.h: 
In member function 'void Ui_EmailClientConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_emailclientconfig_ui.h:67: 
error: no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_browserconfig_ui.h: 
In member function 'void Ui_BrowserConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_browserconfig_ui.h:64: 
error: no matching function for call to 'QVBoxLayout::QVBoxLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:142: note: candidates are: 
QVBoxLayout::QVBoxLayout(const QVBoxLayout&)
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:130: note:                 
QVBoxLayout::QVBoxLayout(QWidget*)
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:129: note:                 
QVBoxLayout::QVBoxLayout()
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_terminalemulatorconfig_ui.h: 
In member function 'void Ui_TerminalEmulatorConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_terminalemulatorconfig_ui.h:63: 
error: no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp: 
In member function 'virtual void CfgComponent::save(KConfig*)':
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:74: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:75: 
warning: 'readPathEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:298)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:76: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:76: 
warning: 'setGroup' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:114)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:77: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:77: 
warning: 'writePathEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:789)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp: 
In member function 'virtual void CfgComponent::load(KConfig*)':
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:89: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:91: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:101: 
warning: 'readPathEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:298)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:102: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:103: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:105: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:163)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp: 
In constructor 'ComponentChooser::ComponentChooser(QWidget*)':
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:326: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:163)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp: 
In member function 'void 
ComponentChooser::slotServiceSelected(QListWidgetItem*)':
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:345: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:163)
/home/kdedev/kdebase/runtime/kcontrol/componentchooser/componentchooser.cpp:349: 
warning: 'readEntry' is deprecated (declared 
at /home/kdedev/INSTALL/include/kconfigbase.h:153)
make[2]: *** 
[runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/componentchooser.o] 
Error 1
[ 12%] Building CXX object 
runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/kcm_componentchooser.o
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_emailclientconfig_ui.h: 
In member function 'void Ui_EmailClientConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_emailclientconfig_ui.h:67: 
error: no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_browserconfig_ui.h: 
In member function 'void Ui_BrowserConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_browserconfig_ui.h:64: 
error: no matching function for call to 'QVBoxLayout::QVBoxLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:142: note: candidates are: 
QVBoxLayout::QVBoxLayout(const QVBoxLayout&)
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:130: note:                 
QVBoxLayout::QVBoxLayout(QWidget*)
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:129: note:                 
QVBoxLayout::QVBoxLayout()
make[2]: *** 
[runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/kcm_componentchooser.o] 
Error 1
[ 12%] Building CXX object 
runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/componentchooserterminal.o
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_terminalemulatorconfig_ui.h: 
In member function 'void Ui_TerminalEmulatorConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_terminalemulatorconfig_ui.h:63: 
error: no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_emailclientconfig_ui.h: 
In member function 'void Ui_EmailClientConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_emailclientconfig_ui.h:67: 
error: no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_browserconfig_ui.h: 
In member function 'void Ui_BrowserConfig_UI::setupUi(QWidget*)':
/home/kdedev/kdebase-build/runtime/kcontrol/componentchooser/ui_browserconfig_ui.h:64: 
error: no matching function for call to 'QVBoxLayout::QVBoxLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:142: note: candidates are: 
QVBoxLayout::QVBoxLayout(const QVBoxLayout&)
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:130: note:                 
QVBoxLayout::QVBoxLayout(QWidget*)
/home/kdedev/qt-copy/include/QtGui/qboxlayout.h:129: note:                 
QVBoxLayout::QVBoxLayout()
make[2]: *** 
[runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/componentchooserterminal.o] 
Error 1
make[2]: Target 
`runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/build' 
not remade because of errors.
make[1]: *** 
[runtime/kcontrol/componentchooser/CMakeFiles/kcm_componentchooser.dir/all] 
Error 2
[ 12%] Built target kcm_kdnssd
[ 13%] Built target kcm_samba
[ 13%] Built target kcm_crypto
[ 13%] Built target kdeinit_kcmshell
[ 13%] Built target kcmshell
[ 13%] Built target khotnewstuff
[ 13%] Built target kcm_printmgr
[ 13%] Built target kdeprint_part
[ 13%] Built target kdeinit_kjobviewer
[ 13%] Built target kjobviewer
[ 13%] Built target kdeinit_kprinter
[ 13%] Built target kprinter
[ 13%] Building CXX object 
runtime/kdeprint/kdeprintfax/CMakeFiles/kdeprintfax.dir/faxab.o
/home/kdedev/INSTALL/include/kresources/resource.h:73: error: invalid function 
declaration
/home/kdedev/INSTALL/include/kresources/resource.h:213: error: invalid 
function declaration
/home/kdedev/INSTALL/include/kresources/resource.h:230: error: expected 
class-name before '{' token
/home/kdedev/INSTALL/include/kresources/resource.h:232: error: ISO C++ forbids 
declaration of 'Resource' with no type
/home/kdedev/INSTALL/include/kresources/resource.h:232: error: expected ';' 
before '*' token
/home/kdedev/INSTALL/include/kresources/resource.h:237: error: expected `;' 
before 'ConfigWidget'
/home/kdedev/INSTALL/include/kresources/configwidget.h:34: error: invalid 
function declaration
/home/kdedev/INSTALL/include/kresources/factory.h:61: error: invalid function 
declaration
/home/kdedev/INSTALL/include/kresources/managerimpl.h:43: error: invalid 
function declaration
/home/kdedev/INSTALL/include/kresources/manager.h:104: error: 'struct 
KRES::Resource::List' has not been declared
/home/kdedev/INSTALL/include/kresources/manager.h:104: error: ISO C++ forbids 
declaration of 'Iterator' with no type
/home/kdedev/INSTALL/include/kresources/manager.h:104: error: expected ';' 
before 'mIt'
/home/kdedev/INSTALL/include/kresources/manager.h:175: error: 'struct 
KRES::Resource::List' has not been declared
/home/kdedev/INSTALL/include/kresources/manager.h:175: error: ISO C++ forbids 
declaration of 'Iterator' with no type
/home/kdedev/INSTALL/include/kresources/manager.h:175: error: expected ';' 
before 'mIt'
/home/kdedev/INSTALL/include/kresources/manager.h:176: error: 
type 'KRES::Resource' is not derived from 
type 'KRES::Manager<T>::ActiveIterator'
/home/kdedev/INSTALL/include/kresources/manager.h:176: error: expected ';' 
before '*' token
/home/kdedev/INSTALL/include/kresources/manager.h:411: error: ISO C++ forbids 
declaration of 'ManagerImpl' with no type
/home/kdedev/INSTALL/include/kresources/manager.h:411: error: expected ';' 
before '*' token
/home/kdedev/INSTALL/include/kresources/manager.h: In copy 
constructor 'KRES::Manager<T>::Iterator::Iterator(const 
KRES::Manager<T>::Iterator&)':
/home/kdedev/INSTALL/include/kresources/manager.h:93: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'T* 
KRES::Manager<T>::Iterator::operator*()':
/home/kdedev/INSTALL/include/kresources/manager.h:95: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::Iterator& 
KRES::Manager<T>::Iterator::operator++()':
/home/kdedev/INSTALL/include/kresources/manager.h:96: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::Iterator& 
KRES::Manager<T>::Iterator::operator++(int)':
/home/kdedev/INSTALL/include/kresources/manager.h:97: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::Iterator& 
KRES::Manager<T>::Iterator::operator--()':
/home/kdedev/INSTALL/include/kresources/manager.h:98: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::Iterator& 
KRES::Manager<T>::Iterator::operator--(int)':
/home/kdedev/INSTALL/include/kresources/manager.h:99: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'bool 
KRES::Manager<T>::Iterator::operator==(const KRES::Manager<T>::Iterator&) 
const':
/home/kdedev/INSTALL/include/kresources/manager.h:100: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'bool 
KRES::Manager<T>::Iterator::operator!=(const KRES::Manager<T>::Iterator&) 
const':
/home/kdedev/INSTALL/include/kresources/manager.h:101: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::Iterator KRES::Manager<T>::begin()':
/home/kdedev/INSTALL/include/kresources/manager.h:113: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::Iterator KRES::Manager<T>::end()':
/home/kdedev/INSTALL/include/kresources/manager.h:123: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In 
constructor 'KRES::Manager<T>::ActiveIterator::ActiveIterator()':
/home/kdedev/INSTALL/include/kresources/manager.h:134: error: 
class 'KRES::Manager<T>::ActiveIterator' does not have any field 
named 'mList'
/home/kdedev/INSTALL/include/kresources/manager.h: In copy 
constructor 'KRES::Manager<T>::ActiveIterator::ActiveIterator(const 
KRES::Manager<T>::ActiveIterator&)':
/home/kdedev/INSTALL/include/kresources/manager.h:137: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h:138: error: 'mList' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'T* 
KRES::Manager<T>::ActiveIterator::operator*()':
/home/kdedev/INSTALL/include/kresources/manager.h:141: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::ActiveIterator& 
KRES::Manager<T>::ActiveIterator::operator++()':
/home/kdedev/INSTALL/include/kresources/manager.h:144: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::ActiveIterator& 
KRES::Manager<T>::ActiveIterator::operator++(int)':
/home/kdedev/INSTALL/include/kresources/manager.h:149: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::ActiveIterator& 
KRES::Manager<T>::ActiveIterator::operator--()':
/home/kdedev/INSTALL/include/kresources/manager.h:154: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::ActiveIterator& 
KRES::Manager<T>::ActiveIterator::operator--(int)':
/home/kdedev/INSTALL/include/kresources/manager.h:159: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'bool 
KRES::Manager<T>::ActiveIterator::operator==(const 
KRES::Manager<T>::ActiveIterator&) const':
/home/kdedev/INSTALL/include/kresources/manager.h:162: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'bool 
KRES::Manager<T>::ActiveIterator::operator!=(const 
KRES::Manager<T>::ActiveIterator&) const':
/home/kdedev/INSTALL/include/kresources/manager.h:163: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'bool 
KRES::Manager<T>::ActiveIterator::checkActive()':
/home/kdedev/INSTALL/include/kresources/manager.h:171: error: 'mList' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h:171: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h:172: error: 'mIt' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::ActiveIterator KRES::Manager<T>::activeBegin()':
/home/kdedev/INSTALL/include/kresources/manager.h:186: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'KRES::Manager<T>::ActiveIterator KRES::Manager<T>::activeEnd()':
/home/kdedev/INSTALL/include/kresources/manager.h:200: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'bool 
KRES::Manager<T>::isEmpty() const':
/home/kdedev/INSTALL/include/kresources/manager.h:209: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In 
constructor 'KRES::Manager<T>::Manager(const QString&)':
/home/kdedev/INSTALL/include/kresources/manager.h:217: error: incomplete 
type 'KRES::Factory' used in nested name specifier
/home/kdedev/INSTALL/include/kresources/manager.h:220: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h:220: error: expected 
type-specifier before 'ManagerImpl'
/home/kdedev/INSTALL/include/kresources/manager.h:220: error: expected `;' 
before 'ManagerImpl'
/home/kdedev/INSTALL/include/kresources/manager.h: In destructor 'virtual 
KRES::Manager<T>::~Manager()':
/home/kdedev/INSTALL/include/kresources/manager.h:225: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::readConfig(KConfig*)':
/home/kdedev/INSTALL/include/kresources/manager.h:234: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::writeConfig(KConfig*)':
/home/kdedev/INSTALL/include/kresources/manager.h:243: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::add(KRES::Resource*)':
/home/kdedev/INSTALL/include/kresources/manager.h:252: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::remove(KRES::Resource*)':
/home/kdedev/INSTALL/include/kresources/manager.h:260: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::change(T*)':
/home/kdedev/INSTALL/include/kresources/manager.h:269: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'T* 
KRES::Manager<T>::standardResource()':
/home/kdedev/INSTALL/include/kresources/manager.h:277: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::setStandardResource(T*)':
/home/kdedev/INSTALL/include/kresources/manager.h:285: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::setActive(KRES::Resource*, bool)':
/home/kdedev/INSTALL/include/kresources/manager.h:293: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'QStringList KRES::Manager<T>::resourceNames() const':
/home/kdedev/INSTALL/include/kresources/manager.h:302: error: 'mImpl' was not 
declared in this scope
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'T* 
KRES::Manager<T>::createResource(const QString&)':
/home/kdedev/INSTALL/include/kresources/manager.h:317: error: invalid use of 
undefined type 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:35: error: forward 
declaration of 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'QStringList KRES::Manager<T>::resourceTypeNames() const':
/home/kdedev/INSTALL/include/kresources/manager.h:325: error: invalid use of 
undefined type 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:35: error: forward 
declaration of 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/manager.h: In member 
function 'QStringList KRES::Manager<T>::resourceTypeDescriptions() const':
/home/kdedev/INSTALL/include/kresources/manager.h:334: error: invalid use of 
undefined type 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:35: error: forward 
declaration of 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/manager.h:338: error: invalid use of 
undefined type 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:35: error: forward 
declaration of 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/manager.h:339: error: invalid use of 
undefined type 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:35: error: forward 
declaration of 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/manager.h:340: error: invalid use of 
undefined type 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:35: error: forward 
declaration of 'struct KRES::Factory'
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::notifyResourceAdded(KRES::Resource*)':
/home/kdedev/INSTALL/include/kresources/manager.h:372: error: invalid use of 
undefined type 'struct KRES::Resource'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:34: error: forward 
declaration of 'struct KRES::Resource'
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::notifyResourceModified(KRES::Resource*)':
/home/kdedev/INSTALL/include/kresources/manager.h:385: error: invalid use of 
undefined type 'struct KRES::Resource'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:34: error: forward 
declaration of 'struct KRES::Resource'
/home/kdedev/INSTALL/include/kresources/manager.h: In member function 'void 
KRES::Manager<T>::notifyResourceDeleted(KRES::Resource*)':
/home/kdedev/INSTALL/include/kresources/manager.h:399: error: invalid use of 
undefined type 'struct KRES::Resource'
/home/kdedev/INSTALL/include/kresources/managerimpl.h:34: error: forward 
declaration of 'struct KRES::Resource'
make[2]: *** [runtime/kdeprint/kdeprintfax/CMakeFiles/kdeprintfax.dir/faxab.o] 
Error 1
make[2]: Target 
`runtime/kdeprint/kdeprintfax/CMakeFiles/kdeprintfax.dir/build' not remade 
because of errors.
make[1]: *** [runtime/kdeprint/kdeprintfax/CMakeFiles/kdeprintfax.dir/all] 
Error 2
[ 13%] Built target kio_print
[ 13%] Built target kdesu_executable
[ 13%] Built target kdesud
[ 13%] Built target kuriikwsfilter
[ 14%] Built target kurisearchfilter
[ 14%] Built target kshorturifilter
[ 14%] Built target klocaldomainurifilterhelper
[ 14%] Built target localdomainurifilter
[ 14%] Built target fixhosturifilter
[ 14%] Built target kurifiltertest
[ 15%] Built target solidcontrolifaces
[ 16%] Built target solidcontrol
[ 16%] Built target solid_fakenet
[ 16%] Built target solid_fakenet_static
[ 16%] Built target solid_fakebluetooth
[ 17%] Built target solid_fakebluetooth_static
[ 17%] Built target kcm_solid
[ 17%] Built target solidshell
[ 17%] Built target solid_hal_power
[ 17%] Built target solid_hal_power_static
[ 18%] Built target solid_bluez
[ 18%] Built target solid_bluez_static
[ 18%] Built target kinstalltheme
[ 18%] Built target kquitapp_executable
[ 18%] Built target kde-cp
[ 18%] Built target kde-mv
[ 18%] Built target kde-open
[ 18%] Built target kioclient
[ 18%] Built target kreadconfig
[ 18%] Built target kwriteconfig
[ 18%] Built target kmimetypefinder
[ 18%] Built target kfile
[ 19%] Built target kstart
[ 19%] Built target kdeinit_knotify
[ 19%] Built target knotify
[ 19%] Built target knetattach
[ 21%] Built target konq
[ 21%] Built target konq_sound
[ 21%] Built target kded_favicons
[ 22%] Built target dolphinprivate
[ 24%] Built target dolphin
[ 24%] Built target kdeinit_kwrite
[ 24%] Built target kwrite
[ 24%] Built target kdialog
[ 24%] Built target kbookmarkmerger
[ 25%] Built target kdeinit_keditbookmarks
[ 25%] Built target keditbookmarks
[ 27%] Built target kdeinit_konqueror
[ 27%] Built target konqueror
[ 27%] Built target kdeinit_kfmclient
[ 27%] Built target kfmclient
[ 27%] Built target konq_shellcmdplugin
[ 28%] Built target konq_aboutpage
[ 28%] Built target konqsidebarplugin
[ 28%] Built target konq_sidebar
[ 28%] Built target konqsidebar_tree
[ 28%] Built target konq_sidebartree_dirtree
[ 28%] Built target kcm_history
[ 29%] Built target konq_sidebartree_history
[ 29%] Built target konq_sidebartree_bookmarks
[ 29%] Built target konqsidebar_web
[ 29%] Built target kded_konqy_preloader
[ 29%] Built target konq_remoteencoding
[ 30%] Built target konq_part
[ 30%] Built target kcm_kurifilt
[ 30%] Built target kcm_konq
[ 31%] Built target kcm_konqhtml
[ 32%] Built target kcm_performance
[ 33%] Built target kcm_kio
[ 33%] Built target kcm_filetypes
[ 34%] Built target keditfiletype
[ 34%] Built target kcm_css
[ 34%] Built target khtmlkttsdplugin
[ 34%] Built target fontembedder
[ 34%] Built target kded_kwrited
[ 37%] Built target kdeinit_konsole
[ 37%] Built target konsole
[ 39%] Built target konsolepart
[ 39%] Built target kdepasswd
[ 39%] Built target kcm_useraccount
[ 40%] Built target kfind
[ 40%] Built target kfindpart
[ 40%] Built target kappfinder
[ 40%] Built target kappfinder_install
[ 40%] Built target kworkspace
[ 41%] Built target kgreet_classic
[ 41%] Built target kgreet_winbind
[ 41%] Built target kcheckpass
[ 41%] Built target kscreensaver
[ 41%] Built target kblankscrn.kss
[ 41%] Built target krandom.kss
[ 41%] Built target plasma
[ 42%] Built target kdeinit_ksmserver
[ 42%] Built target ksmserver
[ 42%] Built target kdeinit_kcminit
[ 42%] Built target kcminit
[ 42%] Built target kdeinit_kcminit_startup
[ 42%] Built target kcminit_startup
[ 42%] Built target ksplashx
[ 42%] Built target ksplashx_scale
[ 43%] Built target prepareanim
[ 43%] Built target shade
[ 43%] Built target ksplashsimple
[ 43%] Built target kcm_ksplashthemes
[ 43%] Built target processcore
[ 43%] Built target processui
[ 44%] Built target ksgrd
[ 46%] Built target kdeinit_ksysguard
[ 46%] Built target ksysguard
[ 47%] Built target kickermain
[ 48%] Built target sysguard_panelapplet
[ 48%] Built target libksysguardd
[ 48%] Built target ksysguardd
[ 49%] Built target ksysguardwidgets
[ 49%] Built target ktip
[ 50%] Built target kdeinit_klipper
[ 50%] Built target klipper
[ 50%] Built target klipper_panelapplet
[ 50%] Built target kdeinit_kcontroledit
[ 51%] Built target kcontroledit
[ 51%] Built target kdeinit_kmenuedit
[ 51%] Built target kmenuedit
[ 51%] Built target kwineffects
[ 51%] Built target kdecorations
[ 53%] Built target kdeinit_kwin
[ 53%] Built target kwin
[ 53%] Built target kwin_killer_helper
[ 53%] Built target kcm_kwinoptions
[ 54%] Built target kcm_kwindecoration
[ 54%] Built target kcm_kwinrules
[ 55%] Built target kdeinit_kwin_rules_dialog
[ 55%] Built target kwin_rules_dialog
[ 55%] Built target kwin3_plastik
[ 55%] Built target kwin_plastik_config
[ 55%] Built target kwin3_b2
[ 55%] Built target kwin_b2_config
[ 55%] Built target kwin3_default
[ 56%] Built target kwin_default_config
[ 56%] Built target kwin3_keramik
[ 56%] Built target kwin_keramik_config
[ 56%] Built target kwin3_laptop
[ 56%] Built target kwin3_modernsys
[ 56%] Built target kwin_modernsys_config
[ 56%] Built target kwin3_quartz
[ 56%] Built target kwin_quartz_config
[ 56%] Built target kwin3_redmond
[ 56%] Built target kwin3_web
[ 57%] Built target kwin4_effect_builtins
[ 58%] Built target kwin4_effect_tests
[ 58%] Built target kwin_update_default_rules
[ 58%] Built target kwin_update_window_settings
[ 59%] Built target plasma-qgv
[ 65%] Built target kcm_khotkeys
[ 66%] Built target kded_khotkeys
[ 66%] Built target kdeinit_khotkeys
[ 66%] Built target khotkeys
[ 67%] Built target khotkeys_update
[ 68%] Built target kcm_randr
[ 68%] Built target krandrtray
[ 68%] Built target kcm_keyboard
[ 69%] Built target kdeinit_kxkb
[ 69%] Built target kxkb
[ 69%] Built target kxkb_panelapplet
[ 69%] Built target kcm_bell
[ 70%] Built target kcm_background
[ 70%] Built target kapplymousetheme
[ 70%] Building CXX object 
workspace/kcontrol/input/CMakeFiles/kcm_input.dir/mouse.o
/home/kdedev/kdebase/workspace/kcontrol/input/mouse.cpp:730:2: warning: 
#warning was key == NULL how was this working? is key.isNull() what the coder 
meant?
/home/kdedev/kdebase-build/workspace/kcontrol/input/ui_kmousedlg.h: In member 
function 'void Ui_KMouseDlg::setupUi(QWidget*)':
/home/kdedev/kdebase-build/workspace/kcontrol/input/ui_kmousedlg.h:83: error: 
no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase-build/workspace/kcontrol/input/ui_kmousedlg.h:132: error: 
no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
make[2]: *** [workspace/kcontrol/input/CMakeFiles/kcm_input.dir/mouse.o] Error 
1
[ 70%] Building CXX object 
workspace/kcontrol/input/CMakeFiles/kcm_input.dir/main.o
/home/kdedev/kdebase-build/workspace/kcontrol/input/ui_kmousedlg.h: In member 
function 'void Ui_KMouseDlg::setupUi(QWidget*)':
/home/kdedev/kdebase-build/workspace/kcontrol/input/ui_kmousedlg.h:83: error: 
no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
/home/kdedev/kdebase-build/workspace/kcontrol/input/ui_kmousedlg.h:132: error: 
no matching function for call to 'QGridLayout::QGridLayout(QLayout*)'
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:126: note: candidates are: 
QGridLayout::QGridLayout(const QGridLayout&)
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:49: note:                 
QGridLayout::QGridLayout()
/home/kdedev/qt-copy/include/QtGui/qgridlayout.h:48: note:                 
QGridLayout::QGridLayout(QWidget*)
make[2]: *** [workspace/kcontrol/input/CMakeFiles/kcm_input.dir/main.o] Error 
1
make[2]: Target `workspace/kcontrol/input/CMakeFiles/kcm_input.dir/build' not 
remade because of errors.
make[1]: *** [workspace/kcontrol/input/CMakeFiles/kcm_input.dir/all] Error 2
[ 71%] Built target kcm_kdm
[ 71%] Built target kcm_launch
[ 72%] Built target kcm_clock
[ 72%] Built target kcm_colors
[ 72%] Built target kcm_energy
[ 72%] Built target kcm_fonts
[ 72%] Built target kcm_style
[ 72%] Built target kstyle_keramik_config
[ 73%] Built target kcm_screensaver
[ 73%] Built target kcm_smserver
[ 73%] Built target kcm_keys
[ 73%] Built target kcm_xinerama
[ 74%] Built target test_kcm_xinerama
[ 74%] Built target kcm_kthememanager
[ 74%] Built target kcm_display
[ 74%] Built target kcm_joystick
[ 75%] Built target kcm_accessibility
[ 75%] Built target kcm_info
[ 75%] Built target kcm_nic
[ 75%] Built target kcm_usb
[ 75%] Built target kdeinit_kaccess
[ 75%] Built target kaccess
[ 75%] Built target kcm_access
[ 75%] Built target kfontinst
[ 75%] Built target kfontinstui
[ 76%] Built target kcm_fontinst
[ 76%] Built target font
[ 76%] Built target kfontinst_bin
[ 76%] Built target kfontprint_bin
[ 77%] Built target kfontview_bin
[ 77%] Built target kio_fonts
[ 77%] Built target kio_fonts_helper
[ 77%] Built target fontthumbnail
[ 77%] Built target kfontviewpart
[ 77%] Built target ksystraycmd
[ 79%] Built target krunner
[ 79%] Built target krunner_lock
[ 79%] Built target krunner_searchrunner
[ 79%] Built target krunner_calculatorrunner
[ 79%] Built target kcheckrunning
[ 81%] Built target kdeinit_kdesktop
[ 81%] Built target kdesktop
[ 81%] Built target kwebdesktop
[ 81%] Built target taskmanager
[ 81%] Built target taskbar
[ 85%] Built target kdeinit_kicker
[ 85%] Built target kicker
[ 85%] Built target kicker-3.4-reverseLayout
[ 85%] Built target dockbar_panelextension
[ 85%] Built target sidebar_panelextension
[ 85%] Built target systemtray_panelapplet
[ 85%] Built target taskbar_panelapplet
[ 85%] Built target run_panelapplet
[ 89%] Built target launcher_panelapplet
[ 89%] Built target naughty_panelapplet
[ 89%] Built target lockout_panelapplet
[ 89%] Built target menu_panelapplet
[ 90%] Built target media_panelapplet
[ 90%] Built target trash_panelapplet
[ 90%] Built target kickermenu_find
[ 90%] Built target kickermenu_kdeprint
[ 90%] Built target kickermenu_prefmenu
[ 90%] Built target kickermenu_recentdocs
[ 90%] Built target kickermenu_konsole
[ 90%] Built target kickermenu_konqueror
[ 90%] Built target kickermenu_remotemenu
[ 90%] Built target kickermenu_systemmenu
[ 90%] Built target kdeinit_appletproxy
[ 90%] Built target appletproxy
[ 91%] Built target extensiondebugger
[ 91%] Built target kpager
[ 92%] Built target kdm
[ 92%] Built target genkdmconf
[ 92%] Built target kdm_config
[ 93%] Built target kdm_greet
[ 93%] Built target kdmctl
[ 94%] Built target krootimage
[ 94%] Built target kcm_nsplugins
[ 94%] Built target kcminit_nsplugin
[ 94%] Built target nspluginscan
[ 95%] Built target nspluginviewer
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 95%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 96%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 97%] Built target handbook
[ 98%] Built target handbook
make[1]: Target `all' not remade because of errors.
make: *** [all] Error 2
make: Target `install' not remade because of errors.

real    1m55.391s
user    0m31.254s
sys     0m8.704s

-- 
Some people have told me they don't think a fat penguin really embodies the 
grace of Linux, which just tells me they have never seen an angry penguin 
charging at them in excess of 100mph. They'd be a lot more careful about what 
they say if they had. 
      -- Torvalds, Linus (1996-06-09).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070506/eec3fa12/attachment.sig>


More information about the kde-core-devel mailing list