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?:
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!
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!
Comment