I saw similar errors yesterday; they cleared up when I updated kdelibs. Actually, since I didn't want to wait for a full kdelibs compile, I did the following: "svn up" in kdelibs, then run cmake. Then cd to the "cmake" directory in kdelibs, and run "make install" there. Basically, you just need some new cmake-related stuff. HTH, Jason On 10/26/06, Edulix wrote: > Hello! > > I've been going through this [1] tutorial which explains explains step by step > how to compile KDE. Now, everything works fine till I try to compile > kdepimlibs. This is the problem I get: > > > kde-devel@ibox:~$ cd kdepimlibs-build/ > kde-devel@ibox:~/kdepimlibs-build$ > cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde -DCMAKE_BUILD_TYPE=debugfull > -- Found Qt-Version 4.2.0-snapshot-20061002 > -- Found KDE4 include dir: /home/kde-devel/kde/include > -- Found KDE4 library dir: /home/kde-devel/kde/lib > -- Found KDE4 kconfig_compiler preprocessor: > /home/kde-devel/kde/bin/kconfig_compiler > CMake Error: Error in cmake code at > /home/kde-devel/kdepimlibs/emailfunctions:23: > IF had incorrect arguments: ${ARGV2} STREQUAL "GENERATE_MOC" (Unknown > arguments specified). > Current CMake stack: /home/kde-devel/kdepimlibs/kcal/CMakeLists.txt > CMake Error: Error in cmake code at > /home/kde-devel/kdepimlibs/kcal/CMakeLists.txt:250: > A command failed during the invocation of macro "KDE4_ADD_KCFG_FILES". > CMake Error: Error in cmake code at > /home/kde-devel/kdepimlibs/kcal/CMakeLists.txt:250: > KDE4_ADD_KCFG_FILES unknown error. > Current CMake stack: /home/kde-devel/kdepimlibs/kcal/CMakeLists.txt > -- > Disabled Features: > ======================================= > PACKAGE: OpenLDAP > DESCRIPTION: LDAP (Lightweight Directory Access Protocol) libraries > URL: http://www.openldap.org > COMMENTS: Needed to provide LDAP functionality in KDE > ======================================= > PACKAGE: cyrus-sasl > DESCRIPTION: Cyrus SASL API > URL: http://asg.web.cmu.edu/sasl/sasl-library.html > COMMENTS: Needed to support authentication of logins > ======================================= > -- Configuring done > kde-devel@ibox:~/kdepimlibs-build$ > > > As you can see, cmake is the one having the problem. I've searched about this > problem in google but I haven't found anything useful. Can someone please > help me? Thanks in advance :) > > Have a nice day, > Edulix. > > -- > [1] http://developernew.kde.org/Getting_Started/Build/Unstable_Version > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<