So I'd like to add a better weather widget to my kubuntu desktop.
I'm trying to install some that I found on http://www.kde-look.org
However, I guess I must not have all of the needed packages installed.
For example, I downloaded the plasmoid from (top source file):
http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106
Then:
tar -xvf yawp-0.2.3.tar.bz2
cd yawp-0.2.3
./install.sh
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/michael/Documents/yawp-0.2.3
make: *** No rule to make target `clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
Compilation failed, sorry :-(
So whats the problem here?
I have packages such as: kdeartwork, kdebase-dev, kde-devel, kdelibs
On similar plasmoids I have got the following:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
Can anyone help me out?
I'm trying to install some that I found on http://www.kde-look.org
However, I guess I must not have all of the needed packages installed.
For example, I downloaded the plasmoid from (top source file):
http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106
Then:
tar -xvf yawp-0.2.3.tar.bz2
cd yawp-0.2.3
./install.sh
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
-- Generating done
-- Build files have been written to: /home/michael/Documents/yawp-0.2.3
make: *** No rule to make target `clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
Compilation failed, sorry :-(
So whats the problem here?
I have packages such as: kdeartwork, kdebase-dev, kde-devel, kdelibs
On similar plasmoids I have got the following:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
Can anyone help me out?
Comment