Problemy z kompilacj

Tematy związane z oprogramowaniem, instalacją, konfiguracją
alan666888
Posty: 93
Rejestracja: 12 lutego 2007, 21:03
Lokalizacja: z Neta

Problemy z kompilacją KDE 4 po cmakekde

Post autor: alan666888 »

Próbowałem kompilować najpierw z naszego poradnika ale nie działała komenda cmakekde. Znalazłem ten poradnik.
Pakiet kdesupport kompilował się za drugim razem bo brakowało zainstalowania jakiegoś pakietu.
Natomiast po:
1. kdelibs
cmakekde po chwili wyrzuca taki błąd

Kod: Zaznacz cały

-- KDE CMake PKGCONFIG macro indicates that libpcre is not installed on your computer.
-- Install the package which contains libpcre.pc if you want to support this feature.
-- Could not find OPTIONAL package PCRE
CMake Error at kjs/CMakeLists.txt:65 (message):
  The PCRE regular expression library has not been found.  KJS requires PCRE
  >= 4.5 to function properly.  If you for some reason can not install it,
  you can force a build with POSIX regex.h by passing
  -DKJS_FORCE_DISABLE_PCRE=true to cmake.  However, be advised that it'll
  result in many websites breaking


-- Configuring done
2.kdepimlibs
cmakekde po chwili wyrzuca taki błąd

Kod: Zaznacz cały

Make Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/kde4/.kde4/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
  CMakeLists.txt:6 (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
3. kdebase
cmakekde po chwili wyrzuca taki błąd

Kod: Zaznacz cały

CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:72 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/kde4/.kde4/share/apps;/usr/share/kde4/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 done


[ Dodano: 2008-06-27, 18:59 ]
Zrobiłem jeszcze raz i sie okazało że nie mam miejsca na hdd. Usunąłem trochę miejsca i poszło gładziutko bez żadnych problemów.
ODPOWIEDZ