On kde-live, kwin 9999 fails- Complete error here:
http://pastebin.com/m797a2d70
Basically, it's lots of "enumeral and non-enumeral type in conditional expression warnings" before this :
Code: Select all
[ 26%] Building CXX object kwin/clients/plastik/CMakeFiles/kwin3_plastik.dir/plastikclient.o
/var/tmp/portage/kde-base/kwin-9999/work/kwin-9999/kwin/kcmkwin/kwinscreenedges/main.cpp: In constructor 'KWin::KWinScreenEdgesConfig::KWinScreenEdgesConfig(QWidget*, const QVariantList&)':
/var/tmp/portage/kde-base/kwin-9999/work/kwin-9999/kwin/kcmkwin/kwinscreenedges/main.cpp:54: error: no matching function for call to 'KWin::KWinScreenEdgesConfig::connect(KWin::Monitor*&, const char [11], KWin::KWinScreenEdgesConfig* const, const char [11])'
/usr/include/qt4/QtCore/qobject.h:202: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)
/usr/include/qt4/QtCore/qobject.h:307: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
/var/tmp/portage/kde-base/kwin-9999/work/kwin-9999/kwin/kcmkwin/kwinscreenedges/main.cpp:56: error: no matching function for call to 'KWin::KWinScreenEdgesConfig::connect(KWin::Monitor*&, const char [31], KWin::KWinScreenEdgesConfig* const, const char [29])'
/usr/include/qt4/QtCore/qobject.h:202: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)
/usr/include/qt4/QtCore/qobject.h:307: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
Linking CXX shared module ../../../../lib/kwin_plastik_config.so
make[2]: *** [kwin/kcmkwin/kwinscreenedges/CMakeFiles/kcm_kwinscreenedges.dir/main.o] Error 1
make[1]: *** [kwin/kcmkwin/kwinscreenedges/CMakeFiles/kcm_kwinscreenedges.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 27%] Building CXX object kwin/clients/plastik/CMakeFiles/kwin3_plastik.dir/plastikbutton.o
[ 27%] Built target kwin_plastik_config
Linking CXX shared module ../../../lib/kwin3_plastik.so
[ 27%] Built target kwin3_plastik
make: *** [all] Error 2
*
* ERROR: kde-base/kwin-9999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3794: Called kde4-meta_src_compile
* environment, line 2927: Called kde4-base_src_compile
* environment, line 2664: Called cmake-utils_src_compile
* environment, line 950: Called cmake-utils_src_make
* environment, line 1022: Called die
* The specific snippet of code:
* emake "$@" || die "Make failed!";
* The die message:
* Make failed!
I am using qt-4.5.0 from portage- could that be a problem? What is the currently recommended qt for kde-live with the kde-testing overlay? On Arch, I'm using markc's precompiled kde-svn packages, and he is currently using qt-copy for his builds.
EDIT: After completing the rebuild (except kwin), I can reboot into kde OK, but have no icons in the kickoff menus or panel/desktop, apparently because I can't figure out how to recompile kwin yet.

Probably other stuff messed up too.