Advertisement
fsvh

Untitled

Aug 22nd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. francisco@eos:~/rubik/rubic-companion/build$ cmake ../
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- 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. -- checking for modules 'gtk+-3.0;granite'
  13. -- package 'gtk+-3.0' not found
  14. -- package 'granite' not found
  15. CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
  16. A required package was not found
  17. Call Stack (most recent call first):
  18. /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
  19. CMakeLists.txt:25 (pkg_check_modules)
  20.  
  21.  
  22. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  23. Could NOT find Vala (missing: VALA_EXECUTABLE)
  24. Call Stack (most recent call first):
  25. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  26. cmake/FindVala.cmake:55 (find_package_handle_standard_args)
  27. CMakeLists.txt:31 (find_package)
  28.  
  29.  
  30. -- Configuring incomplete, errors occurred!
  31. francisco@eos:~/rubik/rubic-companion/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement