Hallo, es wäre schön wenn Ihr mir mal helfen könntet cmake ans Laufen zu bringen. Ich brauche es, um ein Plugin für Kopete zu kompilieren. Ich habe cmake samt cmake-qt-gui installiert, trotzdem wirft es mir folgenden Fehler aus:
CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE): ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/netghost/.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)
CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
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!