Announcement

Collapse
No announcement yet.

KDE3 headers etc from where? Kubuntu 11.10

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    KDE3 headers etc from where? Kubuntu 11.10

    Hi!

    I'm trying compile piklab-0.15.9 package but cmake gives an error:

    Code:
    cmake .
    -- Didn't find KDE3 headers
    -- Found KDE3 library dir: /usr/lib
    -- Didn't find the KDE3 dcopidl preprocessor
    -- Didn't find the KDE3 dcopidl2cpp preprocessor
    -- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
    CMake Error at /usr/share/cmake-2.8/Modules/FindKDE3.cmake:288 (MESSAGE):
     Could NOT find everything required for compiling KDE 3 programs
    Call Stack (most recent call first):
     CMakeLists.txt:36 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    I can't find any kdelibs(x)-dev package that solves dependency.
    What to do?

    My Kubuntu 11.10 installation is 64 bit version.

    Thanks, Henry



    #2
    Re: KDE3 headers etc from where? Kubuntu 11.10

    KDE3 headers etc

    KDE3 headers package: kdebase-dev
    This package contains headers and other development files needed to compile software based on the KDE base module.
    It is available: http://packages.ubuntu.com/search?ke...ll&section=all

    -> For the Kubuntu Hardy Heron aka Kubuntu 8.04.


    KDE3 libs was removed during the Kubuntu 11.10 development cycle: https://bugs.launchpad.net/ubuntu/+s...bs/+bug/794513
    Please remove kdelibs and kdewebdev-kde3 from the archive

    kdelibs is long deprecated, unmaintained and has already been removed from Debian:
    http://bugs.debian.org/619728
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment

    Working...
    X