So, I got errors..... dennis@dennis-HP-Pavilion-Laptop-15-cc0xx:~/Applications$ cmake -DCMAKE_INSTALL_PREFIX=/home/dennis/.local /home/dennis/Applications/gnucash-3.1 -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.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 PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'glib-2.0>=2.40' -- Found glib-2.0, version 2.56.1 -- Checking for module 'gio-2.0' -- Found gio-2.0, version 2.56.1 -- Checking for module 'gobject-2.0>=2.20' -- Found gobject-2.0, version 2.56.1 -- Checking for module 'gmodule-2.0>=2.20' -- Found gmodule-2.0, version 2.56.1 -- Checking for module 'gthread-2.0>=2.20' -- Found gthread-2.0, version 2.56.1 -- 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.29 -- Checking for module 'webkit2gtk-4.0' -- Found webkit2gtk-4.0, version 2.20.1 -- Checking for module 'gtk+-3.0>=3.10.0' -- Found gtk+-3.0, version 3.22.30 -- 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") -- Using guile-2.0.x -- Using guile SRFI-64 -- Checking for module 'gwenhywfar' -- No package 'gwenhywfar' found CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal) common/cmake_modules/GncFindPkgConfig.cmake:253 (PKG_CHECK_MODULES) CMakeLists.txt:347 (GNC_PKG_CHECK_MODULES)
-- Configuring incomplete, errors occurred! See also "/home/dennis/Applications/CMakeFiles/CMakeOutput.log". So, I see I was missing "gwenhywfar" So, I then searched and found it. ran.... dennis@dennis-HP-Pavilion-Laptop-15-cc0xx:~/Applications$ sudo apt-get update dennis@dennis-HP-Pavilion-Laptop-15-cc0xx:~/Applications$ sudo apt-get install gwenhywfar-tools Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: gwenhywfar-tools 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 119 kB of archives. After this operation, 446 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 gwenhywfar-tools amd64 4.20.0-1 [119 kB] Fetched 119 kB in 0s (462 kB/s) Selecting previously unselected package gwenhywfar-tools. (Reading database ... 164056 files and directories currently installed.) Preparing to unpack .../gwenhywfar-tools_4.20.0-1_amd64.deb ... Unpacking gwenhywfar-tools (4.20.0-1) ... Setting up gwenhywfar-tools (4.20.0-1) ... Processing triggers for man-db (2.8.3-2) ... After that, I then did the -DCMAKE command line as above, still same error. I'm not sure how to get that package. I have NO plans to use aqbanking and thought that dependency was optional. I do use OFX import all the time. *OFX File importing* sudo apt-get install libofx6 libofx4 libofx-dev *AqBanking* sudo apt-get aqbanking-tools libaqbanking-dev # > v4.0.0 sudo apt-get gwenhywfar-tools libgwenhywfar60 libgwenhywfar60-dev sudo apt-get ktoblzcheck libktoblzcheck1-dev dennis@dennis-HP-Pavilion-Laptop-15-cc0xx:~$ sudo apt-get install libofx6 libofx4 libofx-devReading package lists... DoneBuilding dependency tree Reading state information... DoneE: Unable to locate package libofx6E: Unable to locate package libofx4 I get an error that..... E: Invalid operation gwenhywfar-tools Thanks for the help thus far!!!! Dennis On Sun, May 6, 2018 at 7:16 PM, DaveC49 <davidcous...@bigpond.com> wrote: > Dennis, > > The instructions on the BuildUbuntu16.04 have now been modified so that > they recommend the preferred place for the build directory is in the > parent > directory of the GnuCash sources as John and Geert recommended this as the > preferred location. > > It can actually be anywhere you wish to put it as long, as you issue the > cmake command from the build directory and supply the path to the > gnucash-3.1 sources as the last entry in the cmake command. > > You will find some links to breakout pages which discuss positioning the > build directory on a link from the wiki page in more detail and why it is > preferred. Use the recommended location unless you are confident you know > how to modify the cmake command if you do change the location. > > In my last post, there were a set of commands which you can just type in as > they are given there if you open a shell in > /home/dennis/Applications. > > This is assuming that /home/dennis/Applications contains the gnucash-3.1 > source directory in it as you indicated. > > If you have installed all the dependencies, that should build GnuCash. If > any dependencies are missing, the output of the cmake command should > identify which they are. In that case install the missing depenency and > then > you delete the build directory then run the commands from > > cd /home/dennis/Applications > mkdir build-gnucash-3.1 > ... > > again until cmake completes without error. Then run > make > and > make install. > > If you are not sure of any errors issued by cmake if you copy the output of > the cmake command from the terminal to a text file and attach it to your > next post, we can work out what is happening. > > The easiest way to get such a file is to direct the output of the cmake > command to a file. You can do this by appending " > cmake-output.txt" to > the > end of the cmake command then attach the file that is produced to your next > post. If you are using Nabble to access the Gnucash User forum it is in the > popup menu displayed from the More button. If you are using email just > attach the file. > > > David > > > > ----- > David Cousens > -- > Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html > _______________________________________________ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > If you are using Nabble or Gmane, please see > https://wiki.gnucash.org/wiki/Mailing_Lists for more information. > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. > _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.