https://github.com/Gnucash/gnucash/commit/847e2c27
>>> (commit)
>>>
>>>
>>>
>>> commit 82329272048863c21ff286b5e79516896fab6db3
>>> Author: John Ralls
>>> Date: Fri May 22 19:50:25 2015 -0700
>>>
>>
>
> >
> >
> > commit 82329272048863c21ff286b5e79516896fab6db3
> > Author: John Ralls
> > Date: Fri May 22 19:50:25 2015 -0700
> >
> > Fix compile failures on latest version of MinGW.
> >
> > Summary of changes:
> > src/
ohn Ralls
> Date: Fri May 22 19:50:25 2015 -0700
>
> Fix compile failures on latest version of MinGW.
>
>
>
> Summary of changes:
> src/app-utils/guile-util.c | 5 +
> src/backend/dbi/Makefile.am | 1 +
>
While removing the register2 files I came across two problems, the first I
think was caused by change set 22847. When trying to compile I get an error
on line 548 of gnucash-bin.c which states the GNUCASH_SCM value should be a
string rather than an integer so I changed line 73 to be the following
w