At the end of this list is the extremely helpful message: "-- Configuring incomplete, errors occurred!"
Looking further back, it appears that I forgot to install git in the chroot environment: "-- Could NOT find Git (missing: GIT_EXECUTABLE)". And I may need to figure this message out to see what needs to happen: "-- Looking for AB_Banking_RuntimeConfig_SetCharValue - not found". ** AND Maybe NOT! (see next) ** Few minutes later: After installing the git package into the Disco chroot (source), managed to get this message instead: -- Build files have been written to: /home/steve/Projects/GnuCash/V37 make will take awhile so will update the mailing list later. Thanks John for your guidance. Couldn't do this without the team. --Steve For those curious as to the prior cmake output without git: cmake -G 'Unix Makefiles' -DWITH_PYTHON=ON -DGTEST_ROOT=/usr/src/googletest/googletest -DGMOCK_ROOT=/usr/src/googletest/googlemock ../gnucash -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/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: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found UnixCommands: /bin/bash -- Could NOT find Git (missing: GIT_EXECUTABLE) CMake Error at CMakeLists.txt:153 (message): Looks like we're building from version control, but can't find git executable. Please set GIT_EXECUTABLE. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'glib-2.0>=2.40' -- Found glib-2.0, version 2.60.0 -- Checking for module 'gio-2.0' -- Found gio-2.0, version 2.60.0 -- Checking for module 'gobject-2.0>=2.20' -- Found gobject-2.0, version 2.60.0 -- Checking for module 'gmodule-2.0>=2.20' -- Found gmodule-2.0, version 2.60.0 -- Checking for module 'gthread-2.0>=2.20' -- Found gthread-2.0, version 2.60.0 -- Checking for module 'libxml-2.0>=2.7.0' -- Found libxml-2.0, version 2.9.4 -- Checking for module 'libxslt' -- Found libxslt, version 1.1.32 -- Checking for module 'webkit2gtk-4.0' -- Found webkit2gtk-4.0, version 2.24.4 -- Checking for module 'gtk+-3.0>=3.10.0' -- Found gtk+-3.0, version 3.24.8 -- Checking for module 'zlib' -- Found zlib, version 1.2.11 -- Found Gettext: /usr/bin/msgmerge (found suitable version "0.19.8.1", minimum required is "0.19.6") -- Found SWIG: /usr/bin/swig3.0 (found suitable version "3.0.12", minimum required is "2.0.10") -- Using guile-2.2.x -- Using guile SRFI-64 -- Using guile textual-ports -- Checking for module 'gwenhywfar>=4.9.99' -- Found gwenhywfar, version 4.20.0 -- Checking for module 'aqbanking>=5.3.4' -- Found aqbanking, version 5.7.8 -- Looking for AB_Banking_RuntimeConfig_SetCharValue -- Looking for AB_Banking_RuntimeConfig_SetCharValue - not found -- Checking for module 'gwengui-gtk3' -- Found gwengui-gtk3, version 4.20.0 -- Checking for module 'libofx' -- Found libofx, version 0.9.14 -- Performing Test HAVE_OFX_BUG_39 -- Performing Test HAVE_OFX_BUG_39 - Failed -- Found LibXslt: xslt;xml2 (found version "1.1.32") -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.7.3", minimum required is "3") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.7m.so (found suitable version "3.7.3", minimum required is "3") -- Found Perl: /usr/bin/perl (found version "5.28.1") -- 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.8 -- 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 incomplete, errors occurred! See also "/home/steve/Projects/GnuCash/V37/CMakeFiles/CMakeOutput.log". See also "/home/steve/Projects/GnuCash/V37/CMakeFiles/CMakeError.log". -- Stephen M Butler, PMP, PSM stephen.m.butle...@gmail.com kg...@arrl.net 253-350-0166 ------------------------------------------- GnuPG Fingerprint: 8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8 _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel