On Thu, Mar 3, 2011 at 10:41 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote: <snip>
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.
<snip>
Do you have trinity_prefix defined to the correct directory? Looks like the problem with building all and building kview, but looking at kruler, you probably have it set right, and it probably needs a function set to detect the prefix you've set. Either that or you need to specify other directories (such as config_dir to {trinity_prefix}/etc or something of the sort).
kruler looks like it's missing a function for cmake: tde_install_icons. Maybe it needs to be set in the cmake files to install to the correct directory withing the specified trinity_prefix?
These are just my newbish suggestions... no experience with cmake, and it will be at least another two weeks (maybe more depending on some issues) before I have a new hard disk to help.