Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ~/code/gnucash.git $ cmake -D CMAKE_INSTALL_PREFIX=/opt/gnucash-devel WITH_AQBANKING=OFF ../gnucash.git
  2. CMake Warning (dev) at /usr/share/cmake-3.5/Modules/GNUInstallDirs.cmake:347 (if):
  3. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  4. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  5. details. Use the cmake_policy command to set the policy and suppress this
  6. warning.
  7.  
  8. Quoted variables like "BINDIR" will no longer be dereferenced when the
  9. policy is set to NEW. Since the policy is not set the OLD behavior will be
  10. used.
  11. Call Stack (most recent call first):
  12. CMakeLists.txt:52 (INCLUDE)
  13. This warning is for project developers. Use -Wno-dev to suppress it.
  14.  
  15. -- Using guile-2.0.x
  16. -- Checking for module 'gwenhywfar'
  17. -- No package 'gwenhywfar' found
  18. CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
  19. A required package was not found
  20. Call Stack (most recent call first):
  21. /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
  22. common/cmake_modules/GncFindPkgConfig.cmake:253 (PKG_CHECK_MODULES)
  23. CMakeLists.txt:328 (GNC_PKG_CHECK_MODULES)
  24.  
  25.  
  26. -- Configuring incomplete, errors occurred!
  27. See also "/home/apfelgriebs/code/gnucash.git/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement