Hello<br><br>I'm trying to compile rkward on Ubuntu 8.04 where KDE4 is (I think) installed, following instructions on<br> the wiki and the webpage mentionned (planetkde). <br><br>I guess (hope actually) it is a simple problem of dependency? I have following error: <br>
<br>baia@Didunix:~/rkward/rkward/build$ cmake  -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../<br>bash: kde4-config: command not found<br>CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:44 (MESSAGE):<br>  ERROR: Could not find KDE4 kde4-config<br>
Call Stack (most recent call first):<br>  CMakeLists.txt:8 (FIND_PACKAGE)<br><br><br>CMake Warning (dev) in CMakeLists.txt:<br>  No cmake_minimum_required command is present.  A line of code such as<br><br>    cmake_minimum_required(VERSION 2.6)<br>
<br>  should be added at the top of the file.  The version specified may be lower<br>  if you wish to support older CMake versions for this project.  For more<br>  information run "cmake --help-policy CMP0000".<br>
This warning is for project developers.  Use -Wno-dev to suppress it.<br><br>-- Configuring incomplete, errors occurred!<br><br>Should I have kde4-config? It seems it is not a package, where can I have it from? I checked on system specific issues page (<a href="http://rkward.sourceforge.net/wiki/index.php?title=System_Specific_Issues">http://rkward.sourceforge.net/wiki/index.php?title=System_Specific_Issues</a>) but I'm not sure whether this page is up to date... can you confirm me please? Indeed, it says xlibs-dev is required but it seems it is not availabe on usual repos. <br>
<br>Or is it another problem than dependency and I don't use the good command/steps?<br><br>Thanks so much!<br><br>Matthieu<br>