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 dir
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 direc
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 th
Stephen, why this is different to the when you built for the earlier
version of Ubuntu? I assumed that only a few dependencies would have
changed.
Colin
On Tue, 30 Apr 2019 at 15:30, John Ralls wrote:
>
> The arguments I gave you are for the cmake command line. I don't know the
> packaging too
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.
You'l