Advertisement
Guest User

Another error I think

a guest
Jul 29th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.52 KB | None | 0 0
  1. dogan@dogan-ThinkPad-T530 ~/Downloads/libktorrent-1.3.1/build $ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
  2. -- The C compiler identification is GNU 4.8.4
  3. -- The CXX compiler identification is GNU 4.8.4
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
  13.   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  14.   /home/dogan/.kde/share/apps;/usr/share/kde4/apps
  15. Call Stack (most recent call first):
  16.   CMakeLists.txt:3 (find_package)
  17.  
  18.  
  19. CMake Warning (dev) in CMakeLists.txt:
  20.   No cmake_minimum_required command is present.  A line of code such as
  21.  
  22.     cmake_minimum_required(VERSION 2.8)
  23.  
  24.   should be added at the top of the file.  The version specified may be lower
  25.   if you wish to support older CMake versions for this project.  For more
  26.   information run "cmake --help-policy CMP0000".
  27. This warning is for project developers.  Use -Wno-dev to suppress it.
  28.  
  29. -- Configuring incomplete, errors occurred!
  30. See also "/home/dogan/Downloads/libktorrent-1.3.1/build/CMakeFiles/CMakeOutput.log".
  31. See also "/home/dogan/Downloads/libktorrent-1.3.1/build/CMakeFiles/CMakeError.log".
  32. dogan@dogan-ThinkPad-T530 ~/Downloads/libktorrent-1.3.1/build $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement