Advertisement
Guest User

Final Term Install - Error starts at "cmake .."

a guest
Jul 8th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Jacobs-MacBook-Pro:~ Jacob$ cd Downloads
  2. Jacobs-MacBook-Pro:Downloads Jacob$ git clone https://github.com/p-e-w/finalterm.git
  3. Cloning into 'finalterm'...
  4. remote: Counting objects: 485, done.
  5. remote: Compressing objects: 100% (237/237), done.
  6. remote: Total 485 (delta 260), reused 428 (delta 212)
  7. Receiving objects: 100% (485/485), 1013.57 KiB | 528 KiB/s, done.
  8. Resolving deltas: 100% (260/260), done.
  9. Jacobs-MacBook-Pro:Downloads Jacob$ cd finalterm/
  10. Jacobs-MacBook-Pro:finalterm Jacob$ mkdir build
  11. Jacobs-MacBook-Pro:finalterm Jacob$ cd build/
  12. Jacobs-MacBook-Pro:build Jacob$ cmake ..
  13. -- The C compiler identification is Clang 4.2.0
  14. -- The CXX compiler identification is Clang 4.2.0
  15. -- Check for working C compiler: /usr/bin/cc
  16. -- Check for working C compiler: /usr/bin/cc -- works
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Check for working CXX compiler: /usr/bin/c++
  20. -- Check for working CXX compiler: /usr/bin/c++ -- works
  21. -- Detecting CXX compiler ABI info
  22. -- Detecting CXX compiler ABI info - done
  23. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  24. CMake Error at /usr/local/Cellar/cmake/2.8.11/share/cmake/Modules/FindPkgConfig.cmake:319 (message):
  25. pkg-config tool not found
  26. Call Stack (most recent call first):
  27. /usr/local/Cellar/cmake/2.8.11/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
  28. CMakeLists.txt:47 (pkg_check_modules)
  29.  
  30.  
  31. CMake Error at /usr/local/Cellar/cmake/2.8.11/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  32. Could NOT find Vala (missing: VALA_EXECUTABLE)
  33. Call Stack (most recent call first):
  34. /usr/local/Cellar/cmake/2.8.11/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  35. cmake/FindVala.cmake:55 (find_package_handle_standard_args)
  36. CMakeLists.txt:54 (find_package)
  37.  
  38.  
  39. -- Configuring incomplete, errors occurred!
  40. Jacobs-MacBook-Pro:build Jacob$ make
  41. make: *** No targets specified and no makefile found. Stop.
  42. Jacobs-MacBook-Pro:build Jacob$ sudo make install
  43. Password:
  44. make: *** No rule to make target `install'. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement