FWD: [Kde-pim] Need to update pimlibs even though running latest?
Allen Winter
winter at kde.org
Wed Dec 3 13:07:50 CET 2008
FYI
---------- Forwarded Message ----------
Subject: Re: [Kde-pim] Need to update pimlibs even though running latest?
Date: Tuesday 02 December 2008
From: "Ben Cooksley" <sourtooth at gmail.com>
To: "KDE PIM" <kde-pim at kde.org>
I fixed the problem with SVN commit 891837. The problem was /usr is
searched before the find_paths PATHS parameter. the fix was to change
PATHS to HINTS, which is searched absolutely first.
_______________________________________________
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/
-------------------------------------------------------
---------- Forwarded Message ----------
Subject: [Kde-pim] Need to update pimlibs even though running latest?
Date: Tuesday 02 December 2008
From: "Ben Cooksley" <sourtooth at gmail.com>
To: "KDE PIM" <kde-pim at kde.org>
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-buildsystem
mailing list