Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-10 Thread DaveC49
Hi John, Thanks for the info. I'll check on the thread started by Carlos Garcia. I now have a pretty good handle on how Cmake functions and how to point it at the top level directory. Cheers David - David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.ht

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-10 Thread John Ralls
> On Apr 10, 2018, at 7:22 AM, John Ralls wrote: > > > >> On Apr 9, 2018, at 11:44 PM, DaveC49 wrote: >> >> Hi John, >> >> I now seem to have googlemock and googletest installed correctly. With the >> patch https://github.com/Gnucash/gnucash/pull/329 incorporated I am not no >> longer fai

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-10 Thread John Ralls
> On Apr 9, 2018, at 11:44 PM, DaveC49 wrote: > > Hi John, > > I now seem to have googlemock and googletest installed correctly. With the > patch https://github.com/Gnucash/gnucash/pull/329 incorporated I am not no > longer failing on the GTEST or GMOCK checks and cmake is completing > succes

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-09 Thread DaveC49
Hi John, I now seem to have googlemock and googletest installed correctly. With the patch https://github.com/Gnucash/gnucash/pull/329 incorporated I am not no longer failing on the GTEST or GMOCK checks and cmake is completing successfully. Make is now failing in the build as follows in building

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-09 Thread John Ralls
> On Apr 8, 2018, at 11:56 PM, DaveC49 wrote: > > Thanks John, > > I did clone the googletest-master at https://github.com/google/googletest > which has gmock incorporated. I will try pointing GMOCK_ROOT and GTEST_ROOT > at the copies within my user directory that I installed it from as a sha

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-08 Thread DaveC49
Thanks John, I did clone the googletest-master at https://github.com/google/googletest which has gmock incorporated. I will try pointing GMOCK_ROOT and GTEST_ROOT at the copies within my user directory that I installed it from as a shared library in usr/local. I will also check the permissions on

Re: [GNC-dev] Gnucash-3.0 build error: GTEST not found

2018-04-08 Thread John Ralls
> On Apr 7, 2018, at 11:12 PM, DaveC49 wrote: > > Hi, > > I am past the initial problem but I appear to be having a problem with GTEST > not being found. I have gtest 1.8.0 intsalled and I have also uninstalled > it and reinstalled 1.7.0 from the ubuntu repository with the same result: > $ cm