Skip to content

Instantly share code, notes, and snippets.

@kapilpipaliya
Created November 28, 2018 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilpipaliya/edbdea656f81631a8dfe2dfadb8c888a to your computer and use it in GitHub Desktop.
Save kapilpipaliya/edbdea656f81631a8dfe2dfadb8c888a to your computer and use it in GitHub Desktop.
[kapil@kapil-pc gnucash-master]$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -DCMAKE_PREFIX_PATH=$HOME/.local .
-- The C compiler identification is GNU 8.2.1
-- The CXX compiler identification is GNU 8.2.1
-- Check for working C compiler: /bin/cc
-- Check for working C compiler: /bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /bin/c++
-- Check for working CXX compiler: /bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /bin/pkg-config (found version "1.5.4")
-- Checking for module 'glib-2.0>=2.40'
-- Found glib-2.0, version 2.58.1
-- Checking for module 'gio-2.0'
-- Found gio-2.0, version 2.58.1
-- Checking for module 'gobject-2.0>=2.20'
-- Found gobject-2.0, version 2.58.1
-- Checking for module 'gmodule-2.0>=2.20'
-- Found gmodule-2.0, version 2.58.1
-- Checking for module 'gthread-2.0>=2.20'
-- Found gthread-2.0, version 2.58.1
-- Checking for module 'libxml-2.0>=2.7.0'
-- Found libxml-2.0, version 2.9.8
-- Checking for module 'libxslt'
-- Found libxslt, version 1.1.32
-- Checking for module 'webkit2gtk-4.0'
-- Found webkit2gtk-4.0, version 2.22.3
-- Checking for module 'gtk+-3.0>=3.10.0'
-- Found gtk+-3.0, version 3.24.1
-- Checking for module 'zlib'
-- Found zlib, version 1.2.11
-- Found Gettext: /bin/msgmerge (found suitable version "0.19.8.1", minimum required is "0.19.6")
-- Using guile-2.2.x
-- Using guile SRFI-64
-- Using guile textual-ports
-- Checking for module 'gwenhywfar'
-- Found gwenhywfar, version 4.20.0
-- Checking for module 'aqbanking'
-- Found aqbanking, version 5.7.8
-- Checking for module 'ktoblzcheck'
-- Found ktoblzcheck, version 1.49
-- Checking for module 'gwengui-gtk3'
-- Found gwengui-gtk3, version 4.20.0
-- Checking for module 'libofx'
-- Found libofx, version 0.9.13
-- Performing Test HAVE_OFX_BUG_39
-- Performing Test HAVE_OFX_BUG_39 - Success
-- Found LibXslt: xslt;m;xml2 (found version "1.1.32")
-- Found Perl: /bin/perl (found version "5.28.0")
-- Checking for module 'icu-uc'
-- Found icu-uc, version 63.1
-- Checking for module 'icu-i18n'
-- Found icu-i18n, version 63.1
-- Checking for module 'libsecret-1>=0.18'
-- Found libsecret-1, version 0.18.6
-- Performing Test have_stringop_truncation
-- Performing Test have_stringop_truncation - Success
-- Checking for GTEST
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - no
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Checking for GMOCK
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file glob.h
-- Looking for include file glob.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/times.h
-- Looking for include file sys/times.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file utmp.h
-- Looking for include file utmp.h - found
-- Looking for include file wctype.h
-- Looking for include file wctype.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Performing Test have_mod_mask
-- Performing Test have_mod_mask - Success
-- Configuring done
CMake Error at common/test-core/CMakeLists.txt:43 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/common/test-core/swig-unittest-support-guile.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at libgnucash/app-utils/CMakeLists.txt:94 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/libgnucash/app-utils/swig-app-utils-guile.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at libgnucash/core-utils/CMakeLists.txt:140 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/libgnucash/core-utils/swig-core-utils-guile.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at libgnucash/engine/CMakeLists.txt:225 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/libgnucash/engine/swig-engine.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at libgnucash/gnc-module/CMakeLists.txt:21 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/libgnucash/gnc-module/swig-gnc-module.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at gnucash/gnome/CMakeLists.txt:126 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/gnucash/gnome/swig-gnome.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at gnucash/gnome-utils/CMakeLists.txt:206 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/gnucash/gnome-utils/swig-gnome-utils.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at gnucash/html/CMakeLists.txt:37 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/gnucash/html/swig-gnc-html.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at gnucash/report/report-gnome/CMakeLists.txt:26 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/gnucash/report/report-gnome/swig-report-gnome.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at gnucash/report/report-system/CMakeLists.txt:18 (add_library):
Cannot find source file:
/home/kapil/Downloads/gnucash-master/gnucash/report/report-system/swig-report-system.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at common/test-core/CMakeLists.txt:43 (add_library):
No SOURCES given to target: test-core-guile
CMake Error at libgnucash/app-utils/CMakeLists.txt:94 (add_library):
No SOURCES given to target: gncmod-app-utils
CMake Error at libgnucash/core-utils/CMakeLists.txt:140 (add_library):
No SOURCES given to target: gnc-core-utils
CMake Error at libgnucash/engine/CMakeLists.txt:225 (add_library):
No SOURCES given to target: gncmod-engine
CMake Error at libgnucash/gnc-module/CMakeLists.txt:21 (add_library):
No SOURCES given to target: gnc-module
CMake Error at gnucash/gnome/CMakeLists.txt:126 (add_library):
No SOURCES given to target: gnc-gnome
CMake Error at gnucash/gnome-utils/CMakeLists.txt:206 (add_library):
No SOURCES given to target: gncmod-gnome-utils
CMake Error at gnucash/html/CMakeLists.txt:37 (add_library):
No SOURCES given to target: gncmod-html
CMake Error at gnucash/report/report-gnome/CMakeLists.txt:26 (add_library):
No SOURCES given to target: gncmod-report-gnome
CMake Error at gnucash/report/report-system/CMakeLists.txt:18 (add_library):
No SOURCES given to target: gncmod-report-system
-- Build files have been written to: /home/kapil/Downloads/gnucash-master
[kapil@kapil-pc gnucash-master]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment