Re: [GNC-dev] archive of GnuCash

2019-11-13 Thread Geert Janssens
Op woensdag 13 november 2019 05:28:30 CET schreef Stephen M. Butler: > On 11/12/19 7:56 PM, John Ralls wrote: > > No. Anything involving make, ninja, cmake, gcc, clang, guild, etc. is a > > build operation and should happen in a build directory. So after getting > > the clone to the commit you want

Re: [GNC-dev] archive of GnuCash

2019-11-13 Thread Geert Janssens
Op woensdag 13 november 2019 05:28:30 CET schreef Stephen M. Butler: Your commands below still seem to be odd or don't match what you really did: > mkdir gnucash-git > mkdir gnucash-build > mkdir gnucash-build/v3.7 > > cd gnucash-git > git clone https://github.com/Gnucash/gnucash.git maint This

Re: [GNC-dev] archive of GnuCash

2019-11-13 Thread Stephen M. Butler
On 11/13/19 5:13 AM, Geert Janssens wrote: > Op woensdag 13 november 2019 05:28:30 CET schreef Stephen M. Butler: > Your commands below still seem to be odd or don't match what you really did: > >> mkdir gnucash-git >> mkdir gnucash-build >> mkdir gnucash-build/v3.7 >> >> cd gnucash-git >> git clon

Re: [GNC-dev] archive of GnuCash

2019-11-13 Thread Geert Janssens
Hi Stephen, Your analysis is correct. Your platform uses a more recent version of swig. The first difference you refer to shows the actual version differences. Most of the changes are because swig generated files are slightly different when generated with different versions of swig. Note the p

Re: [GNC-dev] archive of GnuCash

2019-11-13 Thread Geert Janssens
Op woensdag 13 november 2019 17:39:41 CET schreef Stephen M. Butler: > On 11/13/19 5:13 AM, Geert Janssens wrote: > > Op woensdag 13 november 2019 05:28:30 CET schreef Stephen M. Butler: > >> git worktree add ../v3.7 3.7 > > > > Assuming you're in maint that does indeed add an additional worktree.

Re: [GNC-dev] archive of GnuCash

2019-11-13 Thread Stephen M. Butler
On 11/13/19 9:40 AM, Geert Janssens wrote: > Op woensdag 13 november 2019 17:39:41 CET schreef Stephen M. Butler: >> On 11/13/19 5:13 AM, Geert Janssens wrote: >>> Op woensdag 13 november 2019 05:28:30 CET schreef Stephen M. Butler: git worktree add ../v3.7 3.7 >>> Assuming you're in maint tha

[GNC-dev] 'make' before 'make dist'?

2019-11-13 Thread Stephen M. Butler
Decided to reorg within the GnuCash directory.  Created Source and Build sub-directories and redid the clone with a v3.7 workfile for git tag of 3.7 under Source. Went to Build and created gnucash-3.7 directory and cd'd into it.  Attempted the cmake (worked fine) and make dist (failed).  I then cl

Re: [GNC-dev] 'make' before 'make dist'?

2019-11-13 Thread John Ralls
> On Nov 13, 2019, at 4:45 PM, Stephen M. Butler wrote: > > Decided to reorg within the GnuCash directory. Created Source and Build > sub-directories and redid the clone with a v3.7 workfile for git tag of > 3.7 under Source. > > Went to Build and created gnucash-3.7 directory and cd'd into

Re: [GNC-dev] 'make' before 'make dist'?

2019-11-13 Thread Stephen M. Butler
On 11/13/19 5:18 PM, John Ralls wrote: > >> On Nov 13, 2019, at 4:45 PM, Stephen M. Butler wrote: >> >> Decided to reorg within the GnuCash directory. Created Source and Build >> sub-directories and redid the clone with a v3.7 workfile for git tag of >> 3.7 under Source. >> >> Went to Build and c

Re: [GNC-dev] 'make' before 'make dist'?

2019-11-13 Thread John Ralls
> On Nov 13, 2019, at 5:46 PM, Stephen M. Butler wrote: > > On 11/13/19 5:18 PM, John Ralls wrote: >> >>> On Nov 13, 2019, at 4:45 PM, Stephen M. Butler wrote: >>> >>> Decided to reorg within the GnuCash directory. Created Source and Build >>> sub-directories and redid the clone with a v3.