Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread Stephen M. Butler
On 5/3/19 4:32 PM, John Ralls wrote: > > gnucash-design.info is built only if you have make info installed. I wouldn't > bother, the document is severely obsolete. Just find it in your build > description and remove it. > > Let's get back to gtest. I looked at gnc_gtest_configure() in > common/c

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread John Ralls
> On May 3, 2019, at 3:55 PM, Stephen M. Butler wrote: > > On 5/3/19 3:07 PM, Stephen M. Butler wrote: >> On 5/3/19 2:57 PM, John Ralls wrote: >>> <> >>> Please copy All of the lines beginning with GTEST from the >>> CMakeCache.txt in your debian-build controlled build directory. You >>> can g

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread Stephen M. Butler
On 5/3/19 3:07 PM, Stephen M. Butler wrote: > On 5/3/19 2:57 PM, John Ralls wrote: >> <> >> Please copy All of the lines beginning with GTEST from the >> CMakeCache.txt in your debian-build controlled build directory. You >> can get that easily with >> grep ^GTEST path/to/CMakeCache.txt >> >> CMa

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread Stephen M. Butler
On 5/3/19 2:57 PM, John Ralls wrote: > On May 3, 2019, at 2:44 PM, Stephen M. Butler wrote: >> On 5/3/19 12:24 PM, John Ralls wrote: >>> On May 3, 2019, at 8:37 AM, Stephen M. Butler wrote: On 5/2/19 10:14 PM, John Ralls wrote: >> On May 2, 2019, at 6:38 PM, Stephen M. Butler wrote: >>>

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread John Ralls
> On May 3, 2019, at 2:44 PM, Stephen M. Butler wrote: > > On 5/3/19 12:24 PM, John Ralls wrote: >> >>> On May 3, 2019, at 8:37 AM, Stephen M. Butler wrote: >>> >>> On 5/2/19 10:14 PM, John Ralls wrote: > On May 2, 2019, at 6:38 PM, Stephen M. Butler wrote: > > /usr/bin/ld: >>

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread Stephen M. Butler
On 5/3/19 12:24 PM, John Ralls wrote: > >> On May 3, 2019, at 8:37 AM, Stephen M. Butler wrote: >> >> On 5/2/19 10:14 PM, John Ralls wrote: On May 2, 2019, at 6:38 PM, Stephen M. Butler wrote: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libgtest_main

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread John Ralls
> On May 3, 2019, at 8:37 AM, Stephen M. Butler wrote: > > On 5/2/19 10:14 PM, John Ralls wrote: >> >>> On May 2, 2019, at 6:38 PM, Stephen M. Butler wrote: >>> >>> /usr/bin/ld: >>> /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libgtest_main.a(gtest_main.cc.o): >> It's linking a

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-03 Thread Stephen M. Butler
On 5/2/19 10:05 PM, John Ralls wrote: > >> On May 2, 2019, at 6:12 PM, Stephen M. Butler wrote: >> >> <> >> == >> >> Do I need to file a bug for any of the above? > Steve, > > Nope, those are all either known- or non-problems. > > Regards, >

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-02 Thread John Ralls
> On May 2, 2019, at 6:38 PM, Stephen M. Butler wrote: > > /usr/bin/ld: > /usr/lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libgtest_main.a(gtest_main.cc.o): It's linking a system file instead of the one that GnuCash should have built. Is it linking that libgtest_main.a when you do a

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-02 Thread John Ralls
> On May 2, 2019, at 6:12 PM, Stephen M. Butler wrote: > > Did my test of directly building GnC 3.5 on Ubuntu 19.04. Following is > the <> output from cmake and make (taking most defaults). I > have <> what I think are the non-essentials to show some > warnings that were reported. They may

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-02 Thread Stephen M. Butler
On 4/30/19 7:29 AM, John Ralls wrote: > The arguments I gave you are for the cmake command line. I don't know the > packaging tool you're using, but it's obviously constructing a cmake command > line out of compressed arguments: The snippet --with python3,aqbanking would > be passed to cmake as

Re: [GNC-dev] Building 3.5 package for Disco

2019-05-02 Thread Stephen M. Butler
Did my test of directly building GnC 3.5 on Ubuntu 19.04.  Following is the <> output from cmake and make (taking most defaults).  I have <> what I think are the non-essentials to show some warnings that were reported.  They may mean nothing but ... steve@SteveLaptop:~/Projects/GnuCash/build-area

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread Stephen M. Butler
Colin, Wish I knew!  Something about the upgrade to 19.04, as building 3.5 on 18.04 (Ubuntu) worked great.  In fact, I'm using the version of 3.5 built on 18.04 (and installed under 18.04).  It works great after the upgrade to 19.04 (via 18.10).  But folks are reporting that it won't install direc

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread Stephen M. Butler
OK.  I'll dig in and see if I can make sense of the tool and the file debian folder I found on the Debian site for GnuCash 3.4.  Guess I should be thankful it worked so well out of the box for Ubuntu 18.04. --Steve PS.  I keep hoping Demintry (sp?) will post one for GnuCash 3.5 and I can swipe th

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread Colin Law
Stephen, why this is different to the when you built for the earlier version of Ubuntu? I assumed that only a few dependencies would have changed. Colin On Tue, 30 Apr 2019 at 15:30, John Ralls wrote: > > The arguments I gave you are for the cmake command line. I don't know the > packaging too

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread John Ralls
The arguments I gave you are for the cmake command line. I don't know the packaging tool you're using, but it's obviously constructing a cmake command line out of compressed arguments: The snippet --with python3,aqbanking would be passed to cmake as -D WITH_PYTHON=ON -D WITH_AQBANKING=ON. You'l

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-29 Thread Stephen M. Butler
On 4/26/19 4:04 PM, John Ralls wrote: > >> On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: >> >> Based on the following, have I run into a problem with googletest on >> Disco? Additional Guidance sure appreciated. >> > Just point GnuCash at the source directories with -DGTEST_ROOT and > -

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-28 Thread Stephen M. Butler
On 4/27/19 6:48 AM, John Ralls wrote: > >> On Apr 26, 2019, at 8:16 PM, Stephen M. Butler wrote: >> >> On 4/26/19 4:04 PM, John Ralls wrote: On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: Based on the following, have I run into a problem with googletest on Disco? Addi

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-27 Thread John Ralls
> On Apr 26, 2019, at 8:16 PM, Stephen M. Butler wrote: > > On 4/26/19 4:04 PM, John Ralls wrote: >> >>> On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: >>> >>> Based on the following, have I run into a problem with googletest on >>> Disco? Additional Guidance sure appreciated. >>>

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-26 Thread Stephen M. Butler
On 4/26/19 4:04 PM, John Ralls wrote: > >> On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: >> >> Based on the following, have I run into a problem with googletest on >> Disco? Additional Guidance sure appreciated. >> > Just point GnuCash at the source directories with -DGTEST_ROOT and > -

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-26 Thread John Ralls
> On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: > > Based on the following, have I run into a problem with googletest on > Disco? Additional Guidance sure appreciated. > Just point GnuCash at the source directories with -DGTEST_ROOT and -DGMOCK_ROOT. It will take care of building

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-26 Thread Stephen M. Butler
Based on the following, have I run into a problem with googletest on Disco?  Additional Guidance sure appreciated. Attempted to install googletest and was told "googletest is already the newest version (1.8.1-3)".  Verified that the environmental variables were not defined, implies using shared l

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-26 Thread Colin Law
Keep up the good work, it is very much appreciated. Colin On Fri, 26 Apr 2019 at 17:30, Stephen M. Butler wrote: > > Just upgraded to 19.04 from 18.04 (had to apply 18.10 in the process). > I figured the upgrade would handle all items, but I found this note > today (https://launchpad.net/ubuntu/

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-26 Thread Stephen M. Butler
Just upgraded to 19.04 from 18.04 (had to apply 18.10 in the process).  I figured the upgrade would handle all items, but I found this note today (https://launchpad.net/ubuntu/disco/+source/gtest) that says gtest source isn't available for 19.10. Listing the packages on this box shows: dpkg -l | g

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-26 Thread Geert Janssens
The error seems to have something to do with GTtest. Do you have google_test/ google_mock properly installed ? Regards, Geert Op vrijdag 26 april 2019 04:37:04 CEST schreef Stephen M. Butler: > Anybody here can help with dpkg-buildpackage -rfakeroot -b -uc? > > I received this error message (sn

[GNC-dev] Building 3.5 package for Disco

2019-04-25 Thread Stephen M. Butler
Anybody here can help with dpkg-buildpackage -rfakeroot -b -uc? I received this error message (snippet copied): Scanning dependencies of target test-tx_import make[5]: Leaving directory '/home/steve/Projects/GnuCash/gnucash/.build' /usr/bin/make -f gnucash/import-export/csv-imp/test/CMakeFiles/te