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

2019-04-26 Thread Geert Janssens
Op zaterdag 27 april 2019 01:01:38 CEST schreef John Ralls: > What Geert meant is that our current engine code *isn't* particularly > portable, though I think that since it compiles OK on MacOS it shouldn't > have too much trouble with iOS either. It's a mix of C and C++ and the main > dependencies

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

2019-04-26 Thread Stephen M. Butler
On 4/26/19 4:04 PM, John Ralls wrote: > >> On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: >> >> Based on the following, have I run into a problem with googletest on >> Disco? Additional Guidance sure appreciated. >> > Just point GnuCash at the source directories with -DGTEST_ROOT and > -

Re: [GNC-dev] Bug796872 Multiple selection feature in import matcher

2019-04-26 Thread David Cousens
Thanks John, I took the fresh fork route. There should be a pull request for the files for the Multiple selection waiting for you. I'll go through the commands though to mprove my education. David - David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html

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

2019-04-26 Thread John Ralls
> On Apr 26, 2019, at 10:04 AM, Stephen M. Butler wrote: > > Based on the following, have I run into a problem with googletest on > Disco? Additional Guidance sure appreciated. > Just point GnuCash at the source directories with -DGTEST_ROOT and -DGMOCK_ROOT. It will take care of building

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

2019-04-26 Thread John Ralls
What Geert meant is that our current engine code *isn't* particularly portable, though I think that since it compiles OK on MacOS it shouldn't have too much trouble with iOS either. It's a mix of C and C++ and the main dependencies are Boost and Gnome Glib; the XML file backend also depends on l

[GNC-dev] Cleanup of .gitignore list

2019-04-26 Thread Geert Janssens
Hi, I have just removed a number of files from our .gitignore list. These files were all artifacts of our old autotools based build system. We no longer have that build system in our source code, so none of these artifacts should still pop up. However if you are working from a source directory

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

2019-04-26 Thread Stephen M. Butler
Based on the following, have I run into a problem with googletest on Disco?  Additional Guidance sure appreciated. Attempted to install googletest and was told "googletest is already the newest version (1.8.1-3)".  Verified that the environmental variables were not defined, implies using shared l

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

2019-04-26 Thread Colin Law
Keep up the good work, it is very much appreciated. Colin On Fri, 26 Apr 2019 at 17:30, Stephen M. Butler wrote: > > Just upgraded to 19.04 from 18.04 (had to apply 18.10 in the process). > I figured the upgrade would handle all items, but I found this note > today (https://launchpad.net/ubuntu/

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

2019-04-26 Thread Geert Janssens
Hi, An iOS companion app would be great. The android app took the approach of reimplementing all the business logic required to read (and write?) a gnucash data file rather than using the gnucash engine code. I can understand why as the engine code is currently difficult to port to different

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

2019-04-26 Thread Stephen M. Butler
Just upgraded to 19.04 from 18.04 (had to apply 18.10 in the process).  I figured the upgrade would handle all items, but I found this note today (https://launchpad.net/ubuntu/disco/+source/gtest) that says gtest source isn't available for 19.10. Listing the packages on this box shows: dpkg -l | g

Re: [GNC-dev] gnucash-on-windows master: Guile 2.2 for Windows.

2019-04-26 Thread Geert Janssens
Op vrijdag 26 april 2019 16:44:03 CEST schreef John Ralls: > > I am aware I suggested on irc to put the tarball on sourceforge. However > > while seeing this commit I wonder if there's a reason not to do as we did > > for guile 2.0: start from the upstream tarball and apply patches during > > the b

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

2019-04-26 Thread John Ralls
John, Sounds great. No problem with promoting it on the website, and you're welcome to use our mailing lists for support if you like, you'll just need to have your support folks subscribe to and monitor the lists. Do you also want to use our Bugzilla (https://bugs.gnucash.org)? We can easily se

Re: [GNC-dev] gnucash-on-windows master: Guile 2.2 for Windows.

2019-04-26 Thread John Ralls
> On Apr 26, 2019, at 12:22 AM, Geert Janssens via gnucash-devel > wrote: > > Op donderdag 25 april 2019 23:54:01 CEST schreef John Ralls: >> Updated via >> https://github.com/Gnucash/gnucash-on-windows/commit/c739d231 >> (commit) from >> https://github.com/Gnucash/gnucash-on-windows

Re: [GNC-dev] Bug796872 Multiple selection feature in import matcher

2019-04-26 Thread John Ralls
> On Apr 25, 2019, at 11:24 PM, David Cousens wrote: > > And the wrong bug report again again. I think the original was possibly > closed before moving from the original bugzilla.org version. My only excuse > is I was getting over a trip to Singapore and an overnight flight back > yesterday. >

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

2019-04-26 Thread Liz
On Thu, 25 Apr 2019 08:41:00 -0700 John Ralls wrote: > > On Apr 24, 2019, at 10:13 PM, John wrote: > > > > Hello, > > > > I am the founder of a mobile app startup and a big fan of GnuCash. > > My team has some free time now. I wonder if we can contribute to > > develop an iOS companion app lik

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

2019-04-26 Thread Geert Janssens
The error seems to have something to do with GTtest. Do you have google_test/ google_mock properly installed ? Regards, Geert Op vrijdag 26 april 2019 04:37:04 CEST schreef Stephen M. Butler: > Anybody here can help with dpkg-buildpackage -rfakeroot -b -uc? > > I received this error message (sn

Re: [GNC-dev] gnucash-on-windows master: Guile 2.2 for Windows.

2019-04-26 Thread Geert Janssens via gnucash-devel
Op donderdag 25 april 2019 23:54:01 CEST schreef John Ralls: > Updatedvia > https://github.com/Gnucash/gnucash-on-windows/commit/c739d231 > (commit) from > https://github.com/Gnucash/gnucash-on-windows/commit/fe22df60 (commit) > > > > commit c739d231b5dc4775d40433d3148979a4a4d4c7ab >