Op donderdag 21 juni 2018 00:01:32 CEST schreef Stephen M. Butler: > Found libofx7 and installed that instead of libofx6 and libofx4. > These numbers seem to increase regularly... I have updated the install instruction to only install libofx-dev. This will automatically pull in the corresponding libofx<n> and its dependencies.
> After a few other missed steps I now have completed the "cmake > ../gnucash-3.1" step However the "make" step has problems: > > ... > <snip> > In file included from /usr/src/gtest/src/gtest-all.cc:42:0: <snip> > In file included from > /home/steve/Projects/googletest/googletest/include/gtest/internal/gtest-inte > rnal.h:39:0, from It looks like the build is mixing two versions of googletest. One installed systemwide (/usr/src/gtest) and one in /home/steve/Projects/googletest. I assume you have followed instructions to download googletest and then set GMOCK_ROOT and GTEST_ROOT when running cmake. A recent commit should have solved this issue, but your experience seems to suggest otherwise. What source are you building from ? A tarball or git ? If git, what commit have you currently checked out ? You can determine this by running git describe in your git checkout. Regards, Geert _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.