Greetings, I am having a go at compiling kde-4.4.2 on a blfs (64-bit only). I am now trying to install polkit-kde-1-0.95.1 (http://lists.kde.org/?l=kde-devel&m=126157604310306&w=2). My cmake instruction is as follows:-
cmake -G "Unix Makefiles" $SOURCES/polkit-kde-1-0.95.1 \ -DCMAKE_INSTALL_PREFIX=$KDEDIR -DSYSCONF_INSTALL_DIR=/etc/kde \ -DKDE4_AUTH_POLICY_FILES_INSTALL_DIR:STRING=/usr/share/PolicyKit/policy \ -DENABLE_FAM=ON -DENABLE_EXPAT=ON -DENABLE_INOTIFY=ON \ -DGAIM_LIBS:STRING=/usr/lib -DGAMIN_LIBRARIES:STRING=/usr/lib ###### output from running the above ########### -- Detecting CXX compiler ABI info - done CMake Error at /usr/local/share/cmake-2.8/Modules/FindKDE4.cmake:58 (MESSAGE): ERROR: Could not find KDE4 kde4-config Call Stack (most recent call first): CMakeLists.txt:5 (find_package) ############### I have two questions: QUESTION 1: Which is KDE-program that installs the needed kde4-config ? QUESTION 2: my $KDEDIR is not /usr, is is sensible to change -DKDE4_AUTH_POLICY_FILES_INSTALL_DIR:STRING=/usr/share/PolicyKit/policy \ to -DKDE4_AUTH_POLICY_FILES_INSTALL_DIR:STRING=$KDEDIR/share/PolicyKit/policy \ in the cmake instruction above? suggestions welcomed lux-integ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
