Here is yet another patchset...
tdelibs patches: - 0001-kdebug-add-default-message-printing-destinations.patch That one introduces Default runtime-configurable debug/error/warning message destinations. - 0004-fix-an-FTBFS-then-build-with-clang.patch This one fixes yet another FTBFS which appears when being built with clang-3.3 ( builds ok with gcc ) ============================ /home/alexander/projects/trinity/tdelibs/networkstatus/testservice.cpp:95:17: error: call to constructor of 'TDEApplication' is ambiguous TDEApplication app(argc, argv, "testdcop"); ^ ~~~~~~~~~~~~~~~~~~~~~~ /home/alexander/projects/trinity/tdelibs/tdecore/tdeapplication.h:131:3: note: candidate constructor TDEApplication( bool allowStyles=true, bool GUIenabled=true, bool SMenabled=true); ^ /home/alexander/projects/trinity/tdelibs/tdecore/tdeapplication.h:270:3: note: candidate constructor TDEApplication(int& argc, char** argv, ^ =============================
tdebase patches: - 0003-kdesktop-lock-use-kdBacktrace-in-case-of-fail.patch That one will utilize the kdBacktrace. - 0004-remove-a-useless-check-from-kdesktop-ConfgureChecks.patch It's just a small fixup... the second check was useless. - 0005-kdesktop-lock-remove-tqwidget-include-hacks.patch This one removes hack I noticed before.