When i try to install this window decoration at: Crystal KDE-Look.org
The terminal gives me:
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-- 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/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/norrsken/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:4 (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 incomplete, errors occurred!
Whats that CMake error?
Any idea how to fix this? I really want this window decoration.
If you add the community kde4 you install from Yast - Software Management
I can post the repo, once I know what kde4 you have
Post the output of:
zypper lr --details
Ok here is the output. Some words is in swedish but i hope it should not be any problems.
zypper lr --details
# | Alias | Namn | Aktiverad | Uppdatera | Prioritet | Typ | uri | Tjänst
---+--------------------------+---------------------------------------------+-----------+-----------+-----------+--------+--------------------------------------------------------------------------------------+-------
1 | KDE:42 | KDE:42 | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/42/openSUSE_11.1/ |
2 | KDE:KDE4:Factory:Desktop | KDE:KDE4:Factory:Desktop | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.1/ |
3 | X11:XGL | X11:XGL | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/X11:/XGL/openSUSE_11.1_KDE4_Factory/ |
4 | devel:tools:building | devel:tools:building | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/devel:/tools:/building/openSUSE_11.1/ |
5 | repo | NVIDIA Repository | Ja | Ja | 99 | rpm-md | http://download.nvidia.com/opensuse/11.1 |
6 | repo-debug | openSUSE-11.1-Debug | Nej | Ja | 100 | NONE | http://download.opensuse.org/debug/distribution/11.1/repo/oss/ |
7 | repo-non-oss | openSUSE-11.1-Non-Oss | Ja | Ja | 100 | yast2 | http://download.opensuse.org/distribution/11.1/repo/non-oss/ |
8 | repo-oss | openSUSE-11.1-Oss | Ja | Ja | 100 | yast2 | http://download.opensuse.org/distribution/11.1/repo/oss/ |
9 | repo-source | openSUSE-11.1-Source | Nej | Ja | 100 | NONE | http://download.opensuse.org/source/distribution/11.1/repo/oss/ |
10 | repo-update | openSUSE-11.1-Update | Ja | Ja | 20 | rpm-md | http://download.opensuse.org/update/11.1/ |
11 | repo_1 | openSUSE BuildService - Wine CVS-byggen | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_11.1/ |
12 | repo_2 | openSUSE BuildService - KDE:Bakåtportningar | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/Backports/openSUSE_11.1/ |
13 | repo_3 | openSUSE BuildService - KDE:Community | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/Community/openSUSE_11.1/ |
14 | repo_4 | openSUSE BuildService - Mono:Community | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/Mono:/Community/openSUSE_11.1/ |
15 | repo_5 | openSUSE BuildService - Spel | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/games/openSUSE_11.1/ |
16 | repo_6 | openSUSE BuildService - Mozilla | Ja | Ja | 99 | rpm-md | http://download.opensuse.org/repositories/mozilla/openSUSE_11.1/ |
17 | repo_8 | Packman Repository | Ja | Ja | 99 | rpm-md | http://ftp.skynet.be/pub/packman/suse/11.1/
You need to disable repo #2
and add in this one
Index of /repositories/KDE:/KDE4:/Community/openSUSE_11.1_KDE_42
then check your packages in the 42 desktop because I suspect it will need an unconditional update of all packages.
Crystal you will find in the community 42
I did that and it worked now.
Thanks.