Hi, kde-workspace trunk is supposed to be compiled against kdelibs KDE/4.7, right?
For me it seems that FindKActivities.cmake is missing then in kdelibs KDE/4.7 or kde-workspace trunk. Because kde-workspace/CMakeLists.txt has the line find_package(KActivities REQUIRED) But there is nowhere a FindKActivities.cmake for me: koder@kleks: ~/Kode/kdegit/KDE$ find kdelibs -name FindKActivities.cmake koder@kleks: ~/Kode/kdegit/KDE$ find kde-workspace -name FindKActivities.cmake koder@kleks: ~/Kode/kdegit/KDE$ Is something wrong with my setup? Or does just everyone have some stale FindKActivities.cmake in their install files from recent experiments with other branches, so cmake can pick it up? Searched the webs and found a FindKActivities.cmake *, put that in the cmake install modules dir and finally kde-workspace build fine for me. *http://osdir.com/ml/kde-commits/2011-09/msg05764.html Did not follow all recent threads, so I may have missed something. So is this a bug, shall I provide a patch (unless someone beats me to it)? For kdelibs? Cheers Friedrich