[rkward-users] problem installing on Mac
Roel Verberne
roel.verberne at unil.ch
Fri Apr 30 09:00:45 UTC 2010
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:
> CMake Error: The source directory "/Users/Home/rkward_trunk" does not
> appear to contain CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.
moving the /build folder into the /rkward_trunk/rkward folder solves
this problem.
Running the cmake command again completes the build, however I still get
an error message:
> CMake Error at /sw/share/cmake-2.8/Modules/FindKDE4.cmake:58 (MESSAGE):
> ERROR: Could not find KDE4 kde4-config
> Call Stack (most recent call first):
> CMakeLists.txt:10 (FIND_PACKAGE)
>
>
> -- Configuring incomplete, errors occurred!
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
/opt/local/bin, but I keep getting the same error, which seems to be
caused by the
> FIND_PACKAGE(KDE4 REQUIRED)
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:
> make: *** No targets specified and no makefile found. Stop.
That's about all I can come up with, any help would be appreciated.
Cheers, Roel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-users/attachments/20100430/c7062104/attachment.html>
More information about the Rkward-users
mailing list