On 03/03/2011 07:32 PM, Calvin Morrison wrote:
David,
You have to build the whole package, or you need to use cmake -DBUILD_KRULER=ON if you wanna build kruler by itself
Calvin
Calvin,
I'm trying. See my last reply to Serghei. It looks like the build isn't liking:
tde_install_icons( kruler )
in kruler/pics/CMakeLists.txt, ... and ... it doesn't like the following in the main kruler CMakeLists.txt:
install( FILES eventsrc ${DATA_INSTALL_DIR}/kruler ) ^^^^^^^^^^^^^^^^
Can I specify DATA_INSTALL_DIR as a CMake option? How? and what is it here? With kview, it is not liking:
tde_install_icons( kview )
in the kimageviewer CMakeLists.txt, the error point to:
install( FILES kimageviewercanvas.desktop kimageviewer.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
Taking both sets of errors as a whole, it looks like CMake doesn't know what to do with "tde_install_icons" and it doesn't know what the directories are (eg. ${DATA_INSTALL_DIR} and ${SERVICETYPES_INSTALL_DIR}) or it just doesn't like the "install" keyword.
Are they building for you??