Re: [GNC-dev] How to contribute to GnuCash?

2019-04-30 Thread John Ralls
Guile is a Scheme interpreter built into GnuCash, see https://www.gnu.org/software/guile/. You don't need to worry about it. You should start by looking at Ngewi's GfA code at https://github.com/codinguser/gnucash-android to get an idea of how he handled it. If you want to use GnuCash code

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread Stephen M. Butler
Colin, Wish I knew!  Something about the upgrade to 19.04, as building 3.5 on 18.04 (Ubuntu) worked great.  In fact, I'm using the version of 3.5 built on 18.04 (and installed under 18.04).  It works great after the upgrade to 19.04 (via 18.10).  But folks are reporting that it won't install

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread Stephen M. Butler
OK.  I'll dig in and see if I can make sense of the tool and the file debian folder I found on the Debian site for GnuCash 3.4.  Guess I should be thankful it worked so well out of the box for Ubuntu 18.04. --Steve PS.  I keep hoping Demintry (sp?) will post one for GnuCash 3.5 and I can swipe

Re: [GNC-dev] Building 3.5 package for Disco

2019-04-30 Thread John Ralls
The arguments I gave you are for the cmake command line. I don't know the packaging tool you're using, but it's obviously constructing a cmake command line out of compressed arguments: The snippet --with python3,aqbanking would be passed to cmake as -D WITH_PYTHON=ON -D WITH_AQBANKING=ON.