Re: [GNC] Ubuntu 18.04 deb package

2018-12-05 Thread Stephen M. Butler

On 12/5/18 5:17 PM, Stephen M. Butler wrote:
Warning -- this is my first foray into creating a .deb package. 
Beware, it worked on my machine.  It will probably fail on yours! 
<>


I used checkinstall to create the package (and have it install on my 
machine).  I accepted all the defaults for cmake and make.  So you 
will need to install the package as root. (sudo xxx)


This was done on Ubuntu 18.04.  Let me know how it works for you. I'd 
be especially wary if your Debian is not Ubuntu 18.04.


3.3-153 is from the "maint" branch from GnuCash on GitHub.

3.3-159 if from the "master" branch from same.

Again -- beware, I probably don't know what I'm doing (but not yet 
convinced of that).


--Steve

PS  Let me know how your mileage went

Well, I tried to send it.  It was blocked.  If anybody wants either of 
the files, email me and I can attempt to send them direct.


gnucash_3.3-159-1_amd64.deb

gnucash_3.3-153-1_amd64.deb

--Steve

--
Stephen M Butler, PMP, PSM
stephen.m.butle...@gmail.com
kg...@arrl.net
253-350-0166
---
GnuPG Fingerprint:  8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8

___
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.

Re: [GNC] Ubuntu 18.04

2018-06-12 Thread Dennis Powless
I was able to get 2/3 by doing them one by one, at the moment I can't
recall which one I couldn't get.

However, I was able to build GC and import OFX files.

d

On Tue, Jun 12, 2018 at 2:59 PM, Steve Cohen  wrote:
> Thanks.  This is just what I needed.  Somehow I managed to get something
> done without it, which works, but I probably should install a few more
> things.  Looks like I got all the headers needed to compile but something
> may blow up if I actually try to invoke it.
>
> One problem with 18.04:
>
> OFX File importing
>
> sudo apt-get install libofx6 libofx4 libofx-dev
>
> $ sudo apt-get install libofx6 libofx4 libofx-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package libofx6
> E: Unable to locate package libofx4
>
> What will this lack cause?
>
>
> On 06/11/2018 06:47 PM, Chris Good wrote:
>>>
>>> Message: 16
>>> Date: Mon, 11 Jun 2018 10:58:30 -0500
>>> From: Steve Cohen 
>>> To: John Ralls 
>>> Cc: gnucash-user@gnucash.org
>>> Subject: Re: [GNC] Ubuntu 18.04
>>> Message-ID: <7356c569-9132-2c21-ded5-b15e1331e...@gmail.com>
>>> Content-Type: text/plain; charset=utf-8; format=flowed
>>>
>>> Thanks, John.  Now I'm stuck on aqbanking.  I haven't yet been able to
>>> get this to work properly previously, but I haven't given up so I'd like
>>> to have it installed.
>>>
>>> Is there some site you can go to that gives the name of the ubuntu
>>> packages to install in order to have these libraries and headers
>>> available?  I'd rather not have to bug the list about each one.
>>>
>>>
>>> On 06/10/2018 11:37 PM, John Ralls wrote:
>>>>
>>>>
>>>>
>>>>> On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:
>>>>>
>>>>> Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had
>>
>> built
>>>
>>> Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in dependency hell.
>>>>>
>>>>>
>>>>> The latest issue is
>>>>> --   No package 'gwenhywfar' found
>>>>>
>>>>> This is NOT listed on
>>>
>>> https://github.com/Gnucash/gnucash/blob/master/README.dependencies
>>>>>
>>>>>
>>>>> Is there some sort of document or recipe for getting gnucash to build
>>
>> on
>>>
>>> 18.04?  If not, how may I go about building this?
>>>>
>>>>
>>>>
>>>> Gwenhywfar is part of AQBanking. The package is called libgwenhywfar60-
>>>
>>> dev.
>>>>
>>>>
>>>> Regards,
>>>> John Ralls
>>
>>
>> Hi Steve,
>>
>> This is all laid out for you at:
>> https://wiki.gnucash.org/wiki/Building
>> leads you to
>> https://wiki.gnucash.org/wiki/BuildUbuntu16.04
>>
>> You can search for packages at
>> https://packages.ubuntu.com/
>>
>> Regards, Chris Good
>>
> ___
> 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.
___
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.


Re: [GNC] Ubuntu 18.04

2018-06-12 Thread Steve Cohen
Thanks.  This is just what I needed.  Somehow I managed to get something 
done without it, which works, but I probably should install a few more 
things.  Looks like I got all the headers needed to compile but 
something may blow up if I actually try to invoke it.


One problem with 18.04:

OFX File importing

sudo apt-get install libofx6 libofx4 libofx-dev

$ sudo apt-get install libofx6 libofx4 libofx-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libofx6
E: Unable to locate package libofx4

What will this lack cause?

On 06/11/2018 06:47 PM, Chris Good wrote:

Message: 16
Date: Mon, 11 Jun 2018 10:58:30 -0500
From: Steve Cohen 
To: John Ralls 
Cc: gnucash-user@gnucash.org
Subject: Re: [GNC] Ubuntu 18.04
Message-ID: <7356c569-9132-2c21-ded5-b15e1331e...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Thanks, John.  Now I'm stuck on aqbanking.  I haven't yet been able to
get this to work properly previously, but I haven't given up so I'd like
to have it installed.

Is there some site you can go to that gives the name of the ubuntu
packages to install in order to have these libraries and headers
available?  I'd rather not have to bug the list about each one.


On 06/10/2018 11:37 PM, John Ralls wrote:




On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:

Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had

built

Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in dependency hell.


The latest issue is
--   No package 'gwenhywfar' found

This is NOT listed on

https://github.com/Gnucash/gnucash/blob/master/README.dependencies


Is there some sort of document or recipe for getting gnucash to build

on

18.04?  If not, how may I go about building this?



Gwenhywfar is part of AQBanking. The package is called libgwenhywfar60-

dev.


Regards,
John Ralls


Hi Steve,

This is all laid out for you at:
https://wiki.gnucash.org/wiki/Building
leads you to
https://wiki.gnucash.org/wiki/BuildUbuntu16.04

You can search for packages at
https://packages.ubuntu.com/

Regards, Chris Good


___
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.


Re: [GNC] Ubuntu 18.04

2018-06-12 Thread David T. via gnucash-user
David,

The main wiki page has limited edit access, but 
https://wiki.gnucash.org/wiki/Installation 
 would be a good place to hook 
build instructions into.

David T.


> On Jun 12, 2018, at 3:19 AM, DaveC49  wrote:
> 
> Hi Geert,
> 
> I think one of the reasons people are not finding the Build#Ubuntu
> instructions and main build instructions in the wiki is that the main page
> is identified as Build Instructions for Developers rather than a general
> GnuCash Build Instructions page which gets listed in the top level directory
> of the wiki. I noted this when i rewrote the Build#Ubuntu page recently and
> have been meaning to attempt a reorganisation with a general Build
> Instructions page with breakouts for the various OS andLinux distributions
> and then perhaps link a page specifically for developers build instructions.
> The move from make to CMake has meant that the developer's build
> instructions are possibly more relevant as general build instructions. I
> will try and get that done asap. Perhaps if we can link to that info in the
> Wiki from the documentation and or Gnucash webpage it will make it easier
> for people to access. That can be difficult as the wiki tends to be a bit
> free form and specific pages may come and go but a link to the wiki main
> page with a note that more information is available on builds in the wiki
> might help.
> 
> David Cousens
> 
> 
> 
> -
> David Cousens
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> ___
> 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.

___
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.


Re: [GNC] Ubuntu 18.04

2018-06-11 Thread DaveC49
Hi Geert,

I think one of the reasons people are not finding the Build#Ubuntu
instructions and main build instructions in the wiki is that the main page
is identified as Build Instructions for Developers rather than a general
GnuCash Build Instructions page which gets listed in the top level directory
of the wiki. I noted this when i rewrote the Build#Ubuntu page recently and
have been meaning to attempt a reorganisation with a general Build
Instructions page with breakouts for the various OS andLinux distributions
and then perhaps link a page specifically for developers build instructions.
The move from make to CMake has meant that the developer's build
instructions are possibly more relevant as general build instructions. I
will try and get that done asap. Perhaps if we can link to that info in the
Wiki from the documentation and or Gnucash webpage it will make it easier
for people to access. That can be difficult as the wiki tends to be a bit
free form and specific pages may come and go but a link to the wiki main
page with a note that more information is available on builds in the wiki
might help.

David Cousens



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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.


Re: [GNC] Ubuntu 18.04

2018-06-11 Thread Chris Good
> Message: 16
> Date: Mon, 11 Jun 2018 10:58:30 -0500
> From: Steve Cohen 
> To: John Ralls 
> Cc: gnucash-user@gnucash.org
> Subject: Re: [GNC] Ubuntu 18.04
> Message-ID: <7356c569-9132-2c21-ded5-b15e1331e...@gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
> 
> Thanks, John.  Now I'm stuck on aqbanking.  I haven't yet been able to
> get this to work properly previously, but I haven't given up so I'd like
> to have it installed.
> 
> Is there some site you can go to that gives the name of the ubuntu
> packages to install in order to have these libraries and headers
> available?  I'd rather not have to bug the list about each one.
> 
> 
> On 06/10/2018 11:37 PM, John Ralls wrote:
> >
> >
> >> On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:
> >>
> >> Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had
built
> Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in dependency hell.
> >>
> >> The latest issue is
> >> --   No package 'gwenhywfar' found
> >>
> >> This is NOT listed on
> https://github.com/Gnucash/gnucash/blob/master/README.dependencies
> >>
> >> Is there some sort of document or recipe for getting gnucash to build
on
> 18.04?  If not, how may I go about building this?
> >
> >
> > Gwenhywfar is part of AQBanking. The package is called libgwenhywfar60-
> dev.
> >
> > Regards,
> > John Ralls

Hi Steve,

This is all laid out for you at:
https://wiki.gnucash.org/wiki/Building
leads you to
https://wiki.gnucash.org/wiki/BuildUbuntu16.04

You can search for packages at
https://packages.ubuntu.com/

Regards, Chris Good

___
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.


Re: [GNC] Ubuntu 18.04

2018-06-11 Thread Geert Janssens
Op maandag 11 juni 2018 19:19:58 CEST schreef Steve Cohen:
> Solved.
> 
> the ubuntu package name is google-mock
> 

I'm glad you solved it.

If you think more documentation is needed, feel free update the build 
instructions in the wiki
https://wiki.gnucash.org/wiki/Building#Ubuntu

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.


Re: [GNC] Ubuntu 18.04

2018-06-11 Thread Steve Cohen

Solved.

the ubuntu package name is google-mock

On 06/11/2018 11:26 AM, Steve Cohen wrote:
Got over aqbanking, found apt-cache search and found several libraries I 
needed that way.  Now, though, I am stuck as follows:


$ export SRCROOT=/home/scohen/github;cmake 
-DCMAKE_INSTALL_PREFIX=/usr/local/gnucash $SRCROOT/gnucash

-- Using guile-2.2.x
-- Using guile SRFI-64
-- Checking for GTEST
-- Checking for GMOCK
CMake Error at common/cmake_modules/GncAddTest.cmake:175 (message):
   GMOCK not found.  Please install it or set GMOCK_ROOT
Call Stack (most recent call first):
   CMakeLists.txt:601 (gnc_gtest_configure)

-- Configuring incomplete, errors occurred!

GMOCK, I learned from apt-cache is installed from cmake-extras, but I 
have installed that, so not sure what the answer here is.  I've struck 
out on gmock, gmock-dev, googlemock, googlemock-dev, GMOCK, GMOCK-dev



On 06/11/2018 10:58 AM, Steve Cohen wrote:
Thanks, John.  Now I'm stuck on aqbanking.  I haven't yet been able to 
get this to work properly previously, but I haven't given up so I'd 
like to have it installed.


Is there some site you can go to that gives the name of the ubuntu 
packages to install in order to have these libraries and headers 
available?  I'd rather not have to bug the list about each one.



On 06/10/2018 11:37 PM, John Ralls wrote:




On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:

Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had 
built Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in 
dependency hell.


The latest issue is
--   No package 'gwenhywfar' found

This is NOT listed on 
https://github.com/Gnucash/gnucash/blob/master/README.dependencies


Is there some sort of document or recipe for getting gnucash to 
build on 18.04?  If not, how may I go about building this?



Gwenhywfar is part of AQBanking. The package is called 
libgwenhywfar60-dev.


Regards,
John Ralls









___
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.

Re: [GNC] Ubuntu 18.04

2018-06-11 Thread Steve Cohen
Got over aqbanking, found apt-cache search and found several libraries I 
needed that way.  Now, though, I am stuck as follows:


$ export SRCROOT=/home/scohen/github;cmake 
-DCMAKE_INSTALL_PREFIX=/usr/local/gnucash $SRCROOT/gnucash

-- Using guile-2.2.x
-- Using guile SRFI-64
-- Checking for GTEST
-- Checking for GMOCK
CMake Error at common/cmake_modules/GncAddTest.cmake:175 (message):
  GMOCK not found.  Please install it or set GMOCK_ROOT
Call Stack (most recent call first):
  CMakeLists.txt:601 (gnc_gtest_configure)

-- Configuring incomplete, errors occurred!

GMOCK, I learned from apt-cache is installed from cmake-extras, but I 
have installed that, so not sure what the answer here is.  I've struck 
out on gmock, gmock-dev, googlemock, googlemock-dev, GMOCK, GMOCK-dev



On 06/11/2018 10:58 AM, Steve Cohen wrote:
Thanks, John.  Now I'm stuck on aqbanking.  I haven't yet been able to 
get this to work properly previously, but I haven't given up so I'd like 
to have it installed.


Is there some site you can go to that gives the name of the ubuntu 
packages to install in order to have these libraries and headers 
available?  I'd rather not have to bug the list about each one.



On 06/10/2018 11:37 PM, John Ralls wrote:




On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:

Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had 
built Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in 
dependency hell.


The latest issue is
--   No package 'gwenhywfar' found

This is NOT listed on 
https://github.com/Gnucash/gnucash/blob/master/README.dependencies


Is there some sort of document or recipe for getting gnucash to build 
on 18.04?  If not, how may I go about building this?



Gwenhywfar is part of AQBanking. The package is called 
libgwenhywfar60-dev.


Regards,
John Ralls






___
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.

Re: [GNC] Ubuntu 18.04

2018-06-11 Thread Steve Cohen
Thanks, John.  Now I'm stuck on aqbanking.  I haven't yet been able to 
get this to work properly previously, but I haven't given up so I'd like 
to have it installed.


Is there some site you can go to that gives the name of the ubuntu 
packages to install in order to have these libraries and headers 
available?  I'd rather not have to bug the list about each one.



On 06/10/2018 11:37 PM, John Ralls wrote:




On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:

Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had built 
Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in dependency hell.

The latest issue is
--   No package 'gwenhywfar' found

This is NOT listed on 
https://github.com/Gnucash/gnucash/blob/master/README.dependencies

Is there some sort of document or recipe for getting gnucash to build on 18.04? 
 If not, how may I go about building this?



Gwenhywfar is part of AQBanking. The package is called libgwenhywfar60-dev.

Regards,
John Ralls




___
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.


Re: [GNC] Ubuntu 18.04

2018-06-11 Thread Dennis Powless
I had same issue, also I don’t use AQ banking.  I set the parameter to turn off 
on build.  Worked fine after that.

D

Sent from my iPhone

> On Jun 11, 2018, at 12:37 AM, John Ralls  wrote:
> 
> 
> 
>> On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:
>> 
>> Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had built 
>> Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in dependency hell.
>> 
>> The latest issue is
>> --   No package 'gwenhywfar' found
>> 
>> This is NOT listed on 
>> https://github.com/Gnucash/gnucash/blob/master/README.dependencies
>> 
>> Is there some sort of document or recipe for getting gnucash to build on 
>> 18.04?  If not, how may I go about building this?
> 
> 
> Gwenhywfar is part of AQBanking. The package is called libgwenhywfar60-dev. 
> 
> Regards,
> John Ralls
> 
> ___
> 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.
___
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.

Re: [GNC] Ubuntu 18.04

2018-06-10 Thread John Ralls



> On Jun 10, 2018, at 8:31 PM, Steve Cohen  wrote:
> 
> Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had built 
> Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in dependency hell.
> 
> The latest issue is
> --   No package 'gwenhywfar' found
> 
> This is NOT listed on 
> https://github.com/Gnucash/gnucash/blob/master/README.dependencies
> 
> Is there some sort of document or recipe for getting gnucash to build on 
> 18.04?  If not, how may I go about building this?


Gwenhywfar is part of AQBanking. The package is called libgwenhywfar60-dev. 

Regards,
John Ralls

___
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.


[GNC] Ubuntu 18.04

2018-06-10 Thread Steve Cohen
Recently, I upgraded my system to Ubuntu 18.04 (from 14.04).  I had 
built Gnucash 3.0 on 14.04.  I'm trying now on 18.04 and am in 
dependency hell.


The latest issue is
--   No package 'gwenhywfar' found

This is NOT listed on 
https://github.com/Gnucash/gnucash/blob/master/README.dependencies


Is there some sort of document or recipe for getting gnucash to build on 
18.04?  If not, how may I go about building this?


___
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.