You are not logged in.
when i tried to compile from aur says:
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/root/.kde4/share/apps;/usr/share/apps;/opt/kde/share/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.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!
i use archlinux 686 , kde 4.3 rc2 i have cmake and base-devel installed
can i help me?
Last edited by DarkMind (2009-07-15 06:53:20)
Offline
Hmm....
A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file.
Try that?
Offline
not work
Offline
not work
The warning about the missing
cmake_minimum_required(..)
statement is just a warning and doesn't cause cmake to fail.
If you add the statement your output will shrink to the actual error message, which is the missing FindKDE4Internal.cmake. Considering
$ pacman -Qo /usr/share/apps/cmake/modules/FindKDE4Internal.cmake
/usr/share/apps/cmake/modules/FindKDE4Internal.cmake is owned by kdelibs 4.2.4-2
I wonder if you have kdelibs installed.
Best,
-- Maik
Offline
pacman -Qo /usr/share/apps/cmake/modules/FindKDE4Internal.cmake
error: no se pudo leer el archivo '/usr/share/apps/cmake/modules/FindKDE4Internal.cmake': No existe el fichero o el directorio
Offline
reinstalling kdelibs solves the problem
thanks
Offline