Re: [GNC-dev] Proposed updates to Wiki Build#Ubuntu pages

2018-04-26 Thread jeffrey black
On 04/26/2018 04:11 PM, Colin Law wrote: On 26 April 2018 at 22:04, jeffrey black mailto:beastmaster...@hotmail.com>> wrote: Somewhere along the way I corrupted a system image file installing all of the dependencies. As soon as I get caught up I am going to try to un-install all of them and star

Re: [GNC-dev] Proposed updates to Wiki Build#Ubuntu pages

2018-04-26 Thread Colin Law
On 26 April 2018 at 22:04, jeffrey black wrote: > > Somewhere along the way I corrupted a system image file installing all > of the dependencies. As soon as I get caught up I am going to try to > un-install all of them and start from scratch. This time paying more > attention to any error messag

Re: [GNC-dev] Proposed updates to Wiki Build#Ubuntu pages

2018-04-26 Thread jeffrey black
On 04/20/2018 07:40 PM, DaveC49 wrote: > Thanks Geert, > > I will take your feedback on board and have a go at an edit. I am also > talking Jeffrey Black through a build of v3 on Ubuntu16.04. I hope that will > clarify things further for me as well. I've had a quick look at the rewrite > of the C

[GNC-dev] Problem solved: gnucash-3.0 build: GMOCK still causing trouble

2018-04-26 Thread Paul Dest
I've tried but with the same outcome. I've found the cause of the problem. On my system I had installed libgtest-dev-1.7.0-4 (the only available version through the official repository of my Linux distribution). Apparently that is conflicting with the gmock of GoogleTest 1.8.0. After deinstalling

Re: [GNC-dev] gnucash-3.0 build: GMOCK still causing trouble

2018-04-26 Thread John Ralls
Looks like a bug in googletest. Try checking out 'release-1.8.0'. Regards, John Ralls > On Apr 26, 2018, at 8:49 AM, Paul Dest wrote: > > Thanks for this advice. Now the cmake run ends successfully. But the > following make fails as shown below. > > How to proceed? > > Thanks in advance, > Pa

Re: [GNC-dev] gnucash-3.0 build: GMOCK still causing trouble

2018-04-26 Thread Paul Dest
Thanks for this advice. Now the cmake run ends successfully. But the following make fails as shown below. How to proceed? Thanks in advance, Paul paul@paul-Macmini ~/gnucash/build $ make [  0%] Built target gwengui-gtk3 [  5%] Built target po-gmo [ 16%] Built target po-gmo-build [ 18%] Built tar

Re: [GNC-dev] gnucash-3.0 build: GMOCK not found

2018-04-26 Thread Geert Janssens
Op donderdag 26 april 2018 12:46:45 CEST schreef Paul Dest: > Hi everybody, > > Trying to build gnucash-3.0 on my Linux Mint I get the following error > message that I cannot fix on my own: > > > paul@paul-Macmini ~/gnucash/build $ cmake -D

[GNC-dev] gnucash-3.0 build: GMOCK not found

2018-04-26 Thread Paul Dest
Hi everybody, Trying to build gnucash-3.0 on my Linux Mint I get the following error message that I cannot fix on my own: paul@paul-Macmini ~/gnucash/build $ cmake -D CMAKE_INSTALL_PREFIX=$HOME/.local ~/gnucash/gnucash-3.0/ -- Using guile-2