Advertisement
Guest User

error while building kstar

a guest
Aug 27th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. vijay13@ubuntu:~/kde$ git clone git://anongit.kde.org/kstars
  2. Cloning into 'kstars'...
  3. remote: Counting objects: 52712, done.
  4. remote: Compressing objects: 100% (11154/11154), done.
  5. remote: Total 52712 (delta 42685), reused 51218 (delta 41515)
  6. Receiving objects: 100% (52712/52712), 56.08 MiB | 788 KiB/s, done.
  7. Resolving deltas: 100% (42685/42685), done.
  8. vijay13@ubuntu:~/kde$
  9. vijay13@ubuntu:~/kde$ ls
  10. kstars
  11. vijay13@ubuntu:~/kde$ cd kstars/
  12. vijay13@ubuntu:~/kde/kstars$ ls
  13. AUTHORS CMakeLists.txt COPYING.DOC INSTALL kstars.kdevprj README README.ephemerides README.planetmath TODO
  14. ChangeLog config-kstars.h.cmake datahandlers kstars kstars.lsm README.api README.i18n README.timekeeping TODO.old
  15. cmake COPYING doc kstars.kdevelop Mainpage.dox README.customize README.images Tests
  16. vijay13@ubuntu:~/kde/kstars$ mkdi
  17. mkdir mkdiskimage
  18. vijay13@ubuntu:~/kde/kstars$ mkdir build
  19. vijay13@ubuntu:~/kde/kstars$ cd build/
  20. vijay13@ubuntu:~/kde/kstars/build$ cmake ../kstars -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=~/kde/usr
  21. -- The C compiler identification is GNU
  22. -- The CXX compiler identification is GNU
  23. -- Check for working C compiler: /usr/bin/gcc
  24. -- Check for working C compiler: /usr/bin/gcc -- works
  25. -- Detecting C compiler ABI info
  26. -- Detecting C compiler ABI info - done
  27. -- Check for working CXX compiler: /usr/bin/c++
  28. -- Check for working CXX compiler: /usr/bin/c++ -- works
  29. -- Detecting CXX compiler ABI info
  30. -- Detecting CXX compiler ABI info - done
  31. CMake Error at icons/CMakeLists.txt:2 (kde4_install_icons):
  32. Unknown CMake command "kde4_install_icons".
  33.  
  34.  
  35. CMake Warning (dev) in CMakeLists.txt:
  36. No cmake_minimum_required command is present. A line of code such as
  37.  
  38. cmake_minimum_required(VERSION 2.8)
  39.  
  40. should be added at the top of the file. The version specified may be lower
  41. if you wish to support older CMake versions for this project. For more
  42. information run "cmake --help-policy CMP0000".
  43. This warning is for project developers. Use -Wno-dev to suppress it.
  44.  
  45. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement