Re: [GNC] mint 19.2 build error re GTEST

2019-10-19 Thread NOSTOP
Hello David, The script did install googletest 1.8.0-6 as expected. The problem was not googletest 1.8.0-6 wasn't installed, but rather It was not found running cmake. I went ahead and removed it, then followed the wiki and re-ran cmake without any more GTEST issues. This is not to say i'm ou

Re: [GNC] mint 19.2 build error re GTEST

2019-10-19 Thread NOSTOP
Thank you Adrien.While awaiting for replies to my request for help, I went ahead and removed googletest as installed by the Mint repo and followed the wiki procedure.It worked insofar as I'm no longer getting any errors regarding GTEST GMOCK and build files were written to the build directory.Howev

Re: [GNC] mint 19.2 build error re GTEST

2019-10-18 Thread David Cousens
You can install googletest1.8.0-6 using apt. The instructions on the Wiki (https://wiki.gnucash.org/wiki/Google_Test) came from before googletest was available in apt. The script should have done that but to check it is properly installed. apt list --installed | grep google should return goo

Re: [GNC] mint 19.2 build error re GTEST

2019-10-18 Thread Adrien Monteleone
See the wiki linux build instructions about installing GTEST/GMOCK. Then try to build again. Regards, Adrien > On Oct 18, 2019 w42d291, at 11:08 AM, NOSTOP wrote: > > nos...@tutanota.com > > Greetings! > > I'm trying to build on mint 19.2. > > I ran David Cousens Script to get libs, depende