[GNC] mint 19.2 build error re GTEST

David Cousens davidcousens at bigpond.com
Fri Oct 18 16:34:26 EDT 2019


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 
googletest/bionic,now 1.8.0-6 amd64 [installed]

or

dpkg -l | grep google

which will re

ii  googletest:amd64                                                 1.8.0-6                                       
amd64        Google's C++ test framework

will tell you if it is installed on your system

whereis googletest

should give: googletest: /usr/src/googletest/googletest

whereis gtest

will give: gtest: /usr/include/gtest

and 
whereis gmock 

should return: gmock: /usr/include/gmock /usr/share/gmock

David Cousens





-----
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html


More information about the gnucash-user mailing list