[GNC] Fwd: The two modules

Geert Janssens geert.gnucash at kobaltwit.be
Fri Jun 22 03:29:06 EDT 2018


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




More information about the gnucash-user mailing list