[Kde-pim] Need to update pimlibs even though running latest?
Ben Cooksley
sourtooth at gmail.com
Tue Dec 2 20:17:54 GMT 2008
I recieved the following error message when attempting to build kdebase:
CMake Error at /opt/trunk-kde/kde/share/apps/cmake/modules/FindKdepimLibs.cmake:68
(message):
You need a newer version of kdepimlibs, please update it
Call Stack (most recent call first):
/opt/trunk-kde/kde/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:19(FIND_PACKAGE)
workspace/plasma/dataengines/CMakeLists.txt:16 (macro_optional_find_package)
My version of kdepimlibs is the latest version in SVN. I traced the
line emitting this error message to line 68 of FindKdepimLibs.cmake,
which is only executed if KDEPimLibsInformation.cmake cannot be found
in ${kdepimlibs_cmake_module_dir}. I found that
${kdepimlibs_cmake_module_dir} is set recursively by itself on line
60:
set(kdepimlibs_cmake_module_dir
"${kdepimlibs_cmake_module_dir}/share/apps/cmake/modules")
Thus ${kdepimlibs_cmake_module_dir} is set incorrect, and the file
isn't found. The file KDEPimLibsInformation.cmake is present on my
system. Could someone please tell me what I need to do to fix this?
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list