Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. -- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR PCRE_PCRE_LIBRARY PCRE_PCREPOSIX_LIBRARY)
  2. CMake Error at kjs/CMakeLists.txt:69 (message):
  3. The PCRE regular expression library has not been found. KJS requires PCRE
  4. >= 4.5 to function properly. If you for some reason can not install it,
  5. you can force a build with POSIX regex.h by passing
  6. -DKJS_FORCE_DISABLE_PCRE=true to cmake. However, be advised that it'll
  7. result in many websites breaking
  8.  
  9.  
  10. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  11. Please set them or make sure they are set and tested correctly in the CMake files:
  12. LIBATTICA_INCLUDE_DIR (ADVANCED)
  13. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui
  14. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui/about
  15. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui/tests
  16. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui/tests/kconfig_compiler
  17. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui/tests/proxymodeltestsuite
  18. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui/tests/proxymodeltestapp
  19. used as include directory in directory /home/sunny/kde/src/KDE/kdelibs/kdeui/sonnet/tests
  20. LIBATTICA_LIBRARIES (ADVANCED)
  21. linked by target "kdeui" in directory /home/sunny/kde/src/KDE/kdelibs/kdeui
  22.  
  23. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement