Announcement

Collapse
No announcement yet.

Problems installing/running .sh files...

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

    Problems installing/running .sh files...

    Hi there! I'm kinda new to Kubuntu, just uninstalled my W7 OS and got Kubuntu 9.10 with latest KDE 4.4. I have a small problem. From the repositories I got Daisy applet but it is outdated, its 0.0.4.21 and it doesn't work well with kde 4.4, so I downloaded 0.0.4.22 from the author's web.

    Now i've tried to install the applet in any possible way (i googled a lot before asking) but I get this error... what am I doing wrong?:

    Code:
    -- The CXX compiler identification is unknown
    CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.  Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
    CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
     ERROR: cmake/modules/FindKDE4Internal.cmake not found in
     /home/rodrigo/.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:3 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    make: *** No targets specified and no makefile found. Stop.
    
    An error occured during compilation!
    I tried with "sh install.sh", i tried with cmake, i tried with almost every possible way i found out (even opening the .sh file in kate, copying and pasting it in the terminal... but it just does the same cmake thing). Oh, i had to install cmake first. Already did. Can anyone help? I'll be really thankful!

    #2
    Re: Problems installing/running .sh files...

    From the repositories I got Daisy applet but it is outdated, its 0.0.4.21 and it doesn't work well with kde 4.4
    > Daisy >> Daisy home >>> Kubuntu Jaunty/Karmic package (PPA for Rog131)

    => FAQ: Repositories >> Using the PPA repositories:
    Please read before using...

    Go to the PPA repository "Overview" page and read the warnings/notifications/information/...
    The > PPA for Rog131 is telling:
    ...
    KDE packages are build against:
    - Karmic KDE 4.3
    - Lucid KDE 4.4
    ...
    don't mix (without testing) plasmoids (plasma widgets) from different KDE versions.
    http://kubuntuforums.net/forums/index.php?topic=3110033
    > Topic: Plasma, plasmoids and short how to recover


    I tried with "sh install.sh", i tried with cmake, i tried with almost every possible way i found out (even opening the .sh file in kate, copying and pasting it in the terminal... but it just does the same cmake thing). Oh, i had to install cmake first. Already did. Can anyone help? I'll be really thankful!

    Here is a link to more links > FAQ: Installing from source.

    To compile the Daisy you need: build-essential + kdebase-workspace-dev. After you have those do as told in the "INSTALL" file.


    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Problems installing/running .sh files...

      Thanks!!! nice reading there, i finally get how to install things that are not in the repositories =D

      Thank you very much!!

      Comment

      Working...
      X