Re: Gnucash 2.7.5 Installation

2018-03-03 Thread Roger Miskowicz
Solved. I needed to make sure old versions were properly deleted. On Sat, Mar 3, 2018 at 1:59 PM, Roger Miskowicz wrote: > Not sure if I should have started another thread? > > Anyway, I am trying to install git clone on a second computer with the > same operating system

Re: Gnucash 2.7.5 Installation

2018-03-03 Thread Geert Janssens
Do you have an older version of gnucash installed on this system ? It seems your build is picking up the wrong (gnucash) core-utils library. Geert Op zaterdag 3 maart 2018 19:59:11 CET schreef Roger Miskowicz: > Not sure if I should have started another thread? > > Anyway, I am trying to

Re: Gnucash 2.7.5 Installation

2018-03-03 Thread Roger Miskowicz
Not sure if I should have started another thread? Anyway, I am trying to install git clone on a second computer with the same operating system (Ubuntu 16.04.4 LTS) as one where the installation worked. I checked the dependencies: sudo apt-get install intltool sudo apt-get install autoconf

Re: Gnucash 2.7.5 Installation

2018-03-03 Thread Roger Miskowicz
Thanks John, I thought I had. Sorry for the inconvenience. Working great now, Roger On Sat, Mar 3, 2018 at 9:35 AM, John Ralls wrote: > > > > On Mar 3, 2018, at 2:51 AM, Roger Miskowicz wrote: > > > > Thanks John, I looked at that line several times

Re: Gnucash 2.7.5 Installation

2018-03-03 Thread John Ralls
> On Mar 3, 2018, at 2:51 AM, Roger Miskowicz wrote: > > Thanks John, I looked at that line several times and didn't notice the '/'. > > Now using: > > cmake .. > > the output seems fine except for: > > -- Performing Test have_mod_mask - Failed > > Even so, I tried

Re: Gnucash 2.7.5 Installation

2018-03-03 Thread Roger Miskowicz
Thanks John, I looked at that line several times and didn't notice the '/'. Now using: cmake .. the output seems fine except for: -- Performing Test have_mod_mask - Failed Even so, I tried 'make' with the following failure: [ 48%] Building C object

Re: Gnucash 2.7.5 Installation

2018-03-02 Thread John Ralls
> On Mar 2, 2018, at 2:48 PM, Roger Miskowicz wrote: > > I am having difficulty building gnucash 2.7.5 from the latest git clone. > > I have modified by: > > adding: > cmake_minimum_required(VERSION 3.5) > > changed: > #include > to: > #include > > I am using: > >

Gnucash 2.7.5 Installation

2018-03-02 Thread Roger Miskowicz
I am having difficulty building gnucash 2.7.5 from the latest git clone. I have modified by: adding: cmake_minimum_required(VERSION 3.5) changed: #include to: #include I am using: cmake -D CMAKE_INSTALL_PREFIX=/~/gnucash/gnucash-devel -D CMAKE_PREFIX_PATH=~/gnucash ../gnucash which gives