Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/code/gnucash.git $ cmake -D CMAKE_INSTALL_PREFIX=/opt/gnucash-devel WITH_AQBANKING=OFF ../gnucash.git
- CMake Warning (dev) at /usr/share/cmake-3.5/Modules/GNUInstallDirs.cmake:347 (if):
- Policy CMP0054 is not set: Only interpret if() arguments as variables or
- keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
- details. Use the cmake_policy command to set the policy and suppress this
- warning.
- Quoted variables like "BINDIR" will no longer be dereferenced when the
- policy is set to NEW. Since the policy is not set the OLD behavior will be
- used.
- Call Stack (most recent call first):
- CMakeLists.txt:52 (INCLUDE)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Using guile-2.0.x
- -- Checking for module 'gwenhywfar'
- -- No package 'gwenhywfar' found
- CMake Error at /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:367 (message):
- A required package was not found
- Call Stack (most recent call first):
- /usr/share/cmake-3.5/Modules/FindPkgConfig.cmake:532 (_pkg_check_modules_internal)
- common/cmake_modules/GncFindPkgConfig.cmake:253 (PKG_CHECK_MODULES)
- CMakeLists.txt:328 (GNC_PKG_CHECK_MODULES)
- -- Configuring incomplete, errors occurred!
- See also "/home/apfelgriebs/code/gnucash.git/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement