<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Helvetica, Arial, sans-serif">I followed
the instructions on the website, no problems up until the build.
Following the instructions, the /build folder is put directly into the
/rkward_trunk folder, which leads to an error using the cmake command:<br>
<blockquote type="cite"><small><font face="Monaco">CMake Error: The
source directory "/Users/Home/rkward_trunk" does not appear to contain
CMakeLists.txt.<br>
Specify --help for usage, or press the help button on the CMake GUI.</font></small><br>
</blockquote>
moving the /build folder into the /rkward_trunk/rkward folder solves
this problem.<br>
<br>
Running the cmake command again completes the build, however I still
get an error message:<br>
<blockquote type="cite"><font size="-1"><font
 face="Helvetica, Arial, sans-serif"><small><font face="Monaco">CMake
Error at /sw/share/cmake-2.8/Modules/FindKDE4.cmake:58 (MESSAGE):<br>
  ERROR: Could not find KDE4 kde4-config<br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:10 (FIND_PACKAGE)<br>
  <br>
  <br>
-- Configuring incomplete, errors occurred!</font></small></font></font></blockquote>
I checked whether kde4-config file was installed properly and it is
installed under: Macintosh HD/opt/local/bin (the default location
installing kde4 using fink, I guess). The install file said the command
is used to set the install base directory, so I tried setting it to </font></font><font
 size="-1"><font face="Helvetica, Arial, sans-serif">/opt/local/bin,
but I keep getting the same error, which seems to be caused by the<br>
<blockquote type="cite"><small><font face="Monaco">FIND_PACKAGE(KDE4
REQUIRED)</font></small></blockquote>
line in the CMakeLists.txt file. Itried to see if I could simply
continue the installation by running the make command, but I get the
following error:
<blockquote type="cite"><small><font face="Monaco">make: *** No targets
specified and no makefile found.  Stop.</font></small><br>
</blockquote>
</font></font><font size="-1"><font face="Helvetica, Arial, sans-serif">That's
about all I can come up with, any help would be appreciated.<br>
<br>
Cheers, Roel<br>
<br>
</font></font>
</body>
</html>