daily pastebin goal
22%
SHARE
TWEET

cmake

a guest Oct 11th, 2015 91 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cmake .. -DCMAKE_CXX_COMPILER=/usr/bin/c++
  2. -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  3. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  4.   pkg-config tool not found
  5. Call Stack (most recent call first):
  6.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  7.   src/shared/CMakeLists.txt:4 (pkg_check_modules)
  8.  
  9.  
  10. -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  11. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  12.   pkg-config tool not found
  13. Call Stack (most recent call first):
  14.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  15.   src/wifi/CMakeLists.txt:20 (pkg_check_modules)
  16.  
  17.  
  18. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  19.   pkg-config tool not found
  20. Call Stack (most recent call first):
  21.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  22.   src/wifi/CMakeLists.txt:21 (pkg_check_modules)
  23.  
  24.  
  25. -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  26. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  27.   pkg-config tool not found
  28. Call Stack (most recent call first):
  29.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  30.   src/dhcp/CMakeLists.txt:17 (pkg_check_modules)
  31.  
  32.  
  33. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  34.   pkg-config tool not found
  35. Call Stack (most recent call first):
  36.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  37.   src/dhcp/CMakeLists.txt:18 (pkg_check_modules)
  38.  
  39.  
  40. -- Could NOT find Readline (missing:  READLINE_INCLUDE_DIR READLINE_LIBRARY)
  41. -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  42. -- Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  43. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  44.   pkg-config tool not found
  45. Call Stack (most recent call first):
  46.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  47.   CMakeLists.txt:24 (pkg_check_modules)
  48.  
  49.  
  50. CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:385 (message):
  51.   pkg-config tool not found
  52. Call Stack (most recent call first):
  53.   /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:399 (_pkg_check_modules_internal)
  54.   CMakeLists.txt:25 (pkg_check_modules)
  55.  
  56.  
  57. -- Configuring incomplete, errors occurred!
  58. See also "/home/noelia/miraclecast-master/CMakeFiles/CMakeOutput.log".
RAW Paste Data
Top