Re: [GNC] trouble compiling 3.2 release

2018-09-02 Thread David Cousens
John The output you are getting from the make is similar to what you get when cmake has not correctly addressed the source directory from the build directory. It has not started with the toplevel CmakeLists.txt file. The relative addressing can be a bit tricky. Try the build instructions on the w

Re: [GNC] trouble compiling 3.2 release o rusing debian packages newer than 2.6.14-1

2018-09-02 Thread Colin Law
On Sun, 2 Sep 2018 at 16:34, John Griessen wrote: > ... > cmake -D CMAKE_INSTALL_PREFIX=/home/john/gnucash-3.2 ../gnucash-3.2 Don't try and install to the source or build directory, if that is what you are trying to do. Colin ___ gnucash-user mailing l

Re: [GNC] trouble compiling 3.2 release o rusing debian packages newer than 2.6.14-1

2018-09-02 Thread John Griessen
On 09/02/2018 06:57 AM, Geert Janssens wrote: The most likely cause is your build is picking the wrong version of libgncmod- app-utils.so (which is also generated as part of the build itself). OK, I started from the tarball, used a separate dir to build in. uninstalled old gnucash: sudo apt pu

Re: [GNC] trouble compiling 3.2 release

2018-09-02 Thread Geert Janssens
The most likely cause is your build is picking the wrong version of libgncmod- app-utils.so (which is also generated as part of the build itself). This can be either because you are building over an old build (which is why John suggested to start clean) or you have in older version of gnucash in

Re: [GNC] trouble compiling 3.2 release

2018-09-01 Thread John Ralls
Well, then delete all of the directories involved and start over, following the directions *to the letter*. Deviate at all and you’re on your own. Regards, John Ralls > On Sep 1, 2018, at 8:27 PM, John Griessen wrote: > > I followed the directions for debian somehwat. > > I made a separate bu

[GNC] trouble compiling 3.2 release

2018-09-01 Thread John Griessen
I followed the directions for debian somehwat. I made a separate build directory, copied some of the files from gnucash-3.2/build to it, then did: cd gnucash3.2-build cmake -D CMAKE_INSTALL_PREFIX=/usr/local/gnucash ../gnucash-3.2 make and get this result: Scanning dependencies of target scm-co