Re: [GNC-dev] Build fail on Linux Mint 19.2

2019-09-10 Thread David Cousens
Geert, gnucash-3.7 is the top levl directory (extracted from the traball) and it has gnucash, libgnucash bindings etc. in it as well as the build directory which is why the ../gnucash to get to the source directory from the build directory. I have been using that configuration for building v3.0,

Re: [GNC-dev] Build fail on Linux Mint 19.2

2019-09-10 Thread David Cousens
Hi John, Changing to CMAKE_INSTALL_PREFIX=$HOME/.local didn't change anything - same errors. I have been installing to /usr/local using cmake since it was introduced without any problems since it was introduced as the build configure system. I have both the libgtk2 and libgtk-3 packages and deve

Re: [GNC-dev] Build fail on Linux Mint 19.2

2019-09-10 Thread Geert Janssens
Op maandag 9 september 2019 23:57:53 CEST schreef David Cousens: > Hi John, > > I am getting a cmake configuration fail while trying to build v3.7 from the > tarball on Linux Mint 19.2. I have cmake 3.13.4 installed. I've listed the > glib swig and guile and gdk packages installed after the cmak

Re: [GNC-dev] Build fail on Linux Mint 19.2

2019-09-09 Thread John Ralls
> On Sep 9, 2019, at 2:57 PM, David Cousens wrote: > > Hi John, > > I am getting a cmake configuration fail while trying to build v3.7 from the > tarball on Linux Mint 19.2. I have cmake 3.13.4 installed. I've listed the > glib swig and guile and gdk packages installed after the cmake outpu

[GNC-dev] Build fail on Linux Mint 19.2

2019-09-09 Thread David Cousens
Hi John, I am getting a cmake configuration fail while trying to build v3.7 from the tarball on Linux Mint 19.2. I have cmake 3.13.4 installed. I've listed the glib swig and guile and gdk packages installed after the cmake output below and attached the cmake output log and error log from the bui