Announcement

Collapse
No announcement yet.

Cannot build yAWP from sources.

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

    Cannot build yAWP from sources.

    I'm trying to install the yAWP weather plasmoid and have a dependency I cannot resolve and I don't know what package is being asked for.

    Here is the output from cmake.



    UNITTESTS:
    -- The C compiler identification is GNU
    -- The CXX compiler identification is GNU
    -- Check for working C compiler: /usr/bin/gcc
    -- Check for working C compiler: /usr/bin/gcc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
    ERROR: cmake/modules/FindKDE4Internal.cmake not found in
    /home/jay/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
    Call Stack (most recent call first):
    CMakeLists.txt:12 (FIND_PACKAGE)


    -- Configuring incomplete, errors occurred!
    CMake failed. Your system probably does not match all requirements.



    In investigating, I tried the KDE4 application template generator KAppTemplate to create a plasmoid application shell and the CMake there fails in the same way.

    What am I missing?

    Kubunto: 4.3.2

    #2
    Re: Cannot build yAWP from sources.

    First off, you can install yawp from rog's ppa repository:
    https://launchpad.net/~samrog131/+archive/ppa
    (package plasma-widget-yawp available for jaunty,karmic and lucid)

    In case you want to compile (for some reason), you need to install at least kdelibs5-dev development library.

    Comment

    Working...
    X