Installatoin problems

Throstur Jonsson tj at rational-network.com
Thu Nov 7 16:51:31 GMT 2013


Hi,
I'm trying to install KDevelop4 (version 4.5.2) on Debian under Oracle 
Virtual box running on Windows 7.
I follow the instructions from here:
http://techbase.kde.org/Projects/KDevelop4/HowToCompile#1._Get_the_requirements
I first installed Grantlee as suggested. However before that was willing 
to install I had to do this:
    sudo apt get-install cmake
    sudo apt-get install qt4-qmake
    sudo apt-get install qt4
    sudo apt-get install libqt4-dev
    wget http://downloads.grantlee.org/grantlee-0.3.0.tar.gz
    tar svf grantlee-0.3.0.tar.gz
And then to install grantlee
   cd grantlee
   mkdir build && cd build
   cmake ..
   make && make install

So far so good. Now I try to compile and install the kdevplatform-1.5.2 
(system installation):
    mkdir -p build
    cd build
    cmake ../
cmake returns an error complaining that kde stuff was not installed. So 
I did as described here
https://wiki.debian.org/KdeDebInstall
   aptitude install kde xorg
   sudo apt-get install kdelibs5-dev (se 
http://ubuntuforums.org/showthread.php?t=718183)

After this I retry compiling kdevplatform-1.5.2 with
   cmake ../

and get this result:
-- Found Qt-Version 4.6.3 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.4.2
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at 
/usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1267 (message):
   ERROR: the installed kdelibs version 4.4.5 is too old, at least version
   4.7.0 is required
Call Stack (most recent call first):
   /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)
   CMakeLists.txt:14 (find_package)

The problem is that I can not find this kdelibs 4.7.0 or higher anywhere 
for Debian installation.
How do I solve this problem?

Regards
   TJ



More information about the KDevelop mailing list