[rkward-users] [rkward - Help] RE: Can't build Rkward 050d on OpenSuSE 11.1 KDE4

SourceForge.net noreply at sourceforge.net
Fri May 15 22:11:44 UTC 2009


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7394491
By: kapatp

OK:

1. Try not to use root when building (probably doesn't harm,  but still...).
root is needed only when doing make install.

2. [Aside] I got confused again. For Debian derivatives kdelibs4 was for KDE
3.x and kdelibs5 is for KDE 4.x. But searching through opensuse softwares, it
seems they are named: kdelibs3 and kdelibs4, respectively.

3. Suse 11.1's 'libkde4-devel' package contains
/usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake which at the same
location as that for Debian's kdelibs5-dev package.

Suse 11.1: http://download.opensuse.org/repositories/KDE:/42/openSUSE_11.1/i586/
libkde4-devel-4.2.3-3.1.i586.rpm
Ubuntu: http://packages.ubuntu.com/jaunty/i386/kdelibs5-dev/filelist

So, there you go, install libkde4-devel, then give the correct cmake command:

4. You'll need to provide a correct path to cmake, eg:

/home/joe/Download/rkward-0.5.0d/build # cmake -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..

Note the '..' in the end of the above line. Specifically, this should be the
path to the directory where CMakeLists.txt exists. It is generally specified
as relative to the current working directory, hence '..' or '../rkward'.

Hopefully, it should compile now.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165574




More information about the Rkward-users mailing list