I've used linux on an off for about a year now, but still don't know much other than the bare minimum. The plasmoids and widgets in kde4.1 look pretty appealing but i can't seem to install any of them.
http://sathyasays.com/2008/09/01/how...ets-in-kde-41/
following that tutorial i entered all the commands
* tar -xvf plasmoid.tar.gz
* cd plasmoid
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` ..
* make
* sudo make install OR su -c “make install”
here is what i get
username@ubuntu:~/Desktop/emailnotify/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` ..
kde4-config: Unexpected argument '–prefix'.
kde4-config: Use --help to get a list of available command line options.
-- 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:72 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/username/.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:5 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
then when i enter the make commmand i get
make: *** No targets specified and no makefile found. Stop.
what am i doing wrong? Also widgets for mac osx seem to download fine but anywhere there is a field to enter text, i can select the field box but it wont recognize that im typing anything.
I was also wondering how in the world i can set up activities in intrepid ibex.
thank you guys in advance.
http://sathyasays.com/2008/09/01/how...ets-in-kde-41/
following that tutorial i entered all the commands
* tar -xvf plasmoid.tar.gz
* cd plasmoid
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` ..
* make
* sudo make install OR su -c “make install”
here is what i get
username@ubuntu:~/Desktop/emailnotify/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` ..
kde4-config: Unexpected argument '–prefix'.
kde4-config: Use --help to get a list of available command line options.
-- 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:72 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/username/.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:5 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
then when i enter the make commmand i get
make: *** No targets specified and no makefile found. Stop.
what am i doing wrong? Also widgets for mac osx seem to download fine but anywhere there is a field to enter text, i can select the field box but it wont recognize that im typing anything.
I was also wondering how in the world i can set up activities in intrepid ibex.
thank you guys in advance.
Comment